var/cache/dev/ContainerPHAxzye/srcApp_KernelDevDebugContainer.php line 503

Open in your IDE?
  1. <?php
  2. namespace ContainerPHAxzye;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\ApiController' => 'getApiControllerService',
  37.             'App\\Controller\\PageController' => 'getPageControllerService',
  38.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  39.             'App\\Controller\\ResettingController' => 'getResettingControllerService',
  40.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  41.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  42.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.app_clearer' => 'getCache_AppClearerService',
  45.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  46.             'cache.system' => 'getCache_SystemService',
  47.             'cache.system_clearer' => 'getCache_SystemClearerService',
  48.             'cache_clearer' => 'getCacheClearerService',
  49.             'cache_warmer' => 'getCacheWarmerService',
  50.             'console.command_loader' => 'getConsole_CommandLoaderService',
  51.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  52.             'data_collector.dump' => 'getDataCollector_DumpService',
  53.             'doctrine' => 'getDoctrineService',
  54.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  55.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  56.             'error_controller' => 'getErrorControllerService',
  57.             'event_dispatcher' => 'getEventDispatcherService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'form.factory' => 'getForm_FactoryService',
  60.             'form.type.file' => 'getForm_Type_FileService',
  61.             'http_kernel' => 'getHttpKernelService',
  62.             'message_bus' => 'getMessageBusService',
  63.             'profiler' => 'getProfilerService',
  64.             'request_stack' => 'getRequestStackService',
  65.             'router' => 'getRouterService',
  66.             'routing.loader' => 'getRouting_LoaderService',
  67.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'security.token_storage' => 'getSecurity_TokenStorageService',
  72.             'serializer' => 'getSerializerService',
  73.             'services_resetter' => 'getServicesResetterService',
  74.             'session' => 'getSessionService',
  75.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  76.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  77.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  78.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  79.             'translator' => 'getTranslatorService',
  80.             'twig' => 'getTwigService',
  81.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  82.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  83.             'validator' => 'getValidatorService',
  84.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  85.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  86.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  87.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  88.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  89.         ];
  90.         $this->aliases = [
  91.             'database_connection' => 'doctrine.dbal.default_connection',
  92.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  93.             'mailer' => 'swiftmailer.mailer.default',
  94.             'messenger.default_bus' => 'message_bus',
  95.         ];
  96.         $this->privates['service_container'] = function () {
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  103.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  141.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.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/translation/Formatter/MessageFormatterInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/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/DataCollector/DataCollectorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  251.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  257.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  274.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  275.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  286.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  288.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  290.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  291.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  294.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  297.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  377.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  420.         };
  421.     }
  422.     public function compile(): void
  423.     {
  424.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  425.     }
  426.     public function isCompiled(): bool
  427.     {
  428.         return true;
  429.     }
  430.     public function getRemovedIds(): array
  431.     {
  432.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  433.     }
  434.     /**
  435.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  436.      *
  437.      * @return \App\Controller\ApiController
  438.      */
  439.     protected function getApiControllerService()
  440.     {
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  443.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  444.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  445.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ApiController'$this));
  446.         return $instance;
  447.     }
  448.     /**
  449.      * Gets the public 'App\Controller\PageController' shared autowired service.
  450.      *
  451.      * @return \App\Controller\PageController
  452.      */
  453.     protected function getPageControllerService()
  454.     {
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  457.         include_once \dirname(__DIR__4).'/src/Controller/PageController.php';
  458.         $this->services['App\\Controller\\PageController'] = $instance = new \App\Controller\PageController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  459.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PageController'$this));
  460.         return $instance;
  461.     }
  462.     /**
  463.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  464.      *
  465.      * @return \App\Controller\RegistrationController
  466.      */
  467.     protected function getRegistrationControllerService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  471.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  472.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  473.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\RegistrationController'$this));
  474.         return $instance;
  475.     }
  476.     /**
  477.      * Gets the public 'App\Controller\ResettingController' shared autowired service.
  478.      *
  479.      * @return \App\Controller\ResettingController
  480.      */
  481.     protected function getResettingControllerService()
  482.     {
  483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  485.         include_once \dirname(__DIR__4).'/src/Controller/ResettingController.php';
  486.         $this->services['App\\Controller\\ResettingController'] = $instance = new \App\Controller\ResettingController();
  487.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ResettingController'$this));
  488.         return $instance;
  489.     }
  490.     /**
  491.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  492.      *
  493.      * @return \App\Controller\SecurityController
  494.      */
  495.     protected function getSecurityControllerService()
  496.     {
  497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  499.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  500.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  501.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SecurityController'$this));
  502.         return $instance;
  503.     }
  504.     /**
  505.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  506.      *
  507.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  508.      */
  509.     protected function getRedirectControllerService()
  510.     {
  511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  512.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  513.     }
  514.     /**
  515.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  516.      *
  517.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  518.      */
  519.     protected function getTemplateControllerService()
  520.     {
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  522.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  523.     }
  524.     /**
  525.      * Gets the public 'cache.app' shared service.
  526.      *
  527.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  528.      */
  529.     protected function getCache_AppService()
  530.     {
  531.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bNq3CGUc8c'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  532.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  533.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  534.     }
  535.     /**
  536.      * Gets the public 'cache.app_clearer' shared service.
  537.      *
  538.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  539.      */
  540.     protected function getCache_AppClearerService()
  541.     {
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  544.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  545.     }
  546.     /**
  547.      * Gets the public 'cache.global_clearer' shared service.
  548.      *
  549.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  550.      */
  551.     protected function getCache_GlobalClearerService()
  552.     {
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  555.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  556.     }
  557.     /**
  558.      * Gets the public 'cache.system' shared service.
  559.      *
  560.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  561.      */
  562.     protected function getCache_SystemService()
  563.     {
  564.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YMh+wlH5VX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  565.     }
  566.     /**
  567.      * Gets the public 'cache.system_clearer' shared service.
  568.      *
  569.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  570.      */
  571.     protected function getCache_SystemClearerService()
  572.     {
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  575.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  576.     }
  577.     /**
  578.      * Gets the public 'cache_clearer' shared service.
  579.      *
  580.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  581.      */
  582.     protected function getCacheClearerService()
  583.     {
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  586.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  587.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  588.         }, 1));
  589.     }
  590.     /**
  591.      * Gets the public 'cache_warmer' shared service.
  592.      *
  593.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  594.      */
  595.     protected function getCacheWarmerService()
  596.     {
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  599.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  600.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  601.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  602.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  603.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  604.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  605.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  606.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  607.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  608.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  609.     }
  610.     /**
  611.      * Gets the public 'console.command_loader' shared service.
  612.      *
  613.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  614.      */
  615.     protected function getConsole_CommandLoaderService()
  616.     {
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  619.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  620.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  621.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  622.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  623.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  624.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  625.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  626.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  627.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  628.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  629.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  630.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  631.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  632.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  633.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  634.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  635.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  636.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  637.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  638.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  639.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  640.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  641.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  642.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  643.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  644.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  645.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  646.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  647.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  648.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  649.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  650.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  651.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  652.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  653.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  654.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  655.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  656.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  657.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  658.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  659.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  660.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  661.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  662.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  663.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  664.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  665.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  666.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  667.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  668.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  669.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  670.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  671.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  672.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  673.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  674.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  675.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  676.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  677.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  678.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  679.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  680.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  681.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  682.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  683.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  684.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  685.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  686.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  687.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  688.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  689.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  690.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  691.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  692.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  693.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  694.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  695.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  696.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  697.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  698.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  699.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  700.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  701.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  702.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  703.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  704.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  705.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  706.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  707.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  708.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  709.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  710.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  711.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  712.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  713.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  714.         ], [
  715.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  716.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  717.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  718.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  719.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  720.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  721.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  722.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  723.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  724.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  725.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  726.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  727.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  728.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  729.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  730.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  731.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  732.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  733.             'console.command.messenger_failed_messages_remove' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRemoveCommand',
  734.             'console.command.messenger_failed_messages_retry' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRetryCommand',
  735.             'console.command.messenger_failed_messages_show' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesShowCommand',
  736.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  737.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  738.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  739.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  740.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  741.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  742.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  743.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  744.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  745.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  746.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  747.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  748.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  749.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  750.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  751.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  752.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  753.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  754.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  755.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  756.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  757.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  758.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  759.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  760.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  761.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  762.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  763.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  764.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  765.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  766.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  767.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  768.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  769.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  770.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  771.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  772.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  773.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  774.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  775.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  776.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  777.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  778.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  779.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  780.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  781.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  782.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  783.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  784.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  785.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  786.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  787.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  788.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  789.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  790.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  791.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  792.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  793.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  794.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  795.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  796.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  797.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  798.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  799.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  800.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  801.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  802.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  803.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  804.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  805.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  806.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  807.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  808.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  809.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''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']);
  810.     }
  811.     /**
  812.      * Gets the public 'container.env_var_processors_locator' shared service.
  813.      *
  814.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  815.      */
  816.     protected function getContainer_EnvVarProcessorsLocatorService()
  817.     {
  818.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  819.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  820.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  821.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  822.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  823.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  824.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  825.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  826.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  827.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  828.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  829.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  830.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  831.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  832.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  833.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  834.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  835.         ], [
  836.             'base64' => '?',
  837.             'bool' => '?',
  838.             'const' => '?',
  839.             'csv' => '?',
  840.             'default' => '?',
  841.             'file' => '?',
  842.             'float' => '?',
  843.             'int' => '?',
  844.             'json' => '?',
  845.             'key' => '?',
  846.             'query_string' => '?',
  847.             'require' => '?',
  848.             'resolve' => '?',
  849.             'string' => '?',
  850.             'trim' => '?',
  851.             'url' => '?',
  852.         ]);
  853.     }
  854.     /**
  855.      * Gets the public 'data_collector.dump' shared service.
  856.      *
  857.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  858.      */
  859.     protected function getDataCollector_DumpService()
  860.     {
  861.         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()));
  862.     }
  863.     /**
  864.      * Gets the public 'doctrine' shared service.
  865.      *
  866.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  867.      */
  868.     protected function getDoctrineService()
  869.     {
  870.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  871.     }
  872.     /**
  873.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  874.      *
  875.      * @return \Doctrine\DBAL\Connection
  876.      */
  877.     protected function getDoctrine_Dbal_DefaultConnectionService()
  878.     {
  879.         $a = new \Doctrine\DBAL\Configuration();
  880.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  881.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  882.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  883.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  884.         $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()))]));
  885.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  886.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  887.         ], [
  888.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  889.         ]));
  890.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  891.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_pgsql''charset' => 'utf8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  892.     }
  893.     /**
  894.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  895.      *
  896.      * @return \Doctrine\ORM\EntityManager
  897.      */
  898.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  899.     {
  900.         $a = new \Doctrine\ORM\Configuration();
  901.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  902.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  903.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  904.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  905.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  906.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  907.         $a->setMetadataDriverImpl($b);
  908.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  909.         $a->setProxyNamespace('Proxies');
  910.         $a->setAutoGenerateProxyClasses(true);
  911.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  912.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  913.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  914.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  915.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  916.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  917.             'App\\Repository\\AifredRestaurantsRepository' => ['privates''App\\Repository\\AifredRestaurantsRepository''getAifredRestaurantsRepositoryService'false],
  918.             'App\\Repository\\CorrespondenceProductsOptionsRepository' => ['privates''App\\Repository\\CorrespondenceProductsOptionsRepository''getCorrespondenceProductsOptionsRepositoryService'false],
  919.             'App\\Repository\\CorrespondenceProductsRepository' => ['privates''App\\Repository\\CorrespondenceProductsRepository''getCorrespondenceProductsRepositoryService'false],
  920.             'App\\Repository\\GiftCardsRepository' => ['privates''App\\Repository\\GiftCardsRepository''getGiftCardsRepositoryService'false],
  921.             'App\\Repository\\GiftCardsTransactionsRepository' => ['privates''App\\Repository\\GiftCardsTransactionsRepository''getGiftCardsTransactionsRepositoryService'false],
  922.             'App\\Repository\\IcLogsRepository' => ['privates''App\\Repository\\IcLogsRepository''getIcLogsRepositoryService'false],
  923.             'App\\Repository\\MainProductsRepository' => ['privates''App\\Repository\\MainProductsRepository''getMainProductsRepositoryService'false],
  924.             'App\\Repository\\OrdersParticulierRepository' => ['privates''App\\Repository\\OrdersParticulierRepository''getOrdersParticulierRepositoryService'false],
  925.             'App\\Repository\\QrRedirectionRepository' => ['privates''App\\Repository\\QrRedirectionRepository''getQrRedirectionRepositoryService'false],
  926.             'App\\Repository\\RestaurantsRepository' => ['privates''App\\Repository\\RestaurantsRepository''getRestaurantsRepositoryService'false],
  927.             'App\\Repository\\ShopsApiRepository' => ['privates''App\\Repository\\ShopsApiRepository''getShopsApiRepositoryService'false],
  928.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  929.             'App\\Repository\\UserRestaurantRepository' => ['privates''App\\Repository\\UserRestaurantRepository''getUserRestaurantRepositoryService'false],
  930.         ], [
  931.             'App\\Repository\\AifredRestaurantsRepository' => '?',
  932.             'App\\Repository\\CorrespondenceProductsOptionsRepository' => '?',
  933.             'App\\Repository\\CorrespondenceProductsRepository' => '?',
  934.             'App\\Repository\\GiftCardsRepository' => '?',
  935.             'App\\Repository\\GiftCardsTransactionsRepository' => '?',
  936.             'App\\Repository\\IcLogsRepository' => '?',
  937.             'App\\Repository\\MainProductsRepository' => '?',
  938.             'App\\Repository\\OrdersParticulierRepository' => '?',
  939.             'App\\Repository\\QrRedirectionRepository' => '?',
  940.             'App\\Repository\\RestaurantsRepository' => '?',
  941.             'App\\Repository\\ShopsApiRepository' => '?',
  942.             'App\\Repository\\UserRepository' => '?',
  943.             'App\\Repository\\UserRestaurantRepository' => '?',
  944.         ])));
  945.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  946.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  947.         return $instance;
  948.     }
  949.     /**
  950.      * Gets the public 'error_controller' shared service.
  951.      *
  952.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  953.      */
  954.     protected function getErrorControllerService()
  955.     {
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  961.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  962.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  963.     }
  964.     /**
  965.      * Gets the public 'event_dispatcher' shared service.
  966.      *
  967.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  968.      */
  969.     protected function getEventDispatcherService()
  970.     {
  971.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  972.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  973.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  974.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  975.         $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())));
  976.         $instance->addListener('kernel.controller', [=> function () {
  977.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  978.         }, => 'onKernelController'], 0);
  979.         $instance->addListener('kernel.exception', [=> function () {
  980.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  981.         }, => 'onKernelException'], 0);
  982.         $instance->addListener('kernel.response', [=> function () {
  983.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  984.         }, => 'onKernelResponse'], 0);
  985.         $instance->addListener('kernel.response', [=> function () {
  986.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  987.         }, => 'onKernelResponse'], -1024);
  988.         $instance->addListener('kernel.request', [=> function () {
  989.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  990.         }, => 'setDefaultLocale'], 100);
  991.         $instance->addListener('kernel.request', [=> function () {
  992.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  993.         }, => 'onKernelRequest'], 16);
  994.         $instance->addListener('kernel.finish_request', [=> function () {
  995.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  996.         }, => 'onKernelFinishRequest'], 0);
  997.         $instance->addListener('kernel.request', [=> function () {
  998.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  999.         }, => 'onKernelRequest'], 256);
  1000.         $instance->addListener('kernel.request', [=> function () {
  1001.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1002.         }, => 'resolveControllerName'], 24);
  1003.         $instance->addListener('kernel.response', [=> function () {
  1004.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1005.         }, => 'onResponse'], -255);
  1006.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1007.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1008.         }, => 'onControllerArguments'], 0);
  1009.         $instance->addListener('kernel.exception', [=> function () {
  1010.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1011.         }, => 'logKernelException'], 0);
  1012.         $instance->addListener('kernel.exception', [=> function () {
  1013.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1014.         }, => 'onKernelException'], -128);
  1015.         $instance->addListener('kernel.request', [=> function () {
  1016.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1017.         }, => 'onKernelRequest'], 15);
  1018.         $instance->addListener('kernel.finish_request', [=> function () {
  1019.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1020.         }, => 'onKernelFinishRequest'], -15);
  1021.         $instance->addListener('console.error', [=> function () {
  1022.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1023.         }, => 'onConsoleError'], -128);
  1024.         $instance->addListener('console.terminate', [=> function () {
  1025.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1026.         }, => 'onConsoleTerminate'], -128);
  1027.         $instance->addListener('console.error', [=> function () {
  1028.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1029.         }, => 'onConsoleError'], 0);
  1030.         $instance->addListener('kernel.request', [=> function () {
  1031.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1032.         }, => 'onKernelRequest'], 128);
  1033.         $instance->addListener('kernel.response', [=> function () {
  1034.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1035.         }, => 'onKernelResponse'], -1000);
  1036.         $instance->addListener('kernel.finish_request', [=> function () {
  1037.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1038.         }, => 'onFinishRequest'], 0);
  1039.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1040.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1041.         }, => 'onMessageFailed'], 100);
  1042.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1043.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  1044.         }, => 'onMessageFailed'], -100);
  1045.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1046.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1047.         }, => 'onWorkerStarted'], 0);
  1048.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1049.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1050.         }, => 'onWorkerRunning'], 0);
  1051.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1052.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1053.         }, => 'onMessage'], -255);
  1054.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1055.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1056.         }, => 'onMessage'], -255);
  1057.         $instance->addListener('kernel.response', [=> function () {
  1058.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1059.         }, => 'onKernelResponse'], -100);
  1060.         $instance->addListener('kernel.exception', [=> function () {
  1061.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1062.         }, => 'onKernelException'], 0);
  1063.         $instance->addListener('kernel.terminate', [=> function () {
  1064.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1065.         }, => 'onKernelTerminate'], -1024);
  1066.         $instance->addListener('kernel.controller', [=> function () {
  1067.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1068.         }, => 'onKernelController'], 0);
  1069.         $instance->addListener('kernel.response', [=> function () {
  1070.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1071.         }, => 'onKernelResponse'], 0);
  1072.         $instance->addListener('kernel.request', [=> function () {
  1073.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1074.         }, => 'configure'], 2048);
  1075.         $instance->addListener('console.command', [=> function () {
  1076.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1077.         }, => 'configure'], 2048);
  1078.         $instance->addListener('kernel.request', [=> function () {
  1079.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1080.         }, => 'onKernelRequest'], 32);
  1081.         $instance->addListener('kernel.finish_request', [=> function () {
  1082.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1083.         }, => 'onKernelFinishRequest'], 0);
  1084.         $instance->addListener('kernel.exception', [=> function () {
  1085.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1086.         }, => 'onKernelException'], -64);
  1087.         $instance->addListener('kernel.response', [=> function () {
  1088.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1089.         }, => 'onKernelResponse'], 0);
  1090.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1091.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1092.         }, => 'onMessage'], 0);
  1093.         $instance->addListener('kernel.controller', [=> function () {
  1094.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1095.         }, => 'onKernelController'], 0);
  1096.         $instance->addListener('kernel.controller', [=> function () {
  1097.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1098.         }, => 'onKernelController'], 0);
  1099.         $instance->addListener('kernel.controller', [=> function () {
  1100.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1101.         }, => 'onKernelController'], -128);
  1102.         $instance->addListener('kernel.view', [=> function () {
  1103.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1104.         }, => 'onKernelView'], 0);
  1105.         $instance->addListener('kernel.controller', [=> function () {
  1106.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1107.         }, => 'onKernelController'], 0);
  1108.         $instance->addListener('kernel.response', [=> function () {
  1109.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1110.         }, => 'onKernelResponse'], 0);
  1111.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1112.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1113.         }, => 'onKernelControllerArguments'], 0);
  1114.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1115.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1116.         }, => 'onKernelControllerArguments'], 0);
  1117.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1118.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1119.         }, => 'onWorkerMessageHandled'], 0);
  1120.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1121.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1122.         }, => 'onWorkerMessageFailed'], 0);
  1123.         $instance->addListener('kernel.response', [=> function () {
  1124.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1125.         }, => 'onKernelResponse'], 0);
  1126.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1127.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1128.         }, => 'onVoterVote'], 0);
  1129.         $instance->addListener('kernel.request', [=> function () {
  1130.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1131.         }, => 'configureLogoutUrlGenerator'], 8);
  1132.         $instance->addListener('kernel.request', [=> function () {
  1133.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1134.         }, => 'onKernelRequest'], 8);
  1135.         $instance->addListener('kernel.finish_request', [=> function () {
  1136.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1137.         }, => 'onKernelFinishRequest'], 0);
  1138.         $instance->addListener('kernel.response', [=> function () {
  1139.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1140.         }, => 'onKernelResponse'], -128);
  1141.         $instance->addListener('console.command', [=> function () {
  1142.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1143.         }, => 'onCommand'], 255);
  1144.         $instance->addListener('console.terminate', [=> function () {
  1145.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1146.         }, => 'onTerminate'], -255);
  1147.         $instance->addListener('console.command', [=> function () {
  1148.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1149.         }, => 'configure'], 1024);
  1150.         $instance->addListener('console.error', [=> function () {
  1151.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1152.         }, => 'onConsoleError'], 0);
  1153.         $instance->addListener('console.terminate', [=> function () {
  1154.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1155.         }, => 'onConsoleTerminate'], 0);
  1156.         $instance->addListener('kernel.finish_request', [=> function () {
  1157.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1158.         }, => 'resetAssets'], 0);
  1159.         $instance->addListener('kernel.exception', [=> function () {
  1160.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1161.         }, => 'onException'], 0);
  1162.         $instance->addListener('kernel.terminate', [=> function () {
  1163.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1164.         }, => 'onTerminate'], 0);
  1165.         $instance->addListener('console.error', [=> function () {
  1166.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1167.         }, => 'onException'], 0);
  1168.         $instance->addListener('console.terminate', [=> function () {
  1169.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1170.         }, => 'onTerminate'], 0);
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'filesystem' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Filesystem\Filesystem
  1177.      */
  1178.     protected function getFilesystemService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1181.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1182.     }
  1183.     /**
  1184.      * Gets the public 'form.factory' shared service.
  1185.      *
  1186.      * @return \Symfony\Component\Form\FormFactory
  1187.      */
  1188.     protected function getForm_FactoryService()
  1189.     {
  1190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1192.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1193.     }
  1194.     /**
  1195.      * Gets the public 'form.type.file' shared service.
  1196.      *
  1197.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1198.      */
  1199.     protected function getForm_Type_FileService()
  1200.     {
  1201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1204.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1205.     }
  1206.     /**
  1207.      * Gets the public 'http_kernel' shared service.
  1208.      *
  1209.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1210.      */
  1211.     protected function getHttpKernelService()
  1212.     {
  1213.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1214.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1215.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1216.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1217.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1218.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1219.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1220.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1221.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1222.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1223.         }, 8)), $a));
  1224.     }
  1225.     /**
  1226.      * Gets the public 'message_bus' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1229.      */
  1230.     protected function getMessageBusService()
  1231.     {
  1232.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1233.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1234.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1235.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1236.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1237.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1238.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1239.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1240.         }, 7)));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'profiler' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1246.      */
  1247.     protected function getProfilerService()
  1248.     {
  1249.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1250.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1251.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1252.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1254.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1255.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1256.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1257.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1258.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1259.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1260.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1261.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1262.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1263.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1264.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1265.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1266.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1267.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1268.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1269.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1270.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1271.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1272.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1273.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1274.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1275.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1276.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1277.         if ($this->has('kernel')) {
  1278.             $h->setKernel($b);
  1279.         }
  1280.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1281.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1282.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1283.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1284.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1285.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1286.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1287.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1288.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1289.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1290.         $instance->add($d);
  1291.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1292.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1293.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1294.         $instance->add($e);
  1295.         $instance->add($f);
  1296.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1297.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1298.         $instance->add($g);
  1299.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1300.         $instance->add($h);
  1301.         return $instance;
  1302.     }
  1303.     /**
  1304.      * Gets the public 'request_stack' shared service.
  1305.      *
  1306.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1307.      */
  1308.     protected function getRequestStackService()
  1309.     {
  1310.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1311.     }
  1312.     /**
  1313.      * Gets the public 'router' shared service.
  1314.      *
  1315.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1316.      */
  1317.     protected function getRouterService()
  1318.     {
  1319.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1320.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1321.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1322.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1323.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1324.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1325.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1326.         ], [
  1327.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1328.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1329.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1330.         return $instance;
  1331.     }
  1332.     /**
  1333.      * Gets the public 'routing.loader' shared service.
  1334.      *
  1335.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1336.      */
  1337.     protected function getRouting_LoaderService()
  1338.     {
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1361.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1362.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1363.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1364.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1365.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1366.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1367.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1368.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1369.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370.             'kernel' => ['services''kernel''getKernelService'false],
  1371.         ], [
  1372.             'kernel' => 'App\\Kernel',
  1373.         ]))));
  1374.         $a->addLoader($c);
  1375.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1376.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1377.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1378.     }
  1379.     /**
  1380.      * Gets the public 'security.authentication_utils' shared service.
  1381.      *
  1382.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1383.      */
  1384.     protected function getSecurity_AuthenticationUtilsService()
  1385.     {
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1387.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1388.     }
  1389.     /**
  1390.      * Gets the public 'security.authorization_checker' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1393.      */
  1394.     protected function getSecurity_AuthorizationCheckerService()
  1395.     {
  1396.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1397.     }
  1398.     /**
  1399.      * Gets the public 'security.csrf.token_manager' shared service.
  1400.      *
  1401.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1402.      */
  1403.     protected function getSecurity_Csrf_TokenManagerService()
  1404.     {
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1409.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = 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())));
  1410.     }
  1411.     /**
  1412.      * Gets the public 'security.password_encoder' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1415.      */
  1416.     protected function getSecurity_PasswordEncoderService()
  1417.     {
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1420.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1421.     }
  1422.     /**
  1423.      * Gets the public 'security.token_storage' shared service.
  1424.      *
  1425.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1426.      */
  1427.     protected function getSecurity_TokenStorageService()
  1428.     {
  1429.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1430.             'session' => ['services''session''getSessionService'false],
  1431.         ], [
  1432.             'session' => '?',
  1433.         ]));
  1434.     }
  1435.     /**
  1436.      * Gets the public 'serializer' shared service.
  1437.      *
  1438.      * @return \Symfony\Component\Serializer\Serializer
  1439.      */
  1440.     protected function getSerializerService()
  1441.     {
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1477.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1478.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1479.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1480.     }
  1481.     /**
  1482.      * Gets the public 'services_resetter' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1485.      */
  1486.     protected function getServicesResetterService()
  1487.     {
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1489.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1490.             if (isset($this->services['cache.app'])) {
  1491.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1492.             }
  1493.             if (isset($this->services['cache.system'])) {
  1494.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1495.             }
  1496.             if (isset($this->privates['cache.validator'])) {
  1497.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1498.             }
  1499.             if (isset($this->privates['cache.serializer'])) {
  1500.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1501.             }
  1502.             if (isset($this->privates['cache.annotations'])) {
  1503.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1504.             }
  1505.             if (isset($this->privates['cache.property_info'])) {
  1506.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1507.             }
  1508.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1509.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1510.             }
  1511.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1512.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1513.             }
  1514.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1515.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1516.             }
  1517.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1518.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1519.             }
  1520.             if (isset($this->services['profiler'])) {
  1521.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1522.             }
  1523.             if (isset($this->services['validator'])) {
  1524.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1525.             }
  1526.             if (isset($this->privates['debug.stopwatch'])) {
  1527.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1528.             }
  1529.             if (isset($this->services['event_dispatcher'])) {
  1530.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1531.             }
  1532.             if (isset($this->privates['twig.form.engine'])) {
  1533.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1534.             }
  1535.             if (isset($this->services['doctrine'])) {
  1536.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1537.             }
  1538.             if (isset($this->privates['form.type.entity'])) {
  1539.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1540.             }
  1541.             if (isset($this->services['security.token_storage'])) {
  1542.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1543.             }
  1544.             if (isset($this->privates['cache.security_expression_language'])) {
  1545.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1546.             }
  1547.             if (isset($this->privates['monolog.handler.main'])) {
  1548.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1549.             }
  1550.             if (isset($this->privates['monolog.handler.console'])) {
  1551.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1552.             }
  1553.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1554.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1555.             }
  1556.             if (isset($this->privates['cache.webpack_encore'])) {
  1557.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1558.             }
  1559.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1560.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1561.             }
  1562.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1563.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1564.             }
  1565.             if (isset($this->privates['.debug.http_client'])) {
  1566.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1567.             }
  1568.         }, function () {
  1569.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
  1570.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1571.     }
  1572.     /**
  1573.      * Gets the public 'session' shared service.
  1574.      *
  1575.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1576.      */
  1577.     protected function getSessionService()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1581.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1582.     }
  1583.     /**
  1584.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1585.      *
  1586.      * @return \Swift_Mailer
  1587.      */
  1588.     protected function getSwiftmailer_Mailer_DefaultService()
  1589.     {
  1590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1591.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1592.     }
  1593.     /**
  1594.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1595.      *
  1596.      * @return \Swift_Plugins_MessageLogger
  1597.      */
  1598.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1599.     {
  1600.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1603.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1604.     }
  1605.     /**
  1606.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1607.      *
  1608.      * @return \Swift_Transport
  1609.      */
  1610.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1616.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1617.     }
  1618.     /**
  1619.      * Gets the public 'swiftmailer.transport' shared service.
  1620.      *
  1621.      * @return \Swift_Transport_SpoolTransport
  1622.      */
  1623.     protected function getSwiftmailer_TransportService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1634.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1635.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the public 'translator' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1642.      */
  1643.     protected function getTranslatorService()
  1644.     {
  1645.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'twig' shared service.
  1649.      *
  1650.      * @return \Twig\Environment
  1651.      */
  1652.     protected function getTwigService()
  1653.     {
  1654.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1660.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1665.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1666.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1669.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1673.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1674.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1675.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1676.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1677.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1678.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1679.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1680.         $f->setEnvironment('dev');
  1681.         $f->setDebug(true);
  1682.         if ($this->has('security.token_storage')) {
  1683.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1684.         }
  1685.         if ($this->has('request_stack')) {
  1686.             $f->setRequestStack($d);
  1687.         }
  1688.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1689.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1690.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  1694.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1695.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1704.         $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())));
  1705.         $instance->addExtension(new \App\Twig\AppExtension());
  1706.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1707.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1708.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1709.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1710.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1711.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1712.         ], [
  1713.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1714.             'webpack_encore.tag_renderer' => '?',
  1715.         ])));
  1716.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1717.         $instance->addGlobal('app'$f);
  1718.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1719.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1720.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1721.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1722.         ], [
  1723.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1724.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1725.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1726.         ])));
  1727.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1728.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1729.         $instance->registerUndefinedTokenParserCallback([=> $g=> 'suggestTag']);
  1730.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'twig.controller.exception' shared service.
  1735.      *
  1736.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1737.      *
  1738.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1739.      */
  1740.     protected function getTwig_Controller_ExceptionService()
  1741.     {
  1742.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1743.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1744.     }
  1745.     /**
  1746.      * Gets the public 'twig.controller.preview_error' shared service.
  1747.      *
  1748.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1749.      *
  1750.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1751.      */
  1752.     protected function getTwig_Controller_PreviewErrorService()
  1753.     {
  1754.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1755.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1756.     }
  1757.     /**
  1758.      * Gets the public 'validator' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1761.      */
  1762.     protected function getValidatorService()
  1763.     {
  1764.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1765.     }
  1766.     /**
  1767.      * Gets the public 'var_dumper.cloner' shared service.
  1768.      *
  1769.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1770.      */
  1771.     protected function getVarDumper_ClonerService()
  1772.     {
  1773.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1774.         $instance->setMaxItems(2500);
  1775.         $instance->setMinDepth(1);
  1776.         $instance->setMaxString(-1);
  1777.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1778.         return $instance;
  1779.     }
  1780.     /**
  1781.      * Gets the public 'web_profiler.controller.exception' shared service.
  1782.      *
  1783.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  1784.      *
  1785.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  1786.      */
  1787.     protected function getWebProfiler_Controller_ExceptionService()
  1788.     {
  1789.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  1790.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  1791.     }
  1792.     /**
  1793.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1794.      *
  1795.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1796.      */
  1797.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1798.     {
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1800.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1801.     }
  1802.     /**
  1803.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1804.      *
  1805.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1806.      */
  1807.     protected function getWebProfiler_Controller_ProfilerService()
  1808.     {
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1810.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1811.     }
  1812.     /**
  1813.      * Gets the public 'web_profiler.controller.router' shared service.
  1814.      *
  1815.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1816.      */
  1817.     protected function getWebProfiler_Controller_RouterService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1820.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  1821.             return new \EmptyIterator();
  1822.         }, 0));
  1823.     }
  1824.     /**
  1825.      * Gets the private '.debug.http_client' shared service.
  1826.      *
  1827.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1828.      */
  1829.     protected function get_Debug_HttpClientService()
  1830.     {
  1831.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1832.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1833.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1834.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1835.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1836.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1837.         $a->setLogger($b);
  1838.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1839.     }
  1840.     /**
  1841.      * Gets the private '.errored..service_locator.88z8z0N.App\Entity\MainProducts' shared service.
  1842.      *
  1843.      * @return \App\Entity\MainProducts
  1844.      */
  1845.     protected function getMainProductsService()
  1846.     {
  1847.         $this->throw('Cannot autowire service ".service_locator.88z8z0N": it references class "App\\Entity\\MainProducts" but no such service exists.');
  1848.     }
  1849.     /**
  1850.      * Gets the private '.errored..service_locator.DlfwQIb.App\Entity\CorrespondenceProducts' shared service.
  1851.      *
  1852.      * @return \App\Entity\CorrespondenceProducts
  1853.      */
  1854.     protected function getCorrespondenceProductsService()
  1855.     {
  1856.         $this->throw('Cannot autowire service ".service_locator.DlfwQIb": it references class "App\\Entity\\CorrespondenceProducts" but no such service exists.');
  1857.     }
  1858.     /**
  1859.      * Gets the private '.errored..service_locator.HYqik_K.App\Entity\User' shared service.
  1860.      *
  1861.      * @return \App\Entity\User
  1862.      */
  1863.     protected function getUserService()
  1864.     {
  1865.         $this->throw('Cannot autowire service ".service_locator.HYqik_K": it references class "App\\Entity\\User" but no such service exists.');
  1866.     }
  1867.     /**
  1868.      * Gets the private '.errored..service_locator.NKAi8Gb.App\Entity\MainProducts' shared service.
  1869.      *
  1870.      * @return \App\Entity\MainProducts
  1871.      */
  1872.     protected function getMainProducts2Service()
  1873.     {
  1874.         $this->throw('Cannot autowire service ".service_locator.NKAi8Gb": it references class "App\\Entity\\MainProducts" but no such service exists.');
  1875.     }
  1876.     /**
  1877.      * Gets the private '.errored..service_locator.NpKGkqA.App\Entity\MainProducts' shared service.
  1878.      *
  1879.      * @return \App\Entity\MainProducts
  1880.      */
  1881.     protected function getMainProducts3Service()
  1882.     {
  1883.         $this->throw('Cannot autowire service ".service_locator.NpKGkqA": it references class "App\\Entity\\MainProducts" but no such service exists.');
  1884.     }
  1885.     /**
  1886.      * Gets the private '.errored..service_locator.QK3zM0E.App\Entity\MainProducts' shared service.
  1887.      *
  1888.      * @return \App\Entity\MainProducts
  1889.      */
  1890.     protected function getMainProducts4Service()
  1891.     {
  1892.         $this->throw('Cannot autowire service ".service_locator.QK3zM0E": it references class "App\\Entity\\MainProducts" but no such service exists.');
  1893.     }
  1894.     /**
  1895.      * Gets the private '.errored..service_locator.neL22t2.App\Entity\CorrespondenceProducts' shared service.
  1896.      *
  1897.      * @return \App\Entity\CorrespondenceProducts
  1898.      */
  1899.     protected function getCorrespondenceProducts2Service()
  1900.     {
  1901.         $this->throw('Cannot autowire service ".service_locator.neL22t2": it references class "App\\Entity\\CorrespondenceProducts" but no such service exists.');
  1902.     }
  1903.     /**
  1904.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1905.      *
  1906.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1907.      */
  1908.     protected function get_LegacyResolveControllerNameSubscriberService()
  1909.     {
  1910.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1911.     }
  1912.     /**
  1913.      * Gets the private '.messenger.handler_descriptor.1VSgUlo' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  1916.      */
  1917.     protected function get_Messenger_HandlerDescriptor_1VSgUloService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1921.         include_once \dirname(__DIR__4).'/src/MessageHandler/ServiceMethodCallHandler.php';
  1922.         return $this->privates['.messenger.handler_descriptor.1VSgUlo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ServiceMethodCallHandler((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1923.             'App\\Services\\CorrespondenceProductsNotifierService' => ['privates''App\\Services\\CorrespondenceProductsNotifierService''getCorrespondenceProductsNotifierServiceService'false],
  1924.         ], [
  1925.             'App\\Services\\CorrespondenceProductsNotifierService' => 'App\\Services\\CorrespondenceProductsNotifierService',
  1926.         ]))->withContext('App\\MessageHandler\\ServiceMethodCallHandler'$this)), []);
  1927.     }
  1928.     /**
  1929.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  1932.      */
  1933.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  1934.     {
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  1940.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  1941.             yield => $this->getMailer_TransportFactory_NullService();
  1942.             yield => $this->getMailer_TransportFactory_SendmailService();
  1943.             yield => $this->getMailer_TransportFactory_SmtpService();
  1944.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  1945.     }
  1946.     /**
  1947.      * Gets the private '.service_locator.1UuH9tO' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1950.      */
  1951.     protected function get_ServiceLocator_1UuH9tOService()
  1952.     {
  1953.         return $this->privates['.service_locator.1UuH9tO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1954.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1955.         ], [
  1956.             'userRepository' => 'App\\Repository\\UserRepository',
  1957.         ]);
  1958.     }
  1959.     /**
  1960.      * Gets the private '.service_locator.5Txg.0G' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1963.      */
  1964.     protected function get_ServiceLocator_5Txg_0GService()
  1965.     {
  1966.         return $this->privates['.service_locator.5Txg.0G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1967.             'shopsApiRepository' => ['privates''App\\Repository\\ShopsApiRepository''getShopsApiRepositoryService'false],
  1968.         ], [
  1969.             'shopsApiRepository' => 'App\\Repository\\ShopsApiRepository',
  1970.         ]);
  1971.     }
  1972.     /**
  1973.      * Gets the private '.service_locator.7P.iSBh' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1976.      */
  1977.     protected function get_ServiceLocator_7P_ISBhService()
  1978.     {
  1979.         return $this->privates['.service_locator.7P.iSBh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1980.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  1981.             'tokenGenerator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  1982.         ], [
  1983.             'mailer' => 'App\\Services\\Mailer',
  1984.             'tokenGenerator' => '?',
  1985.         ]);
  1986.     }
  1987.     /**
  1988.      * Gets the private '.service_locator.88z8z0N' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1991.      */
  1992.     protected function get_ServiceLocator_88z8z0NService()
  1993.     {
  1994.         return $this->privates['.service_locator.88z8z0N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1995.             'MainProduct' => ['privates''.errored..service_locator.88z8z0N.App\\Entity\\MainProducts'NULL'Cannot autowire service ".service_locator.88z8z0N": it references class "App\\Entity\\MainProducts" but no such service exists.'],
  1996.             'asyncMethodService' => ['privates''App\\Services\\AsyncMethodService''getAsyncMethodServiceService'false],
  1997.             'shopsApiRepository' => ['privates''App\\Repository\\ShopsApiRepository''getShopsApiRepositoryService'false],
  1998.         ], [
  1999.             'MainProduct' => 'App\\Entity\\MainProducts',
  2000.             'asyncMethodService' => 'App\\Services\\AsyncMethodService',
  2001.             'shopsApiRepository' => 'App\\Repository\\ShopsApiRepository',
  2002.         ]);
  2003.     }
  2004.     /**
  2005.      * Gets the private '.service_locator.9RmDU1g' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2008.      */
  2009.     protected function get_ServiceLocator_9RmDU1gService()
  2010.     {
  2011.         return $this->privates['.service_locator.9RmDU1g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2012.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2013.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2014.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  2015.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  2016.         ], [
  2017.             'async' => '?',
  2018.             'failed' => '?',
  2019.             'messenger.transport.async' => '?',
  2020.             'messenger.transport.failed' => '?',
  2021.         ]);
  2022.     }
  2023.     /**
  2024.      * Gets the private '.service_locator.DlfwQIb' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2027.      */
  2028.     protected function get_ServiceLocator_DlfwQIbService()
  2029.     {
  2030.         return $this->privates['.service_locator.DlfwQIb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2031.             'correspondenceProducts' => ['privates''.errored..service_locator.DlfwQIb.App\\Entity\\CorrespondenceProducts'NULL'Cannot autowire service ".service_locator.DlfwQIb": it references class "App\\Entity\\CorrespondenceProducts" but no such service exists.'],
  2032.         ], [
  2033.             'correspondenceProducts' => 'App\\Entity\\CorrespondenceProducts',
  2034.         ]);
  2035.     }
  2036.     /**
  2037.      * Gets the private '.service_locator.HYqik_K' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2040.      */
  2041.     protected function get_ServiceLocator_HYqikKService()
  2042.     {
  2043.         return $this->privates['.service_locator.HYqik_K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2044.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2045.             'user' => ['privates''.errored..service_locator.HYqik_K.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.HYqik_K": it references class "App\\Entity\\User" but no such service exists.'],
  2046.         ], [
  2047.             'passwordEncoder' => '?',
  2048.             'user' => 'App\\Entity\\User',
  2049.         ]);
  2050.     }
  2051.     /**
  2052.      * Gets the private '.service_locator.LLbpzzB' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2055.      */
  2056.     protected function get_ServiceLocator_LLbpzzBService()
  2057.     {
  2058.         return $this->privates['.service_locator.LLbpzzB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2059.             'asyncMethodService' => ['privates''App\\Services\\AsyncMethodService''getAsyncMethodServiceService'false],
  2060.             'shopsApiRepository' => ['privates''App\\Repository\\ShopsApiRepository''getShopsApiRepositoryService'false],
  2061.         ], [
  2062.             'asyncMethodService' => 'App\\Services\\AsyncMethodService',
  2063.             'shopsApiRepository' => 'App\\Repository\\ShopsApiRepository',
  2064.         ]);
  2065.     }
  2066.     /**
  2067.      * Gets the private '.service_locator.NKAi8Gb' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2070.      */
  2071.     protected function get_ServiceLocator_NKAi8GbService()
  2072.     {
  2073.         return $this->privates['.service_locator.NKAi8Gb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2074.             'mainProducts' => ['privates''.errored..service_locator.NKAi8Gb.App\\Entity\\MainProducts'NULL'Cannot autowire service ".service_locator.NKAi8Gb": it references class "App\\Entity\\MainProducts" but no such service exists.'],
  2075.         ], [
  2076.             'mainProducts' => 'App\\Entity\\MainProducts',
  2077.         ]);
  2078.     }
  2079.     /**
  2080.      * Gets the private '.service_locator.NpKGkqA' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2083.      */
  2084.     protected function get_ServiceLocator_NpKGkqAService()
  2085.     {
  2086.         return $this->privates['.service_locator.NpKGkqA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2087.             'MainProduct' => ['privates''.errored..service_locator.NpKGkqA.App\\Entity\\MainProducts'NULL'Cannot autowire service ".service_locator.NpKGkqA": it references class "App\\Entity\\MainProducts" but no such service exists.'],
  2088.         ], [
  2089.             'MainProduct' => 'App\\Entity\\MainProducts',
  2090.         ]);
  2091.     }
  2092.     /**
  2093.      * Gets the private '.service_locator.QK3zM0E' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2096.      */
  2097.     protected function get_ServiceLocator_QK3zM0EService()
  2098.     {
  2099.         return $this->privates['.service_locator.QK3zM0E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2100.             'MainProduct' => ['privates''.errored..service_locator.QK3zM0E.App\\Entity\\MainProducts'NULL'Cannot autowire service ".service_locator.QK3zM0E": it references class "App\\Entity\\MainProducts" but no such service exists.'],
  2101.             'asyncMethodService' => ['privates''App\\Services\\AsyncMethodService''getAsyncMethodServiceService'false],
  2102.         ], [
  2103.             'MainProduct' => 'App\\Entity\\MainProducts',
  2104.             'asyncMethodService' => 'App\\Services\\AsyncMethodService',
  2105.         ]);
  2106.     }
  2107.     /**
  2108.      * Gets the private '.service_locator.YY947VB' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2111.      */
  2112.     protected function get_ServiceLocator_YY947VBService()
  2113.     {
  2114.         return $this->privates['.service_locator.YY947VB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2115.             'membresEntity' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2116.         ], [
  2117.             'membresEntity' => 'App\\Repository\\UserRepository',
  2118.         ]);
  2119.     }
  2120.     /**
  2121.      * Gets the private '.service_locator.ZmUphII' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2124.      */
  2125.     protected function get_ServiceLocator_ZmUphIIService()
  2126.     {
  2127.         return $this->privates['.service_locator.ZmUphII'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2128.             'restaurantsEntity' => ['privates''App\\Repository\\RestaurantsRepository''getRestaurantsRepositoryService'false],
  2129.         ], [
  2130.             'restaurantsEntity' => 'App\\Repository\\RestaurantsRepository',
  2131.         ]);
  2132.     }
  2133.     /**
  2134.      * Gets the private '.service_locator.ccM2MGC' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2137.      */
  2138.     protected function get_ServiceLocator_CcM2MGCService()
  2139.     {
  2140.         return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2141.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2142.         ], [
  2143.             'passwordEncoder' => '?',
  2144.         ]);
  2145.     }
  2146.     /**
  2147.      * Gets the private '.service_locator.g.xob4v' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2150.      */
  2151.     protected function get_ServiceLocator_G_Xob4vService()
  2152.     {
  2153.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2154.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2155.         ], [
  2156.             'authenticationUtils' => '?',
  2157.         ]);
  2158.     }
  2159.     /**
  2160.      * Gets the private '.service_locator.neL22t2' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2163.      */
  2164.     protected function get_ServiceLocator_NeL22t2Service()
  2165.     {
  2166.         return $this->privates['.service_locator.neL22t2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2167.             'correspondenceProduct' => ['privates''.errored..service_locator.neL22t2.App\\Entity\\CorrespondenceProducts'NULL'Cannot autowire service ".service_locator.neL22t2": it references class "App\\Entity\\CorrespondenceProducts" but no such service exists.'],
  2168.         ], [
  2169.             'correspondenceProduct' => 'App\\Entity\\CorrespondenceProducts',
  2170.         ]);
  2171.     }
  2172.     /**
  2173.      * Gets the private '.service_locator.o3htLhs' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2176.      */
  2177.     protected function get_ServiceLocator_O3htLhsService()
  2178.     {
  2179.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2180.             'session' => ['services''session''getSessionService'false],
  2181.         ], [
  2182.             'session' => '?',
  2183.         ]);
  2184.     }
  2185.     /**
  2186.      * Gets the private '.service_locator.uCNaWhI' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2189.      */
  2190.     protected function get_ServiceLocator_UCNaWhIService()
  2191.     {
  2192.         return $this->privates['.service_locator.uCNaWhI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2193.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2194.             'tokenGenerator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  2195.         ], [
  2196.             'passwordEncoder' => '?',
  2197.             'tokenGenerator' => '?',
  2198.         ]);
  2199.     }
  2200.     /**
  2201.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2202.      *
  2203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2204.      */
  2205.     protected function get_ServiceLocator_VdmMuyEService()
  2206.     {
  2207.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2208.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2209.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2210.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2211.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  2212.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  2213.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2214.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2215.             'router' => ['services''router''getRouterService'false],
  2216.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2217.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2218.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2219.             'serializer' => ['services''serializer''getSerializerService'false],
  2220.             'session' => ['services''session''getSessionService'false],
  2221.             'twig' => ['services''twig''getTwigService'false],
  2222.         ], [
  2223.             'doctrine' => '?',
  2224.             'form.factory' => '?',
  2225.             'http_kernel' => '?',
  2226.             'message_bus' => '?',
  2227.             'messenger.default_bus' => '?',
  2228.             'parameter_bag' => '?',
  2229.             'request_stack' => '?',
  2230.             'router' => '?',
  2231.             'security.authorization_checker' => '?',
  2232.             'security.csrf.token_manager' => '?',
  2233.             'security.token_storage' => '?',
  2234.             'serializer' => '?',
  2235.             'session' => '?',
  2236.             'twig' => '?',
  2237.         ]);
  2238.     }
  2239.     /**
  2240.      * Gets the private '.service_locator.wXkf4RD' shared service.
  2241.      *
  2242.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2243.      */
  2244.     protected function get_ServiceLocator_WXkf4RDService()
  2245.     {
  2246.         return $this->privates['.service_locator.wXkf4RD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2247.             'App\\Controller\\ApiController::cronProductShopify' => ['privates''.service_locator.neL22t2''get_ServiceLocator_NeL22t2Service'false],
  2248.             'App\\Controller\\ApiController::cronSendProductShopify' => ['privates''.service_locator.NpKGkqA''get_ServiceLocator_NpKGkqAService'false],
  2249.             'App\\Controller\\ApiController::delShopsProducts' => ['privates''.service_locator.QK3zM0E''get_ServiceLocator_QK3zM0EService'false],
  2250.             'App\\Controller\\ApiController::getProducts' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2251.             'App\\Controller\\ApiController::getShops' => ['privates''.service_locator.5Txg.0G''get_ServiceLocator_5Txg_0GService'false],
  2252.             'App\\Controller\\ApiController::getShopsProducts' => ['privates''.service_locator.NpKGkqA''get_ServiceLocator_NpKGkqAService'false],
  2253.             'App\\Controller\\ApiController::getShopsProductsToJson' => ['privates''.service_locator.NKAi8Gb''get_ServiceLocator_NKAi8GbService'false],
  2254.             'App\\Controller\\ApiController::getTest' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2255.             'App\\Controller\\ApiController::postAccount' => ['privates''.service_locator.uCNaWhI''get_ServiceLocator_UCNaWhIService'false],
  2256.             'App\\Controller\\ApiController::postCollectionDispo' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2257.             'App\\Controller\\ApiController::postShopsProducts' => ['privates''.service_locator.LLbpzzB''get_ServiceLocator_LLbpzzBService'false],
  2258.             'App\\Controller\\ApiController::putDispo' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2259.             'App\\Controller\\ApiController::putShopsProducts' => ['privates''.service_locator.88z8z0N''get_ServiceLocator_88z8z0NService'false],
  2260.             'App\\Controller\\ApiController::structureShopifyByProduct' => ['privates''.service_locator.DlfwQIb''get_ServiceLocator_DlfwQIbService'false],
  2261.             'App\\Controller\\PageController::disponibility' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2262.             'App\\Controller\\PageController::index' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2263.             'App\\Controller\\PageController::manage_users' => ['privates''.service_locator.YY947VB''get_ServiceLocator_YY947VBService'false],
  2264.             'App\\Controller\\PageController::productForm' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2265.             'App\\Controller\\PageController::products' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2266.             'App\\Controller\\PageController::rapport_csv' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  2267.             'App\\Controller\\PageController::rapport_seo' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  2268.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  2269.             'App\\Controller\\ResettingController::request' => ['privates''.service_locator.7P.iSBh''get_ServiceLocator_7P_ISBhService'false],
  2270.             'App\\Controller\\ResettingController::resetting' => ['privates''.service_locator.HYqik_K''get_ServiceLocator_HYqikKService'false],
  2271.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2272.             'App\\Controller\\ApiController:cronProductShopify' => ['privates''.service_locator.neL22t2''get_ServiceLocator_NeL22t2Service'false],
  2273.             'App\\Controller\\ApiController:cronSendProductShopify' => ['privates''.service_locator.NpKGkqA''get_ServiceLocator_NpKGkqAService'false],
  2274.             'App\\Controller\\ApiController:delShopsProducts' => ['privates''.service_locator.QK3zM0E''get_ServiceLocator_QK3zM0EService'false],
  2275.             'App\\Controller\\ApiController:getProducts' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2276.             'App\\Controller\\ApiController:getShops' => ['privates''.service_locator.5Txg.0G''get_ServiceLocator_5Txg_0GService'false],
  2277.             'App\\Controller\\ApiController:getShopsProducts' => ['privates''.service_locator.NpKGkqA''get_ServiceLocator_NpKGkqAService'false],
  2278.             'App\\Controller\\ApiController:getShopsProductsToJson' => ['privates''.service_locator.NKAi8Gb''get_ServiceLocator_NKAi8GbService'false],
  2279.             'App\\Controller\\ApiController:getTest' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2280.             'App\\Controller\\ApiController:postAccount' => ['privates''.service_locator.uCNaWhI''get_ServiceLocator_UCNaWhIService'false],
  2281.             'App\\Controller\\ApiController:postCollectionDispo' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2282.             'App\\Controller\\ApiController:postShopsProducts' => ['privates''.service_locator.LLbpzzB''get_ServiceLocator_LLbpzzBService'false],
  2283.             'App\\Controller\\ApiController:putDispo' => ['privates''.service_locator.ZmUphII''get_ServiceLocator_ZmUphIIService'false],
  2284.             'App\\Controller\\ApiController:putShopsProducts' => ['privates''.service_locator.88z8z0N''get_ServiceLocator_88z8z0NService'false],
  2285.             'App\\Controller\\ApiController:structureShopifyByProduct' => ['privates''.service_locator.DlfwQIb''get_ServiceLocator_DlfwQIbService'false],
  2286.             'App\\Controller\\PageController:disponibility' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2287.             'App\\Controller\\PageController:index' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2288.             'App\\Controller\\PageController:manage_users' => ['privates''.service_locator.YY947VB''get_ServiceLocator_YY947VBService'false],
  2289.             'App\\Controller\\PageController:productForm' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2290.             'App\\Controller\\PageController:products' => ['privates''.service_locator.1UuH9tO''get_ServiceLocator_1UuH9tOService'false],
  2291.             'App\\Controller\\PageController:rapport_csv' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  2292.             'App\\Controller\\PageController:rapport_seo' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  2293.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  2294.             'App\\Controller\\ResettingController:request' => ['privates''.service_locator.7P.iSBh''get_ServiceLocator_7P_ISBhService'false],
  2295.             'App\\Controller\\ResettingController:resetting' => ['privates''.service_locator.HYqik_K''get_ServiceLocator_HYqikKService'false],
  2296.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2297.         ], [
  2298.             'App\\Controller\\ApiController::cronProductShopify' => '?',
  2299.             'App\\Controller\\ApiController::cronSendProductShopify' => '?',
  2300.             'App\\Controller\\ApiController::delShopsProducts' => '?',
  2301.             'App\\Controller\\ApiController::getProducts' => '?',
  2302.             'App\\Controller\\ApiController::getShops' => '?',
  2303.             'App\\Controller\\ApiController::getShopsProducts' => '?',
  2304.             'App\\Controller\\ApiController::getShopsProductsToJson' => '?',
  2305.             'App\\Controller\\ApiController::getTest' => '?',
  2306.             'App\\Controller\\ApiController::postAccount' => '?',
  2307.             'App\\Controller\\ApiController::postCollectionDispo' => '?',
  2308.             'App\\Controller\\ApiController::postShopsProducts' => '?',
  2309.             'App\\Controller\\ApiController::putDispo' => '?',
  2310.             'App\\Controller\\ApiController::putShopsProducts' => '?',
  2311.             'App\\Controller\\ApiController::structureShopifyByProduct' => '?',
  2312.             'App\\Controller\\PageController::disponibility' => '?',
  2313.             'App\\Controller\\PageController::index' => '?',
  2314.             'App\\Controller\\PageController::manage_users' => '?',
  2315.             'App\\Controller\\PageController::productForm' => '?',
  2316.             'App\\Controller\\PageController::products' => '?',
  2317.             'App\\Controller\\PageController::rapport_csv' => '?',
  2318.             'App\\Controller\\PageController::rapport_seo' => '?',
  2319.             'App\\Controller\\RegistrationController::register' => '?',
  2320.             'App\\Controller\\ResettingController::request' => '?',
  2321.             'App\\Controller\\ResettingController::resetting' => '?',
  2322.             'App\\Controller\\SecurityController::login' => '?',
  2323.             'App\\Controller\\ApiController:cronProductShopify' => '?',
  2324.             'App\\Controller\\ApiController:cronSendProductShopify' => '?',
  2325.             'App\\Controller\\ApiController:delShopsProducts' => '?',
  2326.             'App\\Controller\\ApiController:getProducts' => '?',
  2327.             'App\\Controller\\ApiController:getShops' => '?',
  2328.             'App\\Controller\\ApiController:getShopsProducts' => '?',
  2329.             'App\\Controller\\ApiController:getShopsProductsToJson' => '?',
  2330.             'App\\Controller\\ApiController:getTest' => '?',
  2331.             'App\\Controller\\ApiController:postAccount' => '?',
  2332.             'App\\Controller\\ApiController:postCollectionDispo' => '?',
  2333.             'App\\Controller\\ApiController:postShopsProducts' => '?',
  2334.             'App\\Controller\\ApiController:putDispo' => '?',
  2335.             'App\\Controller\\ApiController:putShopsProducts' => '?',
  2336.             'App\\Controller\\ApiController:structureShopifyByProduct' => '?',
  2337.             'App\\Controller\\PageController:disponibility' => '?',
  2338.             'App\\Controller\\PageController:index' => '?',
  2339.             'App\\Controller\\PageController:manage_users' => '?',
  2340.             'App\\Controller\\PageController:productForm' => '?',
  2341.             'App\\Controller\\PageController:products' => '?',
  2342.             'App\\Controller\\PageController:rapport_csv' => '?',
  2343.             'App\\Controller\\PageController:rapport_seo' => '?',
  2344.             'App\\Controller\\RegistrationController:register' => '?',
  2345.             'App\\Controller\\ResettingController:request' => '?',
  2346.             'App\\Controller\\ResettingController:resetting' => '?',
  2347.             'App\\Controller\\SecurityController:login' => '?',
  2348.         ]);
  2349.     }
  2350.     /**
  2351.      * Gets the private 'App\Form\ResettingType' shared autowired service.
  2352.      *
  2353.      * @return \App\Form\ResettingType
  2354.      */
  2355.     protected function getResettingTypeService()
  2356.     {
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2359.         include_once \dirname(__DIR__4).'/src/Form/ResettingType.php';
  2360.         return $this->privates['App\\Form\\ResettingType'] = new \App\Form\ResettingType();
  2361.     }
  2362.     /**
  2363.      * Gets the private 'App\Form\UserType' shared autowired service.
  2364.      *
  2365.      * @return \App\Form\UserType
  2366.      */
  2367.     protected function getUserTypeService()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2371.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  2372.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  2373.     }
  2374.     /**
  2375.      * Gets the private 'App\Repository\AifredRestaurantsRepository' shared autowired service.
  2376.      *
  2377.      * @return \App\Repository\AifredRestaurantsRepository
  2378.      */
  2379.     protected function getAifredRestaurantsRepositoryService()
  2380.     {
  2381.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2386.         include_once \dirname(__DIR__4).'/src/Repository/AifredRestaurantsRepository.php';
  2387.         return $this->privates['App\\Repository\\AifredRestaurantsRepository'] = new \App\Repository\AifredRestaurantsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2388.     }
  2389.     /**
  2390.      * Gets the private 'App\Repository\CorrespondenceProductsOptionsRepository' shared autowired service.
  2391.      *
  2392.      * @return \App\Repository\CorrespondenceProductsOptionsRepository
  2393.      */
  2394.     protected function getCorrespondenceProductsOptionsRepositoryService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2397.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2401.         include_once \dirname(__DIR__4).'/src/Repository/CorrespondenceProductsOptionsRepository.php';
  2402.         return $this->privates['App\\Repository\\CorrespondenceProductsOptionsRepository'] = new \App\Repository\CorrespondenceProductsOptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2403.     }
  2404.     /**
  2405.      * Gets the private 'App\Repository\CorrespondenceProductsRepository' shared autowired service.
  2406.      *
  2407.      * @return \App\Repository\CorrespondenceProductsRepository
  2408.      */
  2409.     protected function getCorrespondenceProductsRepositoryService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2416.         include_once \dirname(__DIR__4).'/src/Repository/CorrespondenceProductsRepository.php';
  2417.         return $this->privates['App\\Repository\\CorrespondenceProductsRepository'] = new \App\Repository\CorrespondenceProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2418.     }
  2419.     /**
  2420.      * Gets the private 'App\Repository\GiftCardsRepository' shared autowired service.
  2421.      *
  2422.      * @return \App\Repository\GiftCardsRepository
  2423.      */
  2424.     protected function getGiftCardsRepositoryService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2431.         include_once \dirname(__DIR__4).'/src/Repository/GiftCardsRepository.php';
  2432.         return $this->privates['App\\Repository\\GiftCardsRepository'] = new \App\Repository\GiftCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2433.     }
  2434.     /**
  2435.      * Gets the private 'App\Repository\GiftCardsTransactionsRepository' shared autowired service.
  2436.      *
  2437.      * @return \App\Repository\GiftCardsTransactionsRepository
  2438.      */
  2439.     protected function getGiftCardsTransactionsRepositoryService()
  2440.     {
  2441.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2446.         include_once \dirname(__DIR__4).'/src/Repository/GiftCardsTransactionsRepository.php';
  2447.         return $this->privates['App\\Repository\\GiftCardsTransactionsRepository'] = new \App\Repository\GiftCardsTransactionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'App\Repository\IcLogsRepository' shared autowired service.
  2451.      *
  2452.      * @return \App\Repository\IcLogsRepository
  2453.      */
  2454.     protected function getIcLogsRepositoryService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2461.         include_once \dirname(__DIR__4).'/src/Repository/IcLogsRepository.php';
  2462.         return $this->privates['App\\Repository\\IcLogsRepository'] = new \App\Repository\IcLogsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'App\Repository\MainProductsRepository' shared autowired service.
  2466.      *
  2467.      * @return \App\Repository\MainProductsRepository
  2468.      */
  2469.     protected function getMainProductsRepositoryService()
  2470.     {
  2471.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2476.         include_once \dirname(__DIR__4).'/src/Repository/MainProductsRepository.php';
  2477.         return $this->privates['App\\Repository\\MainProductsRepository'] = new \App\Repository\MainProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2478.     }
  2479.     /**
  2480.      * Gets the private 'App\Repository\OrdersParticulierRepository' shared autowired service.
  2481.      *
  2482.      * @return \App\Repository\OrdersParticulierRepository
  2483.      */
  2484.     protected function getOrdersParticulierRepositoryService()
  2485.     {
  2486.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2491.         include_once \dirname(__DIR__4).'/src/Repository/OrdersParticulierRepository.php';
  2492.         return $this->privates['App\\Repository\\OrdersParticulierRepository'] = new \App\Repository\OrdersParticulierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'App\Repository\QrRedirectionRepository' shared autowired service.
  2496.      *
  2497.      * @return \App\Repository\QrRedirectionRepository
  2498.      */
  2499.     protected function getQrRedirectionRepositoryService()
  2500.     {
  2501.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2506.         include_once \dirname(__DIR__4).'/src/Repository/QrRedirectionRepository.php';
  2507.         return $this->privates['App\\Repository\\QrRedirectionRepository'] = new \App\Repository\QrRedirectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2508.     }
  2509.     /**
  2510.      * Gets the private 'App\Repository\RestaurantsRepository' shared autowired service.
  2511.      *
  2512.      * @return \App\Repository\RestaurantsRepository
  2513.      */
  2514.     protected function getRestaurantsRepositoryService()
  2515.     {
  2516.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2521.         include_once \dirname(__DIR__4).'/src/Repository/RestaurantsRepository.php';
  2522.         return $this->privates['App\\Repository\\RestaurantsRepository'] = new \App\Repository\RestaurantsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'App\Repository\ShopsApiRepository' shared autowired service.
  2526.      *
  2527.      * @return \App\Repository\ShopsApiRepository
  2528.      */
  2529.     protected function getShopsApiRepositoryService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2536.         include_once \dirname(__DIR__4).'/src/Repository/ShopsApiRepository.php';
  2537.         return $this->privates['App\\Repository\\ShopsApiRepository'] = new \App\Repository\ShopsApiRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2538.     }
  2539.     /**
  2540.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2541.      *
  2542.      * @return \App\Repository\UserRepository
  2543.      */
  2544.     protected function getUserRepositoryService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2552.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2553.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'App\Repository\UserRestaurantRepository' shared autowired service.
  2557.      *
  2558.      * @return \App\Repository\UserRestaurantRepository
  2559.      */
  2560.     protected function getUserRestaurantRepositoryService()
  2561.     {
  2562.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2567.         include_once \dirname(__DIR__4).'/src/Repository/UserRestaurantRepository.php';
  2568.         return $this->privates['App\\Repository\\UserRestaurantRepository'] = new \App\Repository\UserRestaurantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'App\Security\AppAuthenticator' shared autowired service.
  2572.      *
  2573.      * @return \App\Security\AppAuthenticator
  2574.      */
  2575.     protected function getAppAuthenticatorService()
  2576.     {
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2583.         include_once \dirname(__DIR__4).'/src/Security/AppAuthenticator.php';
  2584.         return $this->privates['App\\Security\\AppAuthenticator'] = new \App\Security\AppAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2585.     }
  2586.     /**
  2587.      * Gets the private 'App\Security\TokenAuthenticator' shared autowired service.
  2588.      *
  2589.      * @return \App\Security\TokenAuthenticator
  2590.      */
  2591.     protected function getTokenAuthenticatorService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2596.         include_once \dirname(__DIR__4).'/src/Security/TokenAuthenticator.php';
  2597.         return $this->privates['App\\Security\\TokenAuthenticator'] = new \App\Security\TokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2598.     }
  2599.     /**
  2600.      * Gets the private 'App\Services\AsyncMethodService' shared autowired service.
  2601.      *
  2602.      * @return \App\Services\AsyncMethodService
  2603.      */
  2604.     protected function getAsyncMethodServiceService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/src/Services/AsyncMethodService.php';
  2607.         return $this->privates['App\\Services\\AsyncMethodService'] = new \App\Services\AsyncMethodService(($this->services['message_bus'] ?? $this->getMessageBusService()));
  2608.     }
  2609.     /**
  2610.      * Gets the private 'App\Services\CorrespondenceProductsNotifierService' shared autowired service.
  2611.      *
  2612.      * @return \App\Services\CorrespondenceProductsNotifierService
  2613.      */
  2614.     protected function getCorrespondenceProductsNotifierServiceService()
  2615.     {
  2616.         include_once \dirname(__DIR__4).'/src/Services/CorrespondenceProductsNotifierService.php';
  2617.         return $this->privates['App\\Services\\CorrespondenceProductsNotifierService'] = new \App\Services\CorrespondenceProductsNotifierService(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'App\Services\Mailer' shared autowired service.
  2621.      *
  2622.      * @return \App\Services\Mailer
  2623.      */
  2624.     protected function getMailerService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/src/Services/Mailer.php';
  2627.         return $this->privates['App\\Services\\Mailer'] = new \App\Services\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2631.      *
  2632.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2633.      */
  2634.     protected function getManagerRegistryAwareConnectionProviderService()
  2635.     {
  2636.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2638.         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'));
  2639.     }
  2640.     /**
  2641.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2642.      *
  2643.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2644.      */
  2645.     protected function getRunSqlCommandService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2649.         $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()));
  2650.         $instance->setName('dbal:run-sql');
  2651.         return $instance;
  2652.     }
  2653.     /**
  2654.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2655.      *
  2656.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2657.      */
  2658.     protected function getResetAssetsEventListenerService()
  2659.     {
  2660.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2661.     }
  2662.     /**
  2663.      * Gets the private 'annotations.cache_adapter' shared service.
  2664.      *
  2665.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2666.      */
  2667.     protected function getAnnotations_CacheAdapterService()
  2668.     {
  2669.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2670.     }
  2671.     /**
  2672.      * Gets the private 'annotations.cache_warmer' shared service.
  2673.      *
  2674.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2675.      */
  2676.     protected function getAnnotations_CacheWarmerService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2681.         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);
  2682.     }
  2683.     /**
  2684.      * Gets the private 'annotations.cached_reader' shared service.
  2685.      *
  2686.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2687.      */
  2688.     protected function getAnnotations_CachedReaderService()
  2689.     {
  2690.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2691.     }
  2692.     /**
  2693.      * Gets the private 'annotations.reader' shared service.
  2694.      *
  2695.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2696.      */
  2697.     protected function getAnnotations_ReaderService()
  2698.     {
  2699.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2700.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2701.         $a->registerUniqueLoader('class_exists');
  2702.         $instance->addGlobalIgnoredName('required'$a);
  2703.         return $instance;
  2704.     }
  2705.     /**
  2706.      * Gets the private 'assets.packages' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\Asset\Packages
  2709.      */
  2710.     protected function getAssets_PackagesService()
  2711.     {
  2712.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2713.     }
  2714.     /**
  2715.      * Gets the private 'cache.annotations' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2718.      */
  2719.     protected function getCache_AnnotationsService()
  2720.     {
  2721.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tr8G9hlRn-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2722.     }
  2723.     /**
  2724.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2725.      *
  2726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2727.      */
  2728.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2729.     {
  2730.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2731.     }
  2732.     /**
  2733.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2736.      */
  2737.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2738.     {
  2739.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2740.     }
  2741.     /**
  2742.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2745.      */
  2746.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2747.     {
  2748.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2749.     }
  2750.     /**
  2751.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2754.      */
  2755.     protected function getCache_Messenger_RestartWorkersSignalService()
  2756.     {
  2757.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('TFPCcpt9zj'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2758.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2759.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2760.     }
  2761.     /**
  2762.      * Gets the private 'cache.property_info' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2765.      */
  2766.     protected function getCache_PropertyInfoService()
  2767.     {
  2768.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qFzu3hHhRW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2769.     }
  2770.     /**
  2771.      * Gets the private 'cache.security_expression_language' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2774.      */
  2775.     protected function getCache_SecurityExpressionLanguageService()
  2776.     {
  2777.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('u64PALTrm-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2778.     }
  2779.     /**
  2780.      * Gets the private 'cache.serializer' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2783.      */
  2784.     protected function getCache_SerializerService()
  2785.     {
  2786.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EHTq3pQN7m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2787.     }
  2788.     /**
  2789.      * Gets the private 'cache.validator' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2792.      */
  2793.     protected function getCache_ValidatorService()
  2794.     {
  2795.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4lzNuwKnCl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2796.     }
  2797.     /**
  2798.      * Gets the private 'cache.webpack_encore' shared service.
  2799.      *
  2800.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2801.      */
  2802.     protected function getCache_WebpackEncoreService()
  2803.     {
  2804.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RjuyjhrxjS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2805.     }
  2806.     /**
  2807.      * Gets the private 'config_cache_factory' shared service.
  2808.      *
  2809.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2810.      */
  2811.     protected function getConfigCacheFactoryService()
  2812.     {
  2813.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2814.             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)));
  2815.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2816.         }, 2));
  2817.     }
  2818.     /**
  2819.      * Gets the private 'console.command.about' shared service.
  2820.      *
  2821.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2822.      */
  2823.     protected function getConsole_Command_AboutService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2827.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2828.         $instance->setName('about');
  2829.         return $instance;
  2830.     }
  2831.     /**
  2832.      * Gets the private 'console.command.assets_install' shared service.
  2833.      *
  2834.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2835.      */
  2836.     protected function getConsole_Command_AssetsInstallService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2841.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2842.         $instance->setName('assets:install');
  2843.         return $instance;
  2844.     }
  2845.     /**
  2846.      * Gets the private 'console.command.cache_clear' shared service.
  2847.      *
  2848.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2849.      */
  2850.     protected function getConsole_Command_CacheClearService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2855.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2856.         $instance->setName('cache:clear');
  2857.         return $instance;
  2858.     }
  2859.     /**
  2860.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2861.      *
  2862.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2863.      */
  2864.     protected function getConsole_Command_CachePoolClearService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2868.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2869.         $instance->setName('cache:pool:clear');
  2870.         return $instance;
  2871.     }
  2872.     /**
  2873.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2874.      *
  2875.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2876.      */
  2877.     protected function getConsole_Command_CachePoolDeleteService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2881.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2882.         $instance->setName('cache:pool:delete');
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the private 'console.command.cache_pool_list' shared service.
  2887.      *
  2888.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2889.      */
  2890.     protected function getConsole_Command_CachePoolListService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2894.         $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.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  2895.         $instance->setName('cache:pool:list');
  2896.         return $instance;
  2897.     }
  2898.     /**
  2899.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2900.      *
  2901.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2902.      */
  2903.     protected function getConsole_Command_CachePoolPruneService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2907.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2908.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2909.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2910.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2911.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2912.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2913.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2914.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  2915.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2916.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2917.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2918.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2919.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  2920.         }, 12));
  2921.         $instance->setName('cache:pool:prune');
  2922.         return $instance;
  2923.     }
  2924.     /**
  2925.      * Gets the private 'console.command.cache_warmup' shared service.
  2926.      *
  2927.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2928.      */
  2929.     protected function getConsole_Command_CacheWarmupService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2933.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2934.         $instance->setName('cache:warmup');
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'console.command.config_debug' shared service.
  2939.      *
  2940.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2941.      */
  2942.     protected function getConsole_Command_ConfigDebugService()
  2943.     {
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2948.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2949.         $instance->setName('debug:config');
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'console.command.config_dump_reference' shared service.
  2954.      *
  2955.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2956.      */
  2957.     protected function getConsole_Command_ConfigDumpReferenceService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2963.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2964.         $instance->setName('config:dump-reference');
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'console.command.container_debug' shared service.
  2969.      *
  2970.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2971.      */
  2972.     protected function getConsole_Command_ContainerDebugService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2976.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2977.         $instance->setName('debug:container');
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the private 'console.command.container_lint' shared service.
  2982.      *
  2983.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2984.      */
  2985.     protected function getConsole_Command_ContainerLintService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2989.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2990.         $instance->setName('lint:container');
  2991.         return $instance;
  2992.     }
  2993.     /**
  2994.      * Gets the private 'console.command.debug_autowiring' shared service.
  2995.      *
  2996.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2997.      */
  2998.     protected function getConsole_Command_DebugAutowiringService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3003.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3004.         $instance->setName('debug:autowiring');
  3005.         return $instance;
  3006.     }
  3007.     /**
  3008.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3009.      *
  3010.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3011.      */
  3012.     protected function getConsole_Command_EventDispatcherDebugService()
  3013.     {
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3016.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3017.         $instance->setName('debug:event-dispatcher');
  3018.         return $instance;
  3019.     }
  3020.     /**
  3021.      * Gets the private 'console.command.form_debug' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Form\Command\DebugCommand
  3024.      */
  3025.     protected function getConsole_Command_FormDebugService()
  3026.     {
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3029.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\ResettingType'=> 'App\\Form\\UserType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3030.         $instance->setName('debug:form');
  3031.         return $instance;
  3032.     }
  3033.     /**
  3034.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  3035.      *
  3036.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  3037.      */
  3038.     protected function getConsole_Command_MessengerConsumeMessagesService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  3042.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'failed']);
  3043.         $instance->setName('messenger:consume');
  3044.         $instance->setAliases([=> 'messenger:consume-messages']);
  3045.         return $instance;
  3046.     }
  3047.     /**
  3048.      * Gets the private 'console.command.messenger_debug' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  3051.      */
  3052.     protected function getConsole_Command_MessengerDebugService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  3056.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\ServiceMethodCallMessage' => [=> [=> 'App\\MessageHandler\\ServiceMethodCallHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  3057.         $instance->setName('debug:messenger');
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  3064.      */
  3065.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  3070.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  3071.         $instance->setName('messenger:failed:remove');
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  3078.      */
  3079.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  3084.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3085.         $instance->setName('messenger:failed:retry');
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  3092.      */
  3093.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  3098.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  3099.         $instance->setName('messenger:failed:show');
  3100.         return $instance;
  3101.     }
  3102.     /**
  3103.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  3104.      *
  3105.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  3106.      */
  3107.     protected function getConsole_Command_MessengerSetupTransportsService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  3111.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  3112.         $instance->setName('messenger:setup-transports');
  3113.         return $instance;
  3114.     }
  3115.     /**
  3116.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  3119.      */
  3120.     protected function getConsole_Command_MessengerStopWorkersService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  3124.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  3125.         $instance->setName('messenger:stop-workers');
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the private 'console.command.router_debug' shared service.
  3130.      *
  3131.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3132.      */
  3133.     protected function getConsole_Command_RouterDebugService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3137.         $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()));
  3138.         $instance->setName('debug:router');
  3139.         return $instance;
  3140.     }
  3141.     /**
  3142.      * Gets the private 'console.command.router_match' shared service.
  3143.      *
  3144.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3145.      */
  3146.     protected function getConsole_Command_RouterMatchService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3150.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3151.         $instance->setName('router:match');
  3152.         return $instance;
  3153.     }
  3154.     /**
  3155.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3156.      *
  3157.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3158.      */
  3159.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3167.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3168.         $instance->setName('secrets:decrypt-to-local');
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3173.      *
  3174.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3175.      */
  3176.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3184.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3185.         $instance->setName('secrets:encrypt-from-local');
  3186.         return $instance;
  3187.     }
  3188.     /**
  3189.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3190.      *
  3191.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3192.      */
  3193.     protected function getConsole_Command_SecretsGenerateKeyService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3201.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3202.         $instance->setName('secrets:generate-keys');
  3203.         return $instance;
  3204.     }
  3205.     /**
  3206.      * Gets the private 'console.command.secrets_list' shared service.
  3207.      *
  3208.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3209.      */
  3210.     protected function getConsole_Command_SecretsListService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3218.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3219.         $instance->setName('secrets:list');
  3220.         return $instance;
  3221.     }
  3222.     /**
  3223.      * Gets the private 'console.command.secrets_remove' shared service.
  3224.      *
  3225.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3226.      */
  3227.     protected function getConsole_Command_SecretsRemoveService()
  3228.     {
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3235.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3236.         $instance->setName('secrets:remove');
  3237.         return $instance;
  3238.     }
  3239.     /**
  3240.      * Gets the private 'console.command.secrets_set' shared service.
  3241.      *
  3242.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3243.      */
  3244.     protected function getConsole_Command_SecretsSetService()
  3245.     {
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3252.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3253.         $instance->setName('secrets:set');
  3254.         return $instance;
  3255.     }
  3256.     /**
  3257.      * Gets the private 'console.command.translation_debug' shared service.
  3258.      *
  3259.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3260.      */
  3261.     protected function getConsole_Command_TranslationDebugService()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3265.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3266.         $instance->setName('debug:translation');
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'console.command.translation_update' shared service.
  3271.      *
  3272.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3273.      */
  3274.     protected function getConsole_Command_TranslationUpdateService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3292.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3293.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3294.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3295.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3296.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3297.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3298.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3299.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3300.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3301.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3302.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3303.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3304.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3305.         $instance->setName('translation:update');
  3306.         return $instance;
  3307.     }
  3308.     /**
  3309.      * Gets the private 'console.command.xliff_lint' shared service.
  3310.      *
  3311.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3312.      */
  3313.     protected function getConsole_Command_XliffLintService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3318.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3319.         $instance->setName('lint:xliff');
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the private 'console.command.yaml_lint' shared service.
  3324.      *
  3325.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3326.      */
  3327.     protected function getConsole_Command_YamlLintService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3332.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3333.         $instance->setName('lint:yaml');
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the private 'console.error_listener' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3340.      */
  3341.     protected function getConsole_ErrorListenerService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3344.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3345.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3346.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3347.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3348.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3349.     }
  3350.     /**
  3351.      * Gets the private 'container.env_var_processor' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3354.      */
  3355.     protected function getContainer_EnvVarProcessorService()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3359.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3360.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3361.         }, 1));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'data_collector.form' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3367.      */
  3368.     protected function getDataCollector_FormService()
  3369.     {
  3370.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3371.     }
  3372.     /**
  3373.      * Gets the private 'debug.argument_resolver.default' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3376.      */
  3377.     protected function getDebug_ArgumentResolver_DefaultService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3382.         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))));
  3383.     }
  3384.     /**
  3385.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3388.      */
  3389.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3394.         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.wXkf4RD'] ?? $this->get_ServiceLocator_WXkf4RDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3395.     }
  3396.     /**
  3397.      * Gets the private 'debug.argument_resolver.request' shared service.
  3398.      *
  3399.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3400.      */
  3401.     protected function getDebug_ArgumentResolver_RequestService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3406.         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))));
  3407.     }
  3408.     /**
  3409.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3410.      *
  3411.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3412.      */
  3413.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3418.         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))));
  3419.     }
  3420.     /**
  3421.      * Gets the private 'debug.argument_resolver.service' shared service.
  3422.      *
  3423.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3424.      */
  3425.     protected function getDebug_ArgumentResolver_ServiceService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3430.         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.wXkf4RD'] ?? $this->get_ServiceLocator_WXkf4RDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3431.     }
  3432.     /**
  3433.      * Gets the private 'debug.argument_resolver.session' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3436.      */
  3437.     protected function getDebug_ArgumentResolver_SessionService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3442.         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))));
  3443.     }
  3444.     /**
  3445.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3446.      *
  3447.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3448.      */
  3449.     protected function getDebug_ArgumentResolver_VariadicService()
  3450.     {
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3454.         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))));
  3455.     }
  3456.     /**
  3457.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3458.      *
  3459.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3460.      */
  3461.     protected function getDebug_DebugHandlersListenerService()
  3462.     {
  3463.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3464.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3465.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3466.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3467.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3468.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3469.     }
  3470.     /**
  3471.      * Gets the private 'debug.dump_listener' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3474.      */
  3475.     protected function getDebug_DumpListenerService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3479.         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()));
  3480.     }
  3481.     /**
  3482.      * Gets the private 'debug.file_link_formatter' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3485.      */
  3486.     protected function getDebug_FileLinkFormatterService()
  3487.     {
  3488.         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 () {
  3489.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3490.         });
  3491.     }
  3492.     /**
  3493.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3494.      *
  3495.      * @return \string
  3496.      */
  3497.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3498.     {
  3499.         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');
  3500.     }
  3501.     /**
  3502.      * Gets the private 'debug.log_processor' shared service.
  3503.      *
  3504.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3505.      */
  3506.     protected function getDebug_LogProcessorService()
  3507.     {
  3508.         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())));
  3509.     }
  3510.     /**
  3511.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3512.      *
  3513.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3514.      */
  3515.     protected function getDebug_Security_Access_DecisionManagerService()
  3516.     {
  3517.         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 () {
  3518.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3519.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3520.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3521.         }, 3), 'affirmative'falsetrue));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'debug.security.firewall' shared service.
  3525.      *
  3526.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3527.      */
  3528.     protected function getDebug_Security_FirewallService()
  3529.     {
  3530.         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()));
  3531.     }
  3532.     /**
  3533.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3536.      */
  3537.     protected function getDebug_Security_UserValueResolverService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3542.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3548.      */
  3549.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3554.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3555.     }
  3556.     /**
  3557.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3558.      *
  3559.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3560.      */
  3561.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3566.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3567.     }
  3568.     /**
  3569.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3572.      */
  3573.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3578.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3579.     }
  3580.     /**
  3581.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3582.      *
  3583.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3584.      */
  3585.     protected function getDebug_Security_Voter_VoteListenerService()
  3586.     {
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3588.         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()));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3592.      *
  3593.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3594.      */
  3595.     protected function getDoctrine_CacheClearMetadataCommandService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3600.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3601.         $instance->setName('doctrine:cache:clear-metadata');
  3602.         return $instance;
  3603.     }
  3604.     /**
  3605.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3606.      *
  3607.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3608.      */
  3609.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3614.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3615.         $instance->setName('doctrine:cache:clear-query');
  3616.         return $instance;
  3617.     }
  3618.     /**
  3619.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3620.      *
  3621.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3622.      */
  3623.     protected function getDoctrine_CacheClearResultCommandService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3628.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3629.         $instance->setName('doctrine:cache:clear-result');
  3630.         return $instance;
  3631.     }
  3632.     /**
  3633.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3634.      *
  3635.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3636.      */
  3637.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3638.     {
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3642.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3643.         $instance->setName('doctrine:cache:clear-collection-region');
  3644.         return $instance;
  3645.     }
  3646.     /**
  3647.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3648.      *
  3649.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3650.      */
  3651.     protected function getDoctrine_ClearEntityRegionCommandService()
  3652.     {
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3656.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3657.         $instance->setName('doctrine:cache:clear-entity-region');
  3658.         return $instance;
  3659.     }
  3660.     /**
  3661.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3662.      *
  3663.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3664.      */
  3665.     protected function getDoctrine_ClearQueryRegionCommandService()
  3666.     {
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3670.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3671.         $instance->setName('doctrine:cache:clear-query-region');
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'doctrine.database_create_command' shared service.
  3676.      *
  3677.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3678.      */
  3679.     protected function getDoctrine_DatabaseCreateCommandService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3684.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3685.         $instance->setName('doctrine:database:create');
  3686.         return $instance;
  3687.     }
  3688.     /**
  3689.      * Gets the private 'doctrine.database_drop_command' shared service.
  3690.      *
  3691.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3692.      */
  3693.     protected function getDoctrine_DatabaseDropCommandService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3698.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3699.         $instance->setName('doctrine:database:drop');
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the private 'doctrine.database_import_command' shared service.
  3704.      *
  3705.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3706.      */
  3707.     protected function getDoctrine_DatabaseImportCommandService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3712.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3713.         $instance->setName('doctrine:database:import');
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3718.      *
  3719.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3720.      */
  3721.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3722.     {
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3726.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3727.         $instance->setName('doctrine:ensure-production-settings');
  3728.         return $instance;
  3729.     }
  3730.     /**
  3731.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3732.      *
  3733.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3734.      */
  3735.     protected function getDoctrine_FixturesLoadCommandService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  3745.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3746.         $a->addFixtures([]);
  3747.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  3748.         $instance->setName('doctrine:fixtures:load');
  3749.         return $instance;
  3750.     }
  3751.     /**
  3752.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3753.      *
  3754.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3755.      */
  3756.     protected function getDoctrine_MappingConvertCommandService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3761.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3762.         $instance->setName('doctrine:mapping:convert');
  3763.         return $instance;
  3764.     }
  3765.     /**
  3766.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3767.      *
  3768.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3769.      */
  3770.     protected function getDoctrine_MappingImportCommandService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3775.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3776.         $instance->setName('doctrine:mapping:import');
  3777.         return $instance;
  3778.     }
  3779.     /**
  3780.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3781.      *
  3782.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3783.      */
  3784.     protected function getDoctrine_MappingInfoCommandService()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3789.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3790.         $instance->setName('doctrine:mapping:info');
  3791.         return $instance;
  3792.     }
  3793.     /**
  3794.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3795.      *
  3796.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3797.      */
  3798.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3799.     {
  3800.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  3801.     }
  3802.     /**
  3803.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3804.      *
  3805.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3806.      */
  3807.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3810.         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()));
  3811.     }
  3812.     /**
  3813.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3814.      *
  3815.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3816.      */
  3817.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3818.     {
  3819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3820.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3821.     }
  3822.     /**
  3823.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  3824.      *
  3825.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  3826.      */
  3827.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  3830.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3834.      *
  3835.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3836.      */
  3837.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3841.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3842.     }
  3843.     /**
  3844.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3845.      *
  3846.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3847.      */
  3848.     protected function getDoctrine_Orm_Validator_UniqueService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3853.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3854.     }
  3855.     /**
  3856.      * Gets the private 'doctrine.query_dql_command' shared service.
  3857.      *
  3858.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3859.      */
  3860.     protected function getDoctrine_QueryDqlCommandService()
  3861.     {
  3862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3865.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3866.         $instance->setName('doctrine:query:dql');
  3867.         return $instance;
  3868.     }
  3869.     /**
  3870.      * Gets the private 'doctrine.query_sql_command' shared service.
  3871.      *
  3872.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3873.      */
  3874.     protected function getDoctrine_QuerySqlCommandService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3879.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3880.         $instance->setName('doctrine:query:sql');
  3881.         return $instance;
  3882.     }
  3883.     /**
  3884.      * Gets the private 'doctrine.schema_create_command' shared service.
  3885.      *
  3886.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3887.      */
  3888.     protected function getDoctrine_SchemaCreateCommandService()
  3889.     {
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3894.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3895.         $instance->setName('doctrine:schema:create');
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3900.      *
  3901.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3902.      */
  3903.     protected function getDoctrine_SchemaDropCommandService()
  3904.     {
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3909.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3910.         $instance->setName('doctrine:schema:drop');
  3911.         return $instance;
  3912.     }
  3913.     /**
  3914.      * Gets the private 'doctrine.schema_update_command' shared service.
  3915.      *
  3916.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3917.      */
  3918.     protected function getDoctrine_SchemaUpdateCommandService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3924.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3925.         $instance->setName('doctrine:schema:update');
  3926.         return $instance;
  3927.     }
  3928.     /**
  3929.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3930.      *
  3931.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3932.      */
  3933.     protected function getDoctrine_SchemaValidateCommandService()
  3934.     {
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3938.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3939.         $instance->setName('doctrine:schema:validate');
  3940.         return $instance;
  3941.     }
  3942.     /**
  3943.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3944.      *
  3945.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  3946.      */
  3947.     protected function getDoctrineMigrations_DiffCommandService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  3953.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  3954.         $instance->setName('doctrine:migrations:diff');
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3959.      *
  3960.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  3961.      */
  3962.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  3968.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  3969.         $instance->setName('doctrine:migrations:dump-schema');
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3974.      *
  3975.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  3976.      */
  3977.     protected function getDoctrineMigrations_ExecuteCommandService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  3983.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  3984.         $instance->setName('doctrine:migrations:execute');
  3985.         return $instance;
  3986.     }
  3987.     /**
  3988.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3989.      *
  3990.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  3991.      */
  3992.     protected function getDoctrineMigrations_GenerateCommandService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  3998.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  3999.         $instance->setName('doctrine:migrations:generate');
  4000.         return $instance;
  4001.     }
  4002.     /**
  4003.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4004.      *
  4005.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4006.      */
  4007.     protected function getDoctrineMigrations_LatestCommandService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4013.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4014.         $instance->setName('doctrine:migrations:latest');
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4019.      *
  4020.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4021.      */
  4022.     protected function getDoctrineMigrations_MigrateCommandService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4028.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4029.         $instance->setName('doctrine:migrations:migrate');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4034.      *
  4035.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4036.      */
  4037.     protected function getDoctrineMigrations_RollupCommandService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4043.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4044.         $instance->setName('doctrine:migrations:rollup');
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4049.      *
  4050.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4051.      */
  4052.     protected function getDoctrineMigrations_StatusCommandService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4058.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4059.         $instance->setName('doctrine:migrations:status');
  4060.         return $instance;
  4061.     }
  4062.     /**
  4063.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4064.      *
  4065.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4066.      */
  4067.     protected function getDoctrineMigrations_UpToDateCommandService()
  4068.     {
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4073.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4074.         $instance->setName('doctrine:migrations:up-to-date');
  4075.         return $instance;
  4076.     }
  4077.     /**
  4078.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4079.      *
  4080.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4081.      */
  4082.     protected function getDoctrineMigrations_VersionCommandService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4088.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4089.         $instance->setName('doctrine:migrations:version');
  4090.         return $instance;
  4091.     }
  4092.     /**
  4093.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4094.      *
  4095.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4096.      */
  4097.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4098.     {
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4101.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4102.         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()));
  4103.     }
  4104.     /**
  4105.      * Gets the private 'exception_listener' shared service.
  4106.      *
  4107.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4108.      */
  4109.     protected function getExceptionListenerService()
  4110.     {
  4111.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4112.     }
  4113.     /**
  4114.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4115.      *
  4116.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4117.      */
  4118.     protected function getForm_ChoiceListFactory_CachedService()
  4119.     {
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4124.         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())));
  4125.     }
  4126.     /**
  4127.      * Gets the private 'form.registry' shared service.
  4128.      *
  4129.      * @return \Symfony\Component\Form\FormRegistry
  4130.      */
  4131.     protected function getForm_RegistryService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4140.         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, [
  4141.             'App\\Form\\ResettingType' => ['privates''App\\Form\\ResettingType''getResettingTypeService'false],
  4142.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  4143.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4144.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4145.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4146.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4147.         ], [
  4148.             'App\\Form\\ResettingType' => '?',
  4149.             'App\\Form\\UserType' => '?',
  4150.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4151.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4152.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4153.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4154.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4155.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4156.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4157.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4158.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4159.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4160.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4161.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4162.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4163.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4164.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4165.         }, 1)], new RewindableGenerator(function () {
  4166.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4167.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4168.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4169.     }
  4170.     /**
  4171.      * Gets the private 'form.server_params' shared service.
  4172.      *
  4173.      * @return \Symfony\Component\Form\Util\ServerParams
  4174.      */
  4175.     protected function getForm_ServerParamsService()
  4176.     {
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4178.         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())));
  4179.     }
  4180.     /**
  4181.      * Gets the private 'form.type.choice' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4184.      */
  4185.     protected function getForm_Type_ChoiceService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4190.         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()));
  4191.     }
  4192.     /**
  4193.      * Gets the private 'form.type.entity' shared service.
  4194.      *
  4195.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4196.      */
  4197.     protected function getForm_Type_EntityService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4203.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4204.     }
  4205.     /**
  4206.      * Gets the private 'form.type.form' shared service.
  4207.      *
  4208.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4209.      */
  4210.     protected function getForm_Type_FormService()
  4211.     {
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4216.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4217.     }
  4218.     /**
  4219.      * Gets the private 'form.type_extension.csrf' shared service.
  4220.      *
  4221.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4222.      */
  4223.     protected function getForm_TypeExtension_CsrfService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4228.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4229.     }
  4230.     /**
  4231.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4232.      *
  4233.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4234.      */
  4235.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4240.         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()));
  4241.     }
  4242.     /**
  4243.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4246.      */
  4247.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4248.     {
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4254.         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())));
  4255.     }
  4256.     /**
  4257.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4258.      *
  4259.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4260.      */
  4261.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4266.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4267.     }
  4268.     /**
  4269.      * Gets the private 'form.type_extension.form.validator' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4272.      */
  4273.     protected function getForm_TypeExtension_Form_ValidatorService()
  4274.     {
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4279.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4280.     }
  4281.     /**
  4282.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4283.      *
  4284.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4285.      */
  4286.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4291.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4292.     }
  4293.     /**
  4294.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4295.      *
  4296.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4297.      */
  4298.     protected function getForm_TypeGuesser_DoctrineService()
  4299.     {
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4302.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4303.     }
  4304.     /**
  4305.      * Gets the private 'form.type_guesser.validator' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4308.      */
  4309.     protected function getForm_TypeGuesser_ValidatorService()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4313.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4314.     }
  4315.     /**
  4316.      * Gets the private 'fragment.renderer.inline' shared service.
  4317.      *
  4318.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4319.      */
  4320.     protected function getFragment_Renderer_InlineService()
  4321.     {
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4325.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4326.         $instance->setFragmentPath('/_fragment');
  4327.         return $instance;
  4328.     }
  4329.     /**
  4330.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4331.      *
  4332.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4333.      */
  4334.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4335.     {
  4336.         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())));
  4337.     }
  4338.     /**
  4339.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4340.      *
  4341.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4342.      */
  4343.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4344.     {
  4345.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4346.     }
  4347.     /**
  4348.      * Gets the private 'locale_aware_listener' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4351.      */
  4352.     protected function getLocaleAwareListenerService()
  4353.     {
  4354.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4355.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4356.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4357.     }
  4358.     /**
  4359.      * Gets the private 'locale_listener' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4362.      */
  4363.     protected function getLocaleListenerService()
  4364.     {
  4365.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  4366.     }
  4367.     /**
  4368.      * Gets the private 'mailer.transport_factory.null' shared service.
  4369.      *
  4370.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4371.      */
  4372.     protected function getMailer_TransportFactory_NullService()
  4373.     {
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4377.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4378.     }
  4379.     /**
  4380.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4381.      *
  4382.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4383.      */
  4384.     protected function getMailer_TransportFactory_SendmailService()
  4385.     {
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4389.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4390.     }
  4391.     /**
  4392.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4393.      *
  4394.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4395.      */
  4396.     protected function getMailer_TransportFactory_SmtpService()
  4397.     {
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4401.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4402.     }
  4403.     /**
  4404.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4405.      *
  4406.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4407.      */
  4408.     protected function getMaker_AutoCommand_MakeAuthService()
  4409.     {
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4417.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4418.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4419.         $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);
  4420.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4421.         $instance->setName('make:auth');
  4422.         return $instance;
  4423.     }
  4424.     /**
  4425.      * Gets the private 'maker.auto_command.make_command' shared service.
  4426.      *
  4427.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4428.      */
  4429.     protected function getMaker_AutoCommand_MakeCommandService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4436.         $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()));
  4437.         $instance->setDescription('Creates a new console command class');
  4438.         $instance->setName('make:command');
  4439.         return $instance;
  4440.     }
  4441.     /**
  4442.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4443.      *
  4444.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4445.      */
  4446.     protected function getMaker_AutoCommand_MakeControllerService()
  4447.     {
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4453.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4454.         $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()));
  4455.         $instance->setDescription('Creates a new controller class');
  4456.         $instance->setName('make:controller');
  4457.         return $instance;
  4458.     }
  4459.     /**
  4460.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4461.      *
  4462.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4463.      */
  4464.     protected function getMaker_AutoCommand_MakeCrudService()
  4465.     {
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4471.         $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()));
  4472.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4473.         $instance->setName('make:crud');
  4474.         return $instance;
  4475.     }
  4476.     /**
  4477.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4478.      *
  4479.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4480.      */
  4481.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4482.     {
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4488.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4489.         $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()));
  4490.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4491.         $instance->setName('make:docker:database');
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4496.      *
  4497.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4498.      */
  4499.     protected function getMaker_AutoCommand_MakeEntityService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4507.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4508.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4509.         $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);
  4510.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4511.         $instance->setName('make:entity');
  4512.         return $instance;
  4513.     }
  4514.     /**
  4515.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4516.      *
  4517.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4518.      */
  4519.     protected function getMaker_AutoCommand_MakeFixturesService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4526.         $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()));
  4527.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4528.         $instance->setName('make:fixtures');
  4529.         return $instance;
  4530.     }
  4531.     /**
  4532.      * Gets the private 'maker.auto_command.make_form' shared service.
  4533.      *
  4534.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4535.      */
  4536.     protected function getMaker_AutoCommand_MakeFormService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4543.         $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()));
  4544.         $instance->setDescription('Creates a new form class');
  4545.         $instance->setName('make:form');
  4546.         return $instance;
  4547.     }
  4548.     /**
  4549.      * Gets the private 'maker.auto_command.make_message' shared service.
  4550.      *
  4551.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4552.      */
  4553.     protected function getMaker_AutoCommand_MakeMessageService()
  4554.     {
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4560.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4561.         $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()));
  4562.         $instance->setDescription('Creates a new message and handler');
  4563.         $instance->setName('make:message');
  4564.         return $instance;
  4565.     }
  4566.     /**
  4567.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4568.      *
  4569.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4570.      */
  4571.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4572.     {
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4578.         $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()));
  4579.         $instance->setDescription('Creates a new messenger middleware');
  4580.         $instance->setName('make:messenger-middleware');
  4581.         return $instance;
  4582.     }
  4583.     /**
  4584.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4585.      *
  4586.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4587.      */
  4588.     protected function getMaker_AutoCommand_MakeMigrationService()
  4589.     {
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4596.         $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()));
  4597.         $instance->setDescription('Creates a new migration based on database changes');
  4598.         $instance->setName('make:migration');
  4599.         return $instance;
  4600.     }
  4601.     /**
  4602.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4603.      *
  4604.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4605.      */
  4606.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4613.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4614.         $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()));
  4615.         $instance->setDescription('Creates a new registration form system');
  4616.         $instance->setName('make:registration-form');
  4617.         return $instance;
  4618.     }
  4619.     /**
  4620.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4621.      *
  4622.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4623.      */
  4624.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4631.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4632.         $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()));
  4633.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4634.         $instance->setName('make:reset-password');
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4639.      *
  4640.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4641.      */
  4642.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4649.         $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()));
  4650.         $instance->setDescription('Creates a new serializer encoder class');
  4651.         $instance->setName('make:serializer:encoder');
  4652.         return $instance;
  4653.     }
  4654.     /**
  4655.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4656.      *
  4657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4658.      */
  4659.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4660.     {
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4666.         $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()));
  4667.         $instance->setDescription('Creates a new serializer normalizer class');
  4668.         $instance->setName('make:serializer:normalizer');
  4669.         return $instance;
  4670.     }
  4671.     /**
  4672.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4673.      *
  4674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4675.      */
  4676.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4684.         $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()));
  4685.         $instance->setDescription('Creates a new event subscriber class');
  4686.         $instance->setName('make:subscriber');
  4687.         return $instance;
  4688.     }
  4689.     /**
  4690.      * Gets the private 'maker.auto_command.make_test' shared service.
  4691.      *
  4692.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4693.      */
  4694.     protected function getMaker_AutoCommand_MakeTestService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4702.         $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()));
  4703.         $instance->setDescription('Creates a new test class');
  4704.         $instance->setName('make:test');
  4705.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4706.         return $instance;
  4707.     }
  4708.     /**
  4709.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4710.      *
  4711.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4712.      */
  4713.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4720.         $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()));
  4721.         $instance->setDescription('Creates a new Twig extension class');
  4722.         $instance->setName('make:twig-extension');
  4723.         return $instance;
  4724.     }
  4725.     /**
  4726.      * Gets the private 'maker.auto_command.make_user' shared service.
  4727.      *
  4728.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4729.      */
  4730.     protected function getMaker_AutoCommand_MakeUserService()
  4731.     {
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4739.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4740.         $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()));
  4741.         $instance->setDescription('Creates a new security user class');
  4742.         $instance->setName('make:user');
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4749.      */
  4750.     protected function getMaker_AutoCommand_MakeValidatorService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4757.         $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()));
  4758.         $instance->setDescription('Creates a new validator and constraint class');
  4759.         $instance->setName('make:validator');
  4760.         return $instance;
  4761.     }
  4762.     /**
  4763.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4764.      *
  4765.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4766.      */
  4767.     protected function getMaker_AutoCommand_MakeVoterService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4774.         $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()));
  4775.         $instance->setDescription('Creates a new security voter class');
  4776.         $instance->setName('make:voter');
  4777.         return $instance;
  4778.     }
  4779.     /**
  4780.      * Gets the private 'maker.doctrine_helper' shared service.
  4781.      *
  4782.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4783.      */
  4784.     protected function getMaker_DoctrineHelperService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4787.         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()), false, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  4788.     }
  4789.     /**
  4790.      * Gets the private 'maker.entity_class_generator' shared service.
  4791.      *
  4792.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4793.      */
  4794.     protected function getMaker_EntityClassGeneratorService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4797.         $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()));
  4798.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4799.         return $instance;
  4800.     }
  4801.     /**
  4802.      * Gets the private 'maker.file_manager' shared service.
  4803.      *
  4804.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4805.      */
  4806.     protected function getMaker_FileManagerService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4813.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4814.     }
  4815.     /**
  4816.      * Gets the private 'maker.generator' shared service.
  4817.      *
  4818.      * @return \Symfony\Bundle\MakerBundle\Generator
  4819.      */
  4820.     protected function getMaker_GeneratorService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  4824.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  4825.         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));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'maker.php_compat_util' shared service.
  4829.      *
  4830.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  4831.      */
  4832.     protected function getMaker_PhpCompatUtilService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4835.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  4836.     }
  4837.     /**
  4838.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4839.      *
  4840.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4841.      */
  4842.     protected function getMaker_Renderer_FormTypeRendererService()
  4843.     {
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4845.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4846.     }
  4847.     /**
  4848.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  4849.      *
  4850.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  4851.      */
  4852.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  4858.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\ServiceMethodCallMessage' => new RewindableGenerator(function () {
  4859.             yield => ($this->privates['.messenger.handler_descriptor.1VSgUlo'] ?? $this->get_Messenger_HandlerDescriptor_1VSgUloService());
  4860.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  4861.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  4862.         }, 1)]));
  4863.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4864.         return $instance;
  4865.     }
  4866.     /**
  4867.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  4868.      *
  4869.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  4870.      */
  4871.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  4872.     {
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  4875.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  4876.     }
  4877.     /**
  4878.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  4879.      *
  4880.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  4881.      */
  4882.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  4885.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4886.     }
  4887.     /**
  4888.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  4889.      *
  4890.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  4891.      */
  4892.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  4895.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4896.     }
  4897.     /**
  4898.      * Gets the private 'messenger.middleware.send_message' shared service.
  4899.      *
  4900.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  4901.      */
  4902.     protected function getMessenger_Middleware_SendMessageService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  4908.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\ServiceMethodCallMessage' => [=> 'async']], ($this->privates['.service_locator.9RmDU1g'] ?? $this->get_ServiceLocator_9RmDU1gService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4909.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'messenger.receiver_locator' shared service.
  4914.      *
  4915.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4916.      */
  4917.     protected function getMessenger_ReceiverLocatorService()
  4918.     {
  4919.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4920.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  4921.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4922.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  4923.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4924.         ], [
  4925.             'async' => '?',
  4926.             'failed' => '?',
  4927.             'messenger.transport.async' => '?',
  4928.             'messenger.transport.failed' => '?',
  4929.         ]);
  4930.     }
  4931.     /**
  4932.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  4935.      */
  4936.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  4940.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  4941.     }
  4942.     /**
  4943.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  4944.      *
  4945.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  4946.      */
  4947.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  4951.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  4952.     }
  4953.     /**
  4954.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  4955.      *
  4956.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  4957.      */
  4958.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  4961.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.9RmDU1g'] ?? $this->get_ServiceLocator_9RmDU1gService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4962.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  4963.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  4964.         ], [
  4965.             'async' => '?',
  4966.             'failed' => '?',
  4967.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4968.     }
  4969.     /**
  4970.      * Gets the private 'messenger.routable_message_bus' shared service.
  4971.      *
  4972.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  4973.      */
  4974.     protected function getMessenger_RoutableMessageBusService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  4977.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4978.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  4979.         ], [
  4980.             'messenger.bus.default' => '?',
  4981.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'messenger.transport.async' shared service.
  4985.      *
  4986.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  4987.      */
  4988.     protected function getMessenger_Transport_AsyncService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  4995.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  4996.     }
  4997.     /**
  4998.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  4999.      *
  5000.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  5001.      */
  5002.     protected function getMessenger_Transport_Doctrine_FactoryService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  5006.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5007.     }
  5008.     /**
  5009.      * Gets the private 'messenger.transport.failed' shared service.
  5010.      *
  5011.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5012.      */
  5013.     protected function getMessenger_Transport_FailedService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5020.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  5021.     }
  5022.     /**
  5023.      * Gets the private 'messenger.transport.sync.factory' shared service.
  5024.      *
  5025.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  5026.      */
  5027.     protected function getMessenger_Transport_Sync_FactoryService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  5031.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  5032.     }
  5033.     /**
  5034.      * Gets the private 'messenger.transport_factory' shared service.
  5035.      *
  5036.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  5037.      */
  5038.     protected function getMessenger_TransportFactoryService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  5042.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  5043.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  5044.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  5045.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  5046.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  5047.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  5048.         }, 5));
  5049.     }
  5050.     /**
  5051.      * Gets the private 'mime_types' shared service.
  5052.      *
  5053.      * @return \Symfony\Component\Mime\MimeTypes
  5054.      */
  5055.     protected function getMimeTypesService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5060.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5061.         $instance->setDefault($instance);
  5062.         return $instance;
  5063.     }
  5064.     /**
  5065.      * Gets the private 'monolog.command.server_log' shared service.
  5066.      *
  5067.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5068.      */
  5069.     protected function getMonolog_Command_ServerLogService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5073.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5074.         $instance->setName('server:log');
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'monolog.handler.console' shared service.
  5079.      *
  5080.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5081.      */
  5082.     protected function getMonolog_Handler_ConsoleService()
  5083.     {
  5084.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5085.     }
  5086.     /**
  5087.      * Gets the private 'monolog.handler.main' shared service.
  5088.      *
  5089.      * @return \Monolog\Handler\StreamHandler
  5090.      */
  5091.     protected function getMonolog_Handler_MainService()
  5092.     {
  5093.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5094.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5095.         return $instance;
  5096.     }
  5097.     /**
  5098.      * Gets the private 'monolog.logger' shared service.
  5099.      *
  5100.      * @return \Symfony\Bridge\Monolog\Logger
  5101.      */
  5102.     protected function getMonolog_LoggerService()
  5103.     {
  5104.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5105.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5106.         $instance->useMicrosecondTimestamps(true);
  5107.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5108.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5109.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5110.         return $instance;
  5111.     }
  5112.     /**
  5113.      * Gets the private 'monolog.logger.cache' shared service.
  5114.      *
  5115.      * @return \Symfony\Bridge\Monolog\Logger
  5116.      */
  5117.     protected function getMonolog_Logger_CacheService()
  5118.     {
  5119.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5120.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5121.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5122.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5123.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5124.         return $instance;
  5125.     }
  5126.     /**
  5127.      * Gets the private 'monolog.logger.messenger' shared service.
  5128.      *
  5129.      * @return \Symfony\Bridge\Monolog\Logger
  5130.      */
  5131.     protected function getMonolog_Logger_MessengerService()
  5132.     {
  5133.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  5134.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5135.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5136.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5137.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5138.         return $instance;
  5139.     }
  5140.     /**
  5141.      * Gets the private 'monolog.logger.request' shared service.
  5142.      *
  5143.      * @return \Symfony\Bridge\Monolog\Logger
  5144.      */
  5145.     protected function getMonolog_Logger_RequestService()
  5146.     {
  5147.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5148.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5149.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5150.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5151.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5152.         return $instance;
  5153.     }
  5154.     /**
  5155.      * Gets the private 'monolog.logger.security' shared service.
  5156.      *
  5157.      * @return \Symfony\Bridge\Monolog\Logger
  5158.      */
  5159.     protected function getMonolog_Logger_SecurityService()
  5160.     {
  5161.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5162.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5163.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5164.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5165.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5166.         return $instance;
  5167.     }
  5168.     /**
  5169.      * Gets the private 'parameter_bag' shared service.
  5170.      *
  5171.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5172.      */
  5173.     protected function getParameterBagService()
  5174.     {
  5175.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5176.     }
  5177.     /**
  5178.      * Gets the private 'profiler_listener' shared service.
  5179.      *
  5180.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5181.      */
  5182.     protected function getProfilerListenerService()
  5183.     {
  5184.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5185.     }
  5186.     /**
  5187.      * Gets the private 'property_accessor' shared service.
  5188.      *
  5189.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5190.      */
  5191.     protected function getPropertyAccessorService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5195.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5196.     }
  5197.     /**
  5198.      * Gets the private 'property_info' shared service.
  5199.      *
  5200.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5201.      */
  5202.     protected function getPropertyInfoService()
  5203.     {
  5204.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5205.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5206.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5207.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5208.         }, 3), new RewindableGenerator(function () {
  5209.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5210.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5211.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5212.         }, 3), new RewindableGenerator(function () {
  5213.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5214.         }, 1), new RewindableGenerator(function () {
  5215.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5216.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5217.         }, 2), new RewindableGenerator(function () {
  5218.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5219.         }, 1));
  5220.     }
  5221.     /**
  5222.      * Gets the private 'property_info.serializer_extractor' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5225.      */
  5226.     protected function getPropertyInfo_SerializerExtractorService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5229.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5230.     }
  5231.     /**
  5232.      * Gets the private 'router.cache_warmer' shared service.
  5233.      *
  5234.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5235.      */
  5236.     protected function getRouter_CacheWarmerService()
  5237.     {
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5240.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5241.             'router' => ['services''router''getRouterService'false],
  5242.         ], [
  5243.             'router' => '?',
  5244.         ]))->withContext('router.cache_warmer'$this));
  5245.     }
  5246.     /**
  5247.      * Gets the private 'router.request_context' shared service.
  5248.      *
  5249.      * @return \Symfony\Component\Routing\RequestContext
  5250.      */
  5251.     protected function getRouter_RequestContextService()
  5252.     {
  5253.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5254.     }
  5255.     /**
  5256.      * Gets the private 'router_listener' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5259.      */
  5260.     protected function getRouterListenerService()
  5261.     {
  5262.         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);
  5263.     }
  5264.     /**
  5265.      * Gets the private 'security.access_listener' shared service.
  5266.      *
  5267.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5268.      */
  5269.     protected function getSecurity_AccessListenerService()
  5270.     {
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5275.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5276.     }
  5277.     /**
  5278.      * Gets the private 'security.access_map' shared service.
  5279.      *
  5280.      * @return \Symfony\Component\Security\Http\AccessMap
  5281.      */
  5282.     protected function getSecurity_AccessMapService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5288.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5289.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], $this->getEnv('SECURE_SCHEME'));
  5290.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/aifred/restaurants'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], $this->getEnv('SECURE_SCHEME'));
  5291.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/aifred/filters'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], $this->getEnv('SECURE_SCHEME'));
  5292.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/collections'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], $this->getEnv('SECURE_SCHEME'));
  5293.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/renouvellement-mot-de-passe'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], $this->getEnv('SECURE_SCHEME'));
  5294.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/customers'), [=> 'ROLE_SITE'], $this->getEnv('SECURE_SCHEME'));
  5295.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/customer'), [=> 'ROLE_SITE'], $this->getEnv('SECURE_SCHEME'));
  5296.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'ROLE_ADMIN'], $this->getEnv('SECURE_SCHEME'));
  5297.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'=> 'ROLE_USER_OPS'], $this->getEnv('SECURE_SCHEME'));
  5298.         return $instance;
  5299.     }
  5300.     /**
  5301.      * Gets the private 'security.authentication.guard_handler' shared service.
  5302.      *
  5303.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5304.      */
  5305.     protected function getSecurity_Authentication_GuardHandlerService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5308.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api']);
  5309.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  5310.         return $instance;
  5311.     }
  5312.     /**
  5313.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5316.      */
  5317.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5323.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5324.     }
  5325.     /**
  5326.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5329.      */
  5330.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5336.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5337.     }
  5338.     /**
  5339.      * Gets the private 'security.authentication.listener.form.main' shared service.
  5340.      *
  5341.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5342.      */
  5343.     protected function getSecurity_Authentication_Listener_Form_MainService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5355.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5356.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5357.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  5358.         $b->setProviderKey('main');
  5359.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5360.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5361.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5362.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $a'main'$b$d, ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5363.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  5368.      *
  5369.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5370.      */
  5371.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5377.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  5378.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  5379.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5380.     }
  5381.     /**
  5382.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5383.      *
  5384.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5385.      */
  5386.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5392.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5393.             yield => ($this->privates['App\\Security\\AppAuthenticator'] ?? $this->getAppAuthenticatorService());
  5394.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5395.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5396.         return $instance;
  5397.     }
  5398.     /**
  5399.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  5400.      *
  5401.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  5402.      */
  5403.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  5409.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  5410.     }
  5411.     /**
  5412.      * Gets the private 'security.authentication.manager' shared service.
  5413.      *
  5414.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5415.      */
  5416.     protected function getSecurity_Authentication_ManagerService()
  5417.     {
  5418.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5419.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  5420.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5421.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5422.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5423.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  5424.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5425.         }, 6), true);
  5426.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5427.         return $instance;
  5428.     }
  5429.     /**
  5430.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5433.      */
  5434.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5441.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5442.     }
  5443.     /**
  5444.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5447.      */
  5448.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5454.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5455.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  5456.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5457.     }
  5458.     /**
  5459.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5460.      *
  5461.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5462.      */
  5463.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5469.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5470.             yield => ($this->privates['App\\Security\\AppAuthenticator'] ?? $this->getAppAuthenticatorService());
  5471.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5472.     }
  5473.     /**
  5474.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  5475.      *
  5476.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  5477.      */
  5478.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  5479.     {
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5484.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  5485.     }
  5486.     /**
  5487.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  5488.      *
  5489.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  5490.      */
  5491.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  5492.     {
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  5497.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService())], $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5498.     }
  5499.     /**
  5500.      * Gets the private 'security.authentication.session_strategy' shared service.
  5501.      *
  5502.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  5503.      */
  5504.     protected function getSecurity_Authentication_SessionStrategyService()
  5505.     {
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5508.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'security.channel_listener' shared service.
  5512.      *
  5513.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5514.      */
  5515.     protected function getSecurity_ChannelListenerService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5523.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5524.     }
  5525.     /**
  5526.      * Gets the private 'security.command.user_password_encoder' shared service.
  5527.      *
  5528.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5529.      */
  5530.     protected function getSecurity_Command_UserPasswordEncoderService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5534.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5535.         $instance->setName('security:encode-password');
  5536.         return $instance;
  5537.     }
  5538.     /**
  5539.      * Gets the private 'security.context_listener.0' shared service.
  5540.      *
  5541.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5542.      */
  5543.     protected function getSecurity_ContextListener_0Service()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5549.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  5550.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5551.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5552.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5553.         return $instance;
  5554.     }
  5555.     /**
  5556.      * Gets the private 'security.csrf.token_generator' shared service.
  5557.      *
  5558.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  5559.      */
  5560.     protected function getSecurity_Csrf_TokenGeneratorService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  5564.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  5565.     }
  5566.     /**
  5567.      * Gets the private 'security.csrf.token_storage' shared service.
  5568.      *
  5569.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5570.      */
  5571.     protected function getSecurity_Csrf_TokenStorageService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5576.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5577.     }
  5578.     /**
  5579.      * Gets the private 'security.encoder_factory.generic' shared service.
  5580.      *
  5581.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5582.      */
  5583.     protected function getSecurity_EncoderFactory_GenericService()
  5584.     {
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5587.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5588.     }
  5589.     /**
  5590.      * Gets the private 'security.firewall.map' shared service.
  5591.      *
  5592.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5593.      */
  5594.     protected function getSecurity_Firewall_MapService()
  5595.     {
  5596.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5597.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5598.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5599.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5600.         ], [
  5601.             'security.firewall.map.context.api' => '?',
  5602.             'security.firewall.map.context.dev' => '?',
  5603.             'security.firewall.map.context.main' => '?',
  5604.         ]), new RewindableGenerator(function () {
  5605.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  5606.             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)/')));
  5607.             yield 'security.firewall.map.context.main' => NULL;
  5608.         }, 3));
  5609.     }
  5610.     /**
  5611.      * Gets the private 'security.firewall.map.context.api' shared service.
  5612.      *
  5613.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5614.      */
  5615.     protected function getSecurity_Firewall_Map_Context_ApiService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5621.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5622.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5623.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  5624.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  5625.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5626.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.uTv4pMG'truetrue'security.user.provider.concrete.app_user_provider'NULL'App\\Security\\TokenAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5627.     }
  5628.     /**
  5629.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5630.      *
  5631.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5632.      */
  5633.     protected function getSecurity_Firewall_Map_Context_DevService()
  5634.     {
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5637.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5638.             return new \EmptyIterator();
  5639.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'security.firewall.map.context.main' shared service.
  5643.      *
  5644.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5645.      */
  5646.     protected function getSecurity_Firewall_Map_Context_MainService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5664.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5665.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5666.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5667.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5668.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5669.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  5670.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5671.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5672.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5673.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5674.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  5675.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  5676.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5677.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5678.         }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'guard'=> 'form_login'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'security.helper' shared service.
  5682.      *
  5683.      * @return \Symfony\Component\Security\Core\Security
  5684.      */
  5685.     protected function getSecurity_HelperService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  5688.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5689.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  5690.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  5691.         ], [
  5692.             'security.authorization_checker' => '?',
  5693.             'security.token_storage' => '?',
  5694.         ]));
  5695.     }
  5696.     /**
  5697.      * Gets the private 'security.http_utils' shared service.
  5698.      *
  5699.      * @return \Symfony\Component\Security\Http\HttpUtils
  5700.      */
  5701.     protected function getSecurity_HttpUtilsService()
  5702.     {
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5704.         $a = ($this->services['router'] ?? $this->getRouterService());
  5705.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5706.     }
  5707.     /**
  5708.      * Gets the private 'security.logout_url_generator' shared service.
  5709.      *
  5710.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5711.      */
  5712.     protected function getSecurity_LogoutUrlGeneratorService()
  5713.     {
  5714.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5715.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5716.         return $instance;
  5717.     }
  5718.     /**
  5719.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5720.      *
  5721.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5722.      */
  5723.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5728.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5729.     }
  5730.     /**
  5731.      * Gets the private 'security.validator.user_password' shared service.
  5732.      *
  5733.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5734.      */
  5735.     protected function getSecurity_Validator_UserPasswordService()
  5736.     {
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5740.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5741.     }
  5742.     /**
  5743.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5744.      *
  5745.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5746.      */
  5747.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5748.     {
  5749.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5750.     }
  5751.     /**
  5752.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5753.      *
  5754.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5755.      */
  5756.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5757.     {
  5758.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5759.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5760.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5761.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5762.     }
  5763.     /**
  5764.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5765.      *
  5766.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5767.      */
  5768.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5769.     {
  5770.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5771.     }
  5772.     /**
  5773.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5774.      *
  5775.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5776.      */
  5777.     protected function getSensioFrameworkExtra_View_ListenerService()
  5778.     {
  5779.         $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))));
  5780.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5781.             'twig' => ['services''twig''getTwigService'false],
  5782.         ], [
  5783.             'twig' => 'Twig\\Environment',
  5784.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5785.         return $instance;
  5786.     }
  5787.     /**
  5788.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5789.      *
  5790.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5791.      */
  5792.     protected function getSerializer_Mapping_CacheWarmerService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5799.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5800.     }
  5801.     /**
  5802.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5803.      *
  5804.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5805.      */
  5806.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5814.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  5815.     }
  5816.     /**
  5817.      * Gets the private 'session.storage.native' shared service.
  5818.      *
  5819.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5820.      */
  5821.     protected function getSession_Storage_NativeService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5827.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5828.     }
  5829.     /**
  5830.      * Gets the private 'session_listener' shared service.
  5831.      *
  5832.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5833.      */
  5834.     protected function getSessionListenerService()
  5835.     {
  5836.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5837.             'initialized_session' => ['services''session'NULLfalse],
  5838.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5839.             'session' => ['services''session''getSessionService'false],
  5840.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5841.         ], [
  5842.             'initialized_session' => '?',
  5843.             'request_stack' => '?',
  5844.             'session' => '?',
  5845.             'session_storage' => '?',
  5846.         ]));
  5847.     }
  5848.     /**
  5849.      * Gets the private 'swiftmailer.command.debug' shared service.
  5850.      *
  5851.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  5852.      */
  5853.     protected function getSwiftmailer_Command_DebugService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  5858.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  5859.         $instance->setName('debug:swiftmailer');
  5860.         return $instance;
  5861.     }
  5862.     /**
  5863.      * Gets the private 'swiftmailer.command.new_email' shared service.
  5864.      *
  5865.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5866.      */
  5867.     protected function getSwiftmailer_Command_NewEmailService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5872.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5873.         $instance->setName('swiftmailer:email:send');
  5874.         return $instance;
  5875.     }
  5876.     /**
  5877.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5878.      *
  5879.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5880.      */
  5881.     protected function getSwiftmailer_Command_SendEmailService()
  5882.     {
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5886.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5887.         $instance->setName('swiftmailer:spool:send');
  5888.         return $instance;
  5889.     }
  5890.     /**
  5891.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5892.      *
  5893.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5894.      */
  5895.     protected function getSwiftmailer_EmailSender_ListenerService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5898.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5899.     }
  5900.     /**
  5901.      * Gets the private 'translation.extractor' shared service.
  5902.      *
  5903.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5904.      */
  5905.     protected function getTranslation_ExtractorService()
  5906.     {
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5912.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5913.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5914.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5915.         return $instance;
  5916.     }
  5917.     /**
  5918.      * Gets the private 'translation.loader.csv' shared service.
  5919.      *
  5920.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5921.      */
  5922.     protected function getTranslation_Loader_CsvService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5928.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5929.     }
  5930.     /**
  5931.      * Gets the private 'translation.loader.dat' shared service.
  5932.      *
  5933.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5934.      */
  5935.     protected function getTranslation_Loader_DatService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5940.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5941.     }
  5942.     /**
  5943.      * Gets the private 'translation.loader.ini' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5946.      */
  5947.     protected function getTranslation_Loader_IniService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5953.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5954.     }
  5955.     /**
  5956.      * Gets the private 'translation.loader.json' shared service.
  5957.      *
  5958.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5959.      */
  5960.     protected function getTranslation_Loader_JsonService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5966.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5967.     }
  5968.     /**
  5969.      * Gets the private 'translation.loader.mo' shared service.
  5970.      *
  5971.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5972.      */
  5973.     protected function getTranslation_Loader_MoService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5979.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5980.     }
  5981.     /**
  5982.      * Gets the private 'translation.loader.php' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5985.      */
  5986.     protected function getTranslation_Loader_PhpService()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5992.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5993.     }
  5994.     /**
  5995.      * Gets the private 'translation.loader.po' shared service.
  5996.      *
  5997.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5998.      */
  5999.     protected function getTranslation_Loader_PoService()
  6000.     {
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6005.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6006.     }
  6007.     /**
  6008.      * Gets the private 'translation.loader.qt' shared service.
  6009.      *
  6010.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6011.      */
  6012.     protected function getTranslation_Loader_QtService()
  6013.     {
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6016.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6017.     }
  6018.     /**
  6019.      * Gets the private 'translation.loader.res' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6022.      */
  6023.     protected function getTranslation_Loader_ResService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6027.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6028.     }
  6029.     /**
  6030.      * Gets the private 'translation.loader.xliff' shared service.
  6031.      *
  6032.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6033.      */
  6034.     protected function getTranslation_Loader_XliffService()
  6035.     {
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6038.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6039.     }
  6040.     /**
  6041.      * Gets the private 'translation.loader.yml' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6044.      */
  6045.     protected function getTranslation_Loader_YmlService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6051.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6052.     }
  6053.     /**
  6054.      * Gets the private 'translation.reader' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6057.      */
  6058.     protected function getTranslation_ReaderService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6076.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6077.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6078.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6079.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6080.         $instance->addLoader('yaml'$a);
  6081.         $instance->addLoader('yml'$a);
  6082.         $instance->addLoader('xlf'$b);
  6083.         $instance->addLoader('xliff'$b);
  6084.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6085.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6086.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6087.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6088.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6089.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6090.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6091.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6092.         return $instance;
  6093.     }
  6094.     /**
  6095.      * Gets the private 'translation.warmer' shared service.
  6096.      *
  6097.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6098.      */
  6099.     protected function getTranslation_WarmerService()
  6100.     {
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6103.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6104.             'translator' => ['services''translator''getTranslatorService'false],
  6105.         ], [
  6106.             'translator' => '?',
  6107.         ]))->withContext('translation.warmer'$this));
  6108.     }
  6109.     /**
  6110.      * Gets the private 'translator.default' shared service.
  6111.      *
  6112.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6113.      */
  6114.     protected function getTranslator_DefaultService()
  6115.     {
  6116.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6117.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6118.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6119.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6120.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6121.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6122.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6123.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6124.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6125.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6126.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6127.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6128.         ], [
  6129.             'translation.loader.csv' => '?',
  6130.             'translation.loader.dat' => '?',
  6131.             'translation.loader.ini' => '?',
  6132.             'translation.loader.json' => '?',
  6133.             'translation.loader.mo' => '?',
  6134.             'translation.loader.php' => '?',
  6135.             'translation.loader.po' => '?',
  6136.             'translation.loader.qt' => '?',
  6137.             'translation.loader.res' => '?',
  6138.             'translation.loader.xliff' => '?',
  6139.             'translation.loader.yml' => '?',
  6140.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'src/Resources/TwigExtraBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'src/Resources/DoctrineBundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'src/Resources/DoctrineMigrationsBundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'src/Resources/SecurityBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'27 => 'src/Resources/DoctrineFixturesBundle/translations'28 => 'vendor/symfony/webpack-encore-bundle/src/translations'29 => 'src/Resources/WebpackEncoreBundle/translations'30 => 'vendor/symfony/swiftmailer-bundle/translations'31 => 'src/Resources/SwiftmailerBundle/translations'32 => 'src/Resources/translations']]]);
  6141.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6142.         $instance->setFallbackLocales([=> 'en']);
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'twig.command.debug' shared service.
  6147.      *
  6148.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6149.      */
  6150.     protected function getTwig_Command_DebugService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6154.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  6155.         $instance->setName('debug:twig');
  6156.         return $instance;
  6157.     }
  6158.     /**
  6159.      * Gets the private 'twig.command.lint' shared service.
  6160.      *
  6161.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6162.      */
  6163.     protected function getTwig_Command_LintService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6168.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6169.         $instance->setName('lint:twig');
  6170.         return $instance;
  6171.     }
  6172.     /**
  6173.      * Gets the private 'twig.form.engine' shared service.
  6174.      *
  6175.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6176.      */
  6177.     protected function getTwig_Form_EngineService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6182.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  6183.     }
  6184.     /**
  6185.      * Gets the private 'twig.form.renderer' shared service.
  6186.      *
  6187.      * @return \Symfony\Component\Form\FormRenderer
  6188.      */
  6189.     protected function getTwig_Form_RendererService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6193.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'twig.mailer.message_listener' shared service.
  6197.      *
  6198.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6199.      */
  6200.     protected function getTwig_Mailer_MessageListenerService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6205.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6206.     }
  6207.     /**
  6208.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6209.      *
  6210.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6211.      */
  6212.     protected function getTwig_Runtime_HttpkernelService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6217.         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, [
  6218.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6219.         ], [
  6220.             'inline' => '?',
  6221.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6222.     }
  6223.     /**
  6224.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6225.      *
  6226.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6227.      */
  6228.     protected function getTwig_Runtime_SecurityCsrfService()
  6229.     {
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6231.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6232.     }
  6233.     /**
  6234.      * Gets the private 'twig.template_cache_warmer' shared service.
  6235.      *
  6236.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6237.      */
  6238.     protected function getTwig_TemplateCacheWarmerService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6244.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6245.             'twig' => ['services''twig''getTwigService'false],
  6246.         ], [
  6247.             'twig' => 'Twig\\Environment',
  6248.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6249.     }
  6250.     /**
  6251.      * Gets the private 'validator.builder' shared service.
  6252.      *
  6253.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6254.      */
  6255.     protected function getValidator_BuilderService()
  6256.     {
  6257.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6258.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6259.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6260.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6261.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6262.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6263.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6264.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6265.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6266.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6267.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6268.         ], [
  6269.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6270.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6271.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6272.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6273.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6274.             'doctrine.orm.validator.unique' => '?',
  6275.             'security.validator.user_password' => '?',
  6276.             'validator.expression' => '?',
  6277.         ])));
  6278.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6279.         $instance->setTranslationDomain('validators');
  6280.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6281.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6282.         $instance->addMethodMapping('loadValidatorMetadata');
  6283.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6284.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6285.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6286.         return $instance;
  6287.     }
  6288.     /**
  6289.      * Gets the private 'validator.email' shared service.
  6290.      *
  6291.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6292.      */
  6293.     protected function getValidator_EmailService()
  6294.     {
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6298.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6299.     }
  6300.     /**
  6301.      * Gets the private 'validator.expression' shared service.
  6302.      *
  6303.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6304.      */
  6305.     protected function getValidator_ExpressionService()
  6306.     {
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6310.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6311.     }
  6312.     /**
  6313.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6314.      *
  6315.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6316.      */
  6317.     protected function getValidator_Mapping_CacheWarmerService()
  6318.     {
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6322.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6323.     }
  6324.     /**
  6325.      * Gets the private 'validator.not_compromised_password' shared service.
  6326.      *
  6327.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6328.      */
  6329.     protected function getValidator_NotCompromisedPasswordService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6334.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6335.     }
  6336.     /**
  6337.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6338.      *
  6339.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6340.      */
  6341.     protected function getVarDumper_Command_ServerDumpService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6349.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6350.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6351.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6352.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6353.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6354.         $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()))]);
  6355.         $instance->setName('server:dump');
  6356.         return $instance;
  6357.     }
  6358.     /**
  6359.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6360.      *
  6361.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6362.      */
  6363.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6364.     {
  6365.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6366.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'var_dumper.html_dumper' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6373.      */
  6374.     protected function getVarDumper_HtmlDumperService()
  6375.     {
  6376.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6377.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6378.         return $instance;
  6379.     }
  6380.     /**
  6381.      * Gets the private 'var_dumper.server_connection' shared service.
  6382.      *
  6383.      * @return \Symfony\Component\VarDumper\Server\Connection
  6384.      */
  6385.     protected function getVarDumper_ServerConnectionService()
  6386.     {
  6387.         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()]);
  6388.     }
  6389.     /**
  6390.      * Gets the private 'web_profiler.csp.handler' shared service.
  6391.      *
  6392.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6393.      */
  6394.     protected function getWebProfiler_Csp_HandlerService()
  6395.     {
  6396.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6397.     }
  6398.     /**
  6399.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6400.      *
  6401.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6402.      */
  6403.     protected function getWebProfiler_DebugToolbarService()
  6404.     {
  6405.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6409.      *
  6410.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6411.      */
  6412.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6417.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6418.     }
  6419.     /**
  6420.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6421.      *
  6422.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6423.      */
  6424.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6425.     {
  6426.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6427.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6428.         ], [
  6429.             '_default' => '?',
  6430.         ]), '_default');
  6431.     }
  6432.     /**
  6433.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6434.      *
  6435.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6436.      */
  6437.     protected function getWebpackEncore_ExceptionListenerService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6440.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6441.     }
  6442.     /**
  6443.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6444.      *
  6445.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6446.      */
  6447.     protected function getWebpackEncore_TagRendererService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6450.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6451.     }
  6452.     /**
  6453.      * @return array|bool|float|int|string|\UnitEnum|null
  6454.      */
  6455.     public function getParameter($name)
  6456.     {
  6457.         $name = (string) $name;
  6458.         if (isset($this->buildParameters[$name])) {
  6459.             return $this->buildParameters[$name];
  6460.         }
  6461.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6462.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6463.         }
  6464.         if (isset($this->loadedDynamicParameters[$name])) {
  6465.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6466.         }
  6467.         return $this->parameters[$name];
  6468.     }
  6469.     public function hasParameter($name): bool
  6470.     {
  6471.         $name = (string) $name;
  6472.         if (isset($this->buildParameters[$name])) {
  6473.             return true;
  6474.         }
  6475.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6476.     }
  6477.     public function setParameter($name$value): void
  6478.     {
  6479.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6480.     }
  6481.     public function getParameterBag(): ParameterBagInterface
  6482.     {
  6483.         if (null === $this->parameterBag) {
  6484.             $parameters $this->parameters;
  6485.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6486.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6487.             }
  6488.             foreach ($this->buildParameters as $name => $value) {
  6489.                 $parameters[$name] = $value;
  6490.             }
  6491.             $this->parameterBag = new FrozenParameterBag($parameters);
  6492.         }
  6493.         return $this->parameterBag;
  6494.     }
  6495.     private $loadedDynamicParameters = [
  6496.         'kernel.cache_dir' => false,
  6497.         'kernel.secret' => false,
  6498.         'session.save_path' => false,
  6499.         'validator.mapping.cache.file' => false,
  6500.         'profiler.storage.dsn' => false,
  6501.         'debug.container.dump' => false,
  6502.         'serializer.mapping.cache.file' => false,
  6503.         'doctrine.orm.proxy_dir' => false,
  6504.         'swiftmailer.spool.default.memory.path' => false,
  6505.     ];
  6506.     private $dynamicParameters = [];
  6507.     private function getDynamicParameter(string $name)
  6508.     {
  6509.         switch ($name) {
  6510.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6511.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6512.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6513.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6514.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6515.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6516.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6517.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6518.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6519.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6520.         }
  6521.         $this->loadedDynamicParameters[$name] = true;
  6522.         return $this->dynamicParameters[$name] = $value;
  6523.     }
  6524.     protected function getDefaultParameters(): array
  6525.     {
  6526.         return [
  6527.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6528.             'kernel.project_dir' => \dirname(__DIR__4),
  6529.             'kernel.environment' => 'dev',
  6530.             'kernel.debug' => true,
  6531.             'kernel.name' => 'src',
  6532.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6533.             'kernel.bundles' => [
  6534.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6535.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6536.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6537.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6538.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6539.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6540.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6541.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6542.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6543.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6544.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6545.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6546.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6547.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6548.             ],
  6549.             'kernel.bundles_metadata' => [
  6550.                 'FrameworkBundle' => [
  6551.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6552.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6553.                 ],
  6554.                 'TwigBundle' => [
  6555.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6556.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6557.                 ],
  6558.                 'TwigExtraBundle' => [
  6559.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6560.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6561.                 ],
  6562.                 'SensioFrameworkExtraBundle' => [
  6563.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6564.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6565.                 ],
  6566.                 'DoctrineBundle' => [
  6567.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6568.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6569.                 ],
  6570.                 'DoctrineMigrationsBundle' => [
  6571.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6572.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6573.                 ],
  6574.                 'SecurityBundle' => [
  6575.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6576.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6577.                 ],
  6578.                 'WebProfilerBundle' => [
  6579.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6580.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6581.                 ],
  6582.                 'MonologBundle' => [
  6583.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6584.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6585.                 ],
  6586.                 'DebugBundle' => [
  6587.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6588.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6589.                 ],
  6590.                 'MakerBundle' => [
  6591.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6592.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6593.                 ],
  6594.                 'DoctrineFixturesBundle' => [
  6595.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6596.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6597.                 ],
  6598.                 'WebpackEncoreBundle' => [
  6599.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6600.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6601.                 ],
  6602.                 'SwiftmailerBundle' => [
  6603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6604.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6605.                 ],
  6606.             ],
  6607.             'kernel.charset' => 'UTF-8',
  6608.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6609.             'container.dumper.inline_class_loader' => true,
  6610.             'container.dumper.inline_factories' => true,
  6611.             'upload_tmp' => (\dirname(__DIR__4).'/public/img/tmp/'),
  6612.             'event_dispatcher.event_aliases' => [
  6613.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6614.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6615.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6616.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6617.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6618.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6619.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6620.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6621.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6622.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6623.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6624.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6625.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6626.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6627.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6628.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6629.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6630.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6631.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6632.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6633.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6634.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6635.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6636.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6637.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6638.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6639.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6640.             ],
  6641.             'fragment.renderer.hinclude.global_template' => '',
  6642.             'fragment.path' => '/_fragment',
  6643.             'kernel.http_method_override' => true,
  6644.             'kernel.trusted_hosts' => [
  6645.             ],
  6646.             'kernel.default_locale' => 'en',
  6647.             'kernel.error_controller' => 'error_controller',
  6648.             'templating.helper.code.file_link_format' => NULL,
  6649.             'debug.file_link_format' => NULL,
  6650.             'session.metadata.storage_key' => '_sf2_meta',
  6651.             'session.storage.options' => [
  6652.                 'cache_limiter' => '0',
  6653.                 'cookie_lifetime' => 3600,
  6654.                 'cookie_secure' => 'auto',
  6655.                 'cookie_httponly' => true,
  6656.                 'cookie_samesite' => 'lax',
  6657.                 'gc_maxlifetime' => 3600,
  6658.                 'gc_probability' => 1,
  6659.             ],
  6660.             'session.metadata.update_threshold' => 0,
  6661.             'form.type_extension.csrf.enabled' => true,
  6662.             'form.type_extension.csrf.field_name' => '_token',
  6663.             'asset.request_context.base_path' => '',
  6664.             'asset.request_context.secure' => false,
  6665.             'validator.translation_domain' => 'validators',
  6666.             'translator.logging' => false,
  6667.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6668.             'profiler_listener.only_exceptions' => false,
  6669.             'profiler_listener.only_master_requests' => false,
  6670.             'debug.error_handler.throw_at' => -1,
  6671.             'router.request_context.host' => 'localhost',
  6672.             'router.request_context.scheme' => 'http',
  6673.             'router.request_context.base_url' => '',
  6674.             'router.resource' => 'kernel::loadRoutes',
  6675.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6676.             'request_listener.http_port' => 80,
  6677.             'request_listener.https_port' => 443,
  6678.             'twig.exception_listener.controller' => NULL,
  6679.             'twig.form.resources' => [
  6680.                 => 'form_div_layout.html.twig',
  6681.                 => 'bootstrap_4_layout.html.twig',
  6682.             ],
  6683.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6684.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6685.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6686.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6687.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6688.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6689.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6690.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6691.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6692.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6693.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6694.             'doctrine.entity_managers' => [
  6695.                 'default' => 'doctrine.orm.default_entity_manager',
  6696.             ],
  6697.             'doctrine.default_entity_manager' => 'default',
  6698.             'doctrine.dbal.connection_factory.types' => [
  6699.             ],
  6700.             'doctrine.connections' => [
  6701.                 'default' => 'doctrine.dbal.default_connection',
  6702.             ],
  6703.             'doctrine.default_connection' => 'default',
  6704.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6705.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6706.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6707.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6708.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6709.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6710.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6711.             'doctrine.orm.cache.memcache_port' => 11211,
  6712.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6713.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6714.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6715.             'doctrine.orm.cache.memcached_port' => 11211,
  6716.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6717.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6718.             'doctrine.orm.cache.redis_host' => 'localhost',
  6719.             'doctrine.orm.cache.redis_port' => 6379,
  6720.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6721.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6722.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6723.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6724.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6725.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6726.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6727.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6728.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6729.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6730.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6731.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6732.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6733.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6734.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6735.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6736.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6737.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6738.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6739.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6740.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6741.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6742.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6743.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6744.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6745.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6746.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6747.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6748.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6749.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6750.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6751.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  6752.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  6753.             'doctrine_migrations.name' => 'Application Migrations',
  6754.             'doctrine_migrations.migrations_paths' => [
  6755.             ],
  6756.             'doctrine_migrations.table_name' => 'migration_versions',
  6757.             'doctrine_migrations.column_name' => 'version',
  6758.             'doctrine_migrations.column_length' => 14,
  6759.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  6760.             'doctrine_migrations.all_or_nothing' => false,
  6761.             'doctrine_migrations.custom_template' => NULL,
  6762.             'doctrine_migrations.organize_migrations' => false,
  6763.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6764.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6765.             'security.role_hierarchy.roles' => [
  6766.             ],
  6767.             'security.access.denied_url' => NULL,
  6768.             'security.authentication.manager.erase_credentials' => true,
  6769.             'security.authentication.session_strategy.strategy' => 'migrate',
  6770.             'security.access.always_authenticate_before_granting' => false,
  6771.             'security.authentication.hide_user_not_found' => true,
  6772.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6773.             'web_profiler.debug_toolbar.mode' => 2,
  6774.             'monolog.use_microseconds' => true,
  6775.             'monolog.swift_mailer.handlers' => [
  6776.             ],
  6777.             'monolog.handlers_to_channels' => [
  6778.                 'monolog.handler.console' => [
  6779.                     'type' => 'exclusive',
  6780.                     'elements' => [
  6781.                         => 'event',
  6782.                         => 'doctrine',
  6783.                         => 'console',
  6784.                     ],
  6785.                 ],
  6786.                 'monolog.handler.main' => [
  6787.                     'type' => 'exclusive',
  6788.                     'elements' => [
  6789.                         => 'event',
  6790.                     ],
  6791.                 ],
  6792.             ],
  6793.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6794.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6795.             'swiftmailer.mailer.default.spool.enabled' => true,
  6796.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6797.             'swiftmailer.mailer.default.single_address' => NULL,
  6798.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6799.             'swiftmailer.spool.enabled' => true,
  6800.             'swiftmailer.delivery.enabled' => true,
  6801.             'swiftmailer.single_address' => NULL,
  6802.             'swiftmailer.mailers' => [
  6803.                 'default' => 'swiftmailer.mailer.default',
  6804.             ],
  6805.             'swiftmailer.default_mailer' => 'default',
  6806.             'maker.compatible_check.doctrine.supports_attributes' => false,
  6807.             'data_collector.templates' => [
  6808.                 'data_collector.request' => [
  6809.                     => 'request',
  6810.                     => '@WebProfiler/Collector/request.html.twig',
  6811.                 ],
  6812.                 'data_collector.time' => [
  6813.                     => 'time',
  6814.                     => '@WebProfiler/Collector/time.html.twig',
  6815.                 ],
  6816.                 'data_collector.memory' => [
  6817.                     => 'memory',
  6818.                     => '@WebProfiler/Collector/memory.html.twig',
  6819.                 ],
  6820.                 'data_collector.validator' => [
  6821.                     => 'validator',
  6822.                     => '@WebProfiler/Collector/validator.html.twig',
  6823.                 ],
  6824.                 'data_collector.ajax' => [
  6825.                     => 'ajax',
  6826.                     => '@WebProfiler/Collector/ajax.html.twig',
  6827.                 ],
  6828.                 'data_collector.form' => [
  6829.                     => 'form',
  6830.                     => '@WebProfiler/Collector/form.html.twig',
  6831.                 ],
  6832.                 'data_collector.exception' => [
  6833.                     => 'exception',
  6834.                     => '@WebProfiler/Collector/exception.html.twig',
  6835.                 ],
  6836.                 'data_collector.logger' => [
  6837.                     => 'logger',
  6838.                     => '@WebProfiler/Collector/logger.html.twig',
  6839.                 ],
  6840.                 'data_collector.events' => [
  6841.                     => 'events',
  6842.                     => '@WebProfiler/Collector/events.html.twig',
  6843.                 ],
  6844.                 'data_collector.router' => [
  6845.                     => 'router',
  6846.                     => '@WebProfiler/Collector/router.html.twig',
  6847.                 ],
  6848.                 'data_collector.cache' => [
  6849.                     => 'cache',
  6850.                     => '@WebProfiler/Collector/cache.html.twig',
  6851.                 ],
  6852.                 'data_collector.translation' => [
  6853.                     => 'translation',
  6854.                     => '@WebProfiler/Collector/translation.html.twig',
  6855.                 ],
  6856.                 'data_collector.security' => [
  6857.                     => 'security',
  6858.                     => '@Security/Collector/security.html.twig',
  6859.                 ],
  6860.                 'data_collector.twig' => [
  6861.                     => 'twig',
  6862.                     => '@WebProfiler/Collector/twig.html.twig',
  6863.                 ],
  6864.                 'data_collector.http_client' => [
  6865.                     => 'http_client',
  6866.                     => '@WebProfiler/Collector/http_client.html.twig',
  6867.                 ],
  6868.                 'data_collector.doctrine' => [
  6869.                     => 'db',
  6870.                     => '@Doctrine/Collector/db.html.twig',
  6871.                 ],
  6872.                 'swiftmailer.data_collector' => [
  6873.                     => 'swiftmailer',
  6874.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6875.                 ],
  6876.                 'data_collector.dump' => [
  6877.                     => 'dump',
  6878.                     => '@Debug/Profiler/dump.html.twig',
  6879.                 ],
  6880.                 'data_collector.messenger' => [
  6881.                     => 'messenger',
  6882.                     => '@WebProfiler/Collector/messenger.html.twig',
  6883.                 ],
  6884.                 'mailer.data_collector' => [
  6885.                     => 'mailer',
  6886.                     => '@WebProfiler/Collector/mailer.html.twig',
  6887.                 ],
  6888.                 'data_collector.config' => [
  6889.                     => 'config',
  6890.                     => '@WebProfiler/Collector/config.html.twig',
  6891.                 ],
  6892.             ],
  6893.             'console.command.ids' => [
  6894.             ],
  6895.         ];
  6896.     }
  6897.     protected function throw($message)
  6898.     {
  6899.         throw new RuntimeException($message);
  6900.     }
  6901. }