var/cache/dev/ContainerZ75mVXF/srcApp_KernelDevDebugContainer.php line 812

Open in your IDE?
  1. <?php
  2. namespace ContainerZ75mVXF;
  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\\Backend\\ActivityController' => 'getActivityControllerService',
  37.             'App\\Controller\\Backend\\BrandController' => 'getBrandControllerService',
  38.             'App\\Controller\\Backend\\DefaultController' => 'getDefaultControllerService',
  39.             'App\\Controller\\Backend\\DirectorController' => 'getDirectorControllerService',
  40.             'App\\Controller\\Backend\\MemberController' => 'getMemberControllerService',
  41.             'App\\Controller\\Backend\\PageInformationController' => 'getPageInformationControllerService',
  42.             'App\\Controller\\Backend\\ProductionCompanyController' => 'getProductionCompanyControllerService',
  43.             'App\\Controller\\Backend\\SliderController' => 'getSliderControllerService',
  44.             'App\\Controller\\Backend\\TalentController' => 'getTalentControllerService',
  45.             'App\\Controller\\Backend\\TalentRoleController' => 'getTalentRoleControllerService',
  46.             'App\\Controller\\Frontend\\MemberController' => 'getMemberController2Service',
  47.             'App\\Controller\\Frontend\\TalentController' => 'getTalentController2Service',
  48.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  49.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  50.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  51.             'app.file_saver' => 'getApp_FileSaverService',
  52.             'app.helper' => 'getApp_HelperService',
  53.             'app.manager_mail' => 'getApp_ManagerMailService',
  54.             'app.services_product' => 'getApp_ServicesProductService',
  55.             'cache.app' => 'getCache_AppService',
  56.             'cache.app_clearer' => 'getCache_AppClearerService',
  57.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  58.             'cache.system' => 'getCache_SystemService',
  59.             'cache.system_clearer' => 'getCache_SystemClearerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'cache_warmer' => 'getCacheWarmerService',
  62.             'console.command_loader' => 'getConsole_CommandLoaderService',
  63.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  64.             'data_collector.dump' => 'getDataCollector_DumpService',
  65.             'doctrine' => 'getDoctrineService',
  66.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  67.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  68.             'error_controller' => 'getErrorControllerService',
  69.             'event_dispatcher' => 'getEventDispatcherService',
  70.             'filesystem' => 'getFilesystemService',
  71.             'form.factory' => 'getForm_FactoryService',
  72.             'form.type.file' => 'getForm_Type_FileService',
  73.             'http_kernel' => 'getHttpKernelService',
  74.             'knp_paginator' => 'getKnpPaginatorService',
  75.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  76.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  77.             'profiler' => 'getProfilerService',
  78.             'request_stack' => 'getRequestStackService',
  79.             'router' => 'getRouterService',
  80.             'routing.loader' => 'getRouting_LoaderService',
  81.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  82.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  83.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  84.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  85.             'security.token_storage' => 'getSecurity_TokenStorageService',
  86.             'serializer' => 'getSerializerService',
  87.             'services_resetter' => 'getServicesResetterService',
  88.             'session' => 'getSessionService',
  89.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  90.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  91.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  92.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  93.             'templating' => 'getTemplatingService',
  94.             'templating.loader' => 'getTemplating_LoaderService',
  95.             'translator' => 'getTranslatorService',
  96.             'twig' => 'getTwigService',
  97.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  98.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  99.             'validator' => 'getValidatorService',
  100.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  101.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  102.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  103.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  104.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  105.         ];
  106.         $this->aliases = [
  107.             'database_connection' => 'doctrine.dbal.default_connection',
  108.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  109.             'mailer' => 'swiftmailer.mailer.default',
  110.         ];
  111.         $this->privates['service_container'] = function () {
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  118.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  119.             include_once \dirname(__DIR__4).'/src/EventListener/ActivityListener.php';
  120.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  135.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  158.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  255.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  258.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  261.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  293.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  294.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  296.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  374.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  399.         };
  400.     }
  401.     public function compile(): void
  402.     {
  403.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  404.     }
  405.     public function isCompiled(): bool
  406.     {
  407.         return true;
  408.     }
  409.     public function getRemovedIds(): array
  410.     {
  411.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  412.     }
  413.     protected function createProxy($class, \Closure $factory)
  414.     {
  415.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  416.         return $factory();
  417.     }
  418.     /**
  419.      * Gets the public 'App\Controller\Backend\ActivityController' shared autowired service.
  420.      *
  421.      * @return \App\Controller\Backend\ActivityController
  422.      */
  423.     protected function getActivityControllerService()
  424.     {
  425.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  426.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  429.         include_once \dirname(__DIR__4).'/src/Controller/Backend/ActivityController.php';
  430.         return $this->services['App\\Controller\\Backend\\ActivityController'] = new \App\Controller\Backend\ActivityController();
  431.     }
  432.     /**
  433.      * Gets the public 'App\Controller\Backend\BrandController' shared autowired service.
  434.      *
  435.      * @return \App\Controller\Backend\BrandController
  436.      */
  437.     protected function getBrandControllerService()
  438.     {
  439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  441.         include_once \dirname(__DIR__4).'/src/Controller/Backend/BrandController.php';
  442.         $this->services['App\\Controller\\Backend\\BrandController'] = $instance = new \App\Controller\Backend\BrandController();
  443.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Backend\\BrandController'$this));
  444.         return $instance;
  445.     }
  446.     /**
  447.      * Gets the public 'App\Controller\Backend\DefaultController' shared autowired service.
  448.      *
  449.      * @return \App\Controller\Backend\DefaultController
  450.      */
  451.     protected function getDefaultControllerService()
  452.     {
  453.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  454.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  457.         include_once \dirname(__DIR__4).'/src/Controller/Backend/DefaultController.php';
  458.         return $this->services['App\\Controller\\Backend\\DefaultController'] = new \App\Controller\Backend\DefaultController();
  459.     }
  460.     /**
  461.      * Gets the public 'App\Controller\Backend\DirectorController' shared autowired service.
  462.      *
  463.      * @return \App\Controller\Backend\DirectorController
  464.      */
  465.     protected function getDirectorControllerService()
  466.     {
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  469.         include_once \dirname(__DIR__4).'/src/Controller/Backend/DirectorController.php';
  470.         $this->services['App\\Controller\\Backend\\DirectorController'] = $instance = new \App\Controller\Backend\DirectorController();
  471.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Backend\\DirectorController'$this));
  472.         return $instance;
  473.     }
  474.     /**
  475.      * Gets the public 'App\Controller\Backend\MemberController' shared autowired service.
  476.      *
  477.      * @return \App\Controller\Backend\MemberController
  478.      */
  479.     protected function getMemberControllerService()
  480.     {
  481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  482.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  485.         include_once \dirname(__DIR__4).'/src/Controller/Backend/MemberController.php';
  486.         return $this->services['App\\Controller\\Backend\\MemberController'] = new \App\Controller\Backend\MemberController();
  487.     }
  488.     /**
  489.      * Gets the public 'App\Controller\Backend\PageInformationController' shared autowired service.
  490.      *
  491.      * @return \App\Controller\Backend\PageInformationController
  492.      */
  493.     protected function getPageInformationControllerService()
  494.     {
  495.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  496.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  499.         include_once \dirname(__DIR__4).'/src/Controller/Backend/PageInformationController.php';
  500.         return $this->services['App\\Controller\\Backend\\PageInformationController'] = new \App\Controller\Backend\PageInformationController();
  501.     }
  502.     /**
  503.      * Gets the public 'App\Controller\Backend\ProductionCompanyController' shared autowired service.
  504.      *
  505.      * @return \App\Controller\Backend\ProductionCompanyController
  506.      */
  507.     protected function getProductionCompanyControllerService()
  508.     {
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  511.         include_once \dirname(__DIR__4).'/src/Controller/Backend/ProductionCompanyController.php';
  512.         $this->services['App\\Controller\\Backend\\ProductionCompanyController'] = $instance = new \App\Controller\Backend\ProductionCompanyController();
  513.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Backend\\ProductionCompanyController'$this));
  514.         return $instance;
  515.     }
  516.     /**
  517.      * Gets the public 'App\Controller\Backend\SliderController' shared autowired service.
  518.      *
  519.      * @return \App\Controller\Backend\SliderController
  520.      */
  521.     protected function getSliderControllerService()
  522.     {
  523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  525.         include_once \dirname(__DIR__4).'/src/Controller/Backend/SliderController.php';
  526.         $this->services['App\\Controller\\Backend\\SliderController'] = $instance = new \App\Controller\Backend\SliderController();
  527.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Backend\\SliderController'$this));
  528.         return $instance;
  529.     }
  530.     /**
  531.      * Gets the public 'App\Controller\Backend\TalentController' shared autowired service.
  532.      *
  533.      * @return \App\Controller\Backend\TalentController
  534.      */
  535.     protected function getTalentControllerService()
  536.     {
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  541.         include_once \dirname(__DIR__4).'/src/Controller/Backend/TalentController.php';
  542.         return $this->services['App\\Controller\\Backend\\TalentController'] = new \App\Controller\Backend\TalentController();
  543.     }
  544.     /**
  545.      * Gets the public 'App\Controller\Backend\TalentRoleController' shared autowired service.
  546.      *
  547.      * @return \App\Controller\Backend\TalentRoleController
  548.      */
  549.     protected function getTalentRoleControllerService()
  550.     {
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  555.         include_once \dirname(__DIR__4).'/src/Controller/Backend/TalentRoleController.php';
  556.         return $this->services['App\\Controller\\Backend\\TalentRoleController'] = new \App\Controller\Backend\TalentRoleController();
  557.     }
  558.     /**
  559.      * Gets the public 'App\Controller\Frontend\MemberController' shared autowired service.
  560.      *
  561.      * @return \App\Controller\Frontend\MemberController
  562.      */
  563.     protected function getMemberController2Service()
  564.     {
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  567.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/MemberController.php';
  568.         $this->services['App\\Controller\\Frontend\\MemberController'] = $instance = new \App\Controller\Frontend\MemberController();
  569.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Frontend\\MemberController'$this));
  570.         return $instance;
  571.     }
  572.     /**
  573.      * Gets the public 'App\Controller\Frontend\TalentController' shared autowired service.
  574.      *
  575.      * @return \App\Controller\Frontend\TalentController
  576.      */
  577.     protected function getTalentController2Service()
  578.     {
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  581.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/TalentController.php';
  582.         $this->services['App\\Controller\\Frontend\\TalentController'] = $instance = new \App\Controller\Frontend\TalentController();
  583.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Frontend\\TalentController'$this));
  584.         return $instance;
  585.     }
  586.     /**
  587.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  588.      *
  589.      * @return \App\Controller\SecurityController
  590.      */
  591.     protected function getSecurityControllerService()
  592.     {
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  595.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  596.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  597.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SecurityController'$this));
  598.         return $instance;
  599.     }
  600.     /**
  601.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  602.      *
  603.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  604.      */
  605.     protected function getRedirectControllerService()
  606.     {
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  608.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  609.     }
  610.     /**
  611.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  612.      *
  613.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  614.      */
  615.     protected function getTemplateControllerService()
  616.     {
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  618.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  619.     }
  620.     /**
  621.      * Gets the public 'app.file_saver' shared autowired service.
  622.      *
  623.      * @return \App\Services\FileSaver
  624.      */
  625.     protected function getApp_FileSaverService()
  626.     {
  627.         include_once \dirname(__DIR__4).'/src/Services/FileSaver.php';
  628.         return $this->services['app.file_saver'] = new \App\Services\FileSaver($this);
  629.     }
  630.     /**
  631.      * Gets the public 'app.helper' shared autowired service.
  632.      *
  633.      * @return \App\Services\Helper
  634.      */
  635.     protected function getApp_HelperService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/src/Services/Helper.php';
  638.         return $this->services['app.helper'] = new \App\Services\Helper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  639.     }
  640.     /**
  641.      * Gets the public 'app.manager_mail' shared autowired service.
  642.      *
  643.      * @return \App\Services\ManagerMail
  644.      */
  645.     protected function getApp_ManagerMailService()
  646.     {
  647.         include_once \dirname(__DIR__4).'/src/Services/ManagerMail.php';
  648.         return $this->services['app.manager_mail'] = new \App\Services\ManagerMail(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  649.     }
  650.     /**
  651.      * Gets the public 'app.services_product' shared autowired service.
  652.      *
  653.      * @return \App\Services\ServicesProduct
  654.      */
  655.     protected function getApp_ServicesProductService()
  656.     {
  657.         include_once \dirname(__DIR__4).'/src/Services/ServicesProduct.php';
  658.         return $this->services['app.services_product'] = new \App\Services\ServicesProduct('null');
  659.     }
  660.     /**
  661.      * Gets the public 'cache.app' shared service.
  662.      *
  663.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  664.      */
  665.     protected function getCache_AppService()
  666.     {
  667.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('yQ-Of9bYQK'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  668.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  669.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  670.     }
  671.     /**
  672.      * Gets the public 'cache.app_clearer' shared service.
  673.      *
  674.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  675.      */
  676.     protected function getCache_AppClearerService()
  677.     {
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  680.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  681.     }
  682.     /**
  683.      * Gets the public 'cache.global_clearer' shared service.
  684.      *
  685.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  686.      */
  687.     protected function getCache_GlobalClearerService()
  688.     {
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  691.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  692.     }
  693.     /**
  694.      * Gets the public 'cache.system' shared service.
  695.      *
  696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  697.      */
  698.     protected function getCache_SystemService()
  699.     {
  700.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('I-lDW9gaAC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  701.     }
  702.     /**
  703.      * Gets the public 'cache.system_clearer' shared service.
  704.      *
  705.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  706.      */
  707.     protected function getCache_SystemClearerService()
  708.     {
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  711.         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())]);
  712.     }
  713.     /**
  714.      * Gets the public 'cache_clearer' shared service.
  715.      *
  716.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  717.      */
  718.     protected function getCacheClearerService()
  719.     {
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  722.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  723.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  724.         }, 1));
  725.     }
  726.     /**
  727.      * Gets the public 'cache_warmer' shared service.
  728.      *
  729.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  730.      */
  731.     protected function getCacheWarmerService()
  732.     {
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  735.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  736.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  737.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  738.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  739.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  740.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  741.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  742.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  743.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  744.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  745.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  746.     }
  747.     /**
  748.      * Gets the public 'console.command_loader' shared service.
  749.      *
  750.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  751.      */
  752.     protected function getConsole_CommandLoaderService()
  753.     {
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  756.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  757.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  758.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  759.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  760.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  761.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  762.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  763.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  764.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  765.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  766.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  767.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  768.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  769.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  770.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  771.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  772.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  773.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  774.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  775.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  776.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  777.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  778.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  779.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  780.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  781.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  782.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  783.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  784.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  785.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  786.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  787.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  788.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  789.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  790.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  791.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  792.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  793.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  794.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  795.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  796.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  797.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  798.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  799.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  800.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  801.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  802.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  803.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  804.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  805.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  806.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  807.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  808.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  809.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  810.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  811.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  812.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  813.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  814.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  815.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  816.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  817.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  818.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  819.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  820.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  821.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  822.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  823.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  824.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  825.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  826.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  827.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  828.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  829.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  830.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  831.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  832.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  833.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  834.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  835.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  836.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  837.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  838.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  839.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  840.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  841.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  842.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  843.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  844.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  845.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  846.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  847.         ], [
  848.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  849.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  850.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  851.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  852.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  853.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  854.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  855.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  856.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  857.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  858.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  859.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  860.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  861.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  862.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  863.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  864.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  865.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  866.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  867.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  868.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  869.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  870.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  871.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  872.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  873.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  874.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  875.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  876.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  877.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  878.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  879.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  880.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  881.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  882.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  883.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  884.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  885.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  886.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  887.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  888.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  889.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  890.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  891.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  892.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  893.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  894.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  895.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  896.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  897.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  898.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  899.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  900.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  901.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  902.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  903.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  904.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  905.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  906.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  907.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  908.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  909.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  910.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  911.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  912.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  913.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  914.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  915.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  916.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  917.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  918.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  919.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  920.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  921.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  922.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  923.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  924.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  925.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  926.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  927.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  928.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  929.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  930.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  931.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  932.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  933.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  934.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  935.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  936.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  937.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  938.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''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:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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:functional-test' => 'maker.auto_command.make_functional_test''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:unit-test' => 'maker.auto_command.make_unit_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']);
  939.     }
  940.     /**
  941.      * Gets the public 'container.env_var_processors_locator' shared service.
  942.      *
  943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  944.      */
  945.     protected function getContainer_EnvVarProcessorsLocatorService()
  946.     {
  947.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  948.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  949.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  950.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  951.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  952.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  953.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  954.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  955.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  956.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  957.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  958.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  959.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  960.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  961.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  962.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  963.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  964.         ], [
  965.             'base64' => '?',
  966.             'bool' => '?',
  967.             'const' => '?',
  968.             'csv' => '?',
  969.             'default' => '?',
  970.             'file' => '?',
  971.             'float' => '?',
  972.             'int' => '?',
  973.             'json' => '?',
  974.             'key' => '?',
  975.             'query_string' => '?',
  976.             'require' => '?',
  977.             'resolve' => '?',
  978.             'string' => '?',
  979.             'trim' => '?',
  980.             'url' => '?',
  981.         ]);
  982.     }
  983.     /**
  984.      * Gets the public 'data_collector.dump' shared service.
  985.      *
  986.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  987.      */
  988.     protected function getDataCollector_DumpService()
  989.     {
  990.         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()));
  991.     }
  992.     /**
  993.      * Gets the public 'doctrine' shared service.
  994.      *
  995.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  996.      */
  997.     protected function getDoctrineService()
  998.     {
  999.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1000.     }
  1001.     /**
  1002.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1003.      *
  1004.      * @return \Doctrine\DBAL\Connection
  1005.      */
  1006.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1007.     {
  1008.         $a = new \Doctrine\DBAL\Configuration();
  1009.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1010.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1011.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1012.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1013.         $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()))]));
  1014.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1015.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1016.         ], [
  1017.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1018.         ]));
  1019.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1020.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1021.     }
  1022.     /**
  1023.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1024.      *
  1025.      * @return \Doctrine\ORM\EntityManager
  1026.      */
  1027.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1028.     {
  1029.         if ($lazyLoad) {
  1030.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1031.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1032.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1033.                     $proxy->setProxyInitializer(null);
  1034.                     return true;
  1035.                 });
  1036.             });
  1037.         }
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1062.         $a = new \Doctrine\ORM\Configuration();
  1063.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1064.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  1065.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1066.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1067.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1068.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1069.         $a->setMetadataDriverImpl($b);
  1070.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1071.         $a->setProxyNamespace('Proxies');
  1072.         $a->setAutoGenerateProxyClasses(true);
  1073.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1074.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1075.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1076.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1077.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1078.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1079.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1080.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1081.         return $instance;
  1082.     }
  1083.     /**
  1084.      * Gets the public 'error_controller' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1087.      */
  1088.     protected function getErrorControllerService()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1095.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1096.         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)));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'event_dispatcher' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1102.      */
  1103.     protected function getEventDispatcherService()
  1104.     {
  1105.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1106.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1107.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1108.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1109.         $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())));
  1110.         $instance->addListener('kernel.controller', [=> function () {
  1111.             return ($this->privates['App\\EventListener\\ActivityListener'] ?? $this->getActivityListenerService());
  1112.         }, => 'onCoreController'], 0);
  1113.         $instance->addListener('kernel.controller', [=> function () {
  1114.             return ($this->privates['App\\EventListener\\ActivityListener'] ?? $this->getActivityListenerService());
  1115.         }, => 'onMobileDevice'], 0);
  1116.         $instance->addListener('kernel.request', [=> function () {
  1117.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1118.         }, => 'onKernelRequest'], 0);
  1119.         $instance->addListener('kernel.controller', [=> function () {
  1120.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1121.         }, => 'onKernelController'], 0);
  1122.         $instance->addListener('kernel.request', [=> function () {
  1123.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1124.         }, => 'onKernelRequest'], 0);
  1125.         $instance->addListener('kernel.response', [=> function () {
  1126.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1127.         }, => 'onKernelResponse'], 0);
  1128.         $instance->addListener('kernel.response', [=> function () {
  1129.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1130.         }, => 'onKernelResponse'], -1024);
  1131.         $instance->addListener('kernel.request', [=> function () {
  1132.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1133.         }, => 'setDefaultLocale'], 100);
  1134.         $instance->addListener('kernel.request', [=> function () {
  1135.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1136.         }, => 'onKernelRequest'], 16);
  1137.         $instance->addListener('kernel.finish_request', [=> function () {
  1138.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1139.         }, => 'onKernelFinishRequest'], 0);
  1140.         $instance->addListener('kernel.request', [=> function () {
  1141.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1142.         }, => 'onKernelRequest'], 256);
  1143.         $instance->addListener('kernel.request', [=> function () {
  1144.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1145.         }, => 'resolveControllerName'], 24);
  1146.         $instance->addListener('kernel.response', [=> function () {
  1147.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1148.         }, => 'onResponse'], -255);
  1149.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1150.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1151.         }, => 'onControllerArguments'], 0);
  1152.         $instance->addListener('kernel.exception', [=> function () {
  1153.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1154.         }, => 'logKernelException'], 0);
  1155.         $instance->addListener('kernel.exception', [=> function () {
  1156.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1157.         }, => 'onKernelException'], -128);
  1158.         $instance->addListener('kernel.request', [=> function () {
  1159.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1160.         }, => 'onKernelRequest'], 15);
  1161.         $instance->addListener('kernel.finish_request', [=> function () {
  1162.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1163.         }, => 'onKernelFinishRequest'], -15);
  1164.         $instance->addListener('console.error', [=> function () {
  1165.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1166.         }, => 'onConsoleError'], -128);
  1167.         $instance->addListener('console.terminate', [=> function () {
  1168.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1169.         }, => 'onConsoleTerminate'], -128);
  1170.         $instance->addListener('console.error', [=> function () {
  1171.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1172.         }, => 'onConsoleError'], 0);
  1173.         $instance->addListener('kernel.request', [=> function () {
  1174.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1175.         }, => 'onKernelRequest'], 128);
  1176.         $instance->addListener('kernel.response', [=> function () {
  1177.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1178.         }, => 'onKernelResponse'], -1000);
  1179.         $instance->addListener('kernel.finish_request', [=> function () {
  1180.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1181.         }, => 'onFinishRequest'], 0);
  1182.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1183.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1184.         }, => 'onMessage'], -255);
  1185.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1186.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1187.         }, => 'onMessage'], -255);
  1188.         $instance->addListener('kernel.response', [=> function () {
  1189.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1190.         }, => 'onKernelResponse'], -100);
  1191.         $instance->addListener('kernel.exception', [=> function () {
  1192.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1193.         }, => 'onKernelException'], 0);
  1194.         $instance->addListener('kernel.terminate', [=> function () {
  1195.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1196.         }, => 'onKernelTerminate'], -1024);
  1197.         $instance->addListener('kernel.controller', [=> function () {
  1198.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1199.         }, => 'onKernelController'], 0);
  1200.         $instance->addListener('kernel.response', [=> function () {
  1201.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1202.         }, => 'onKernelResponse'], 0);
  1203.         $instance->addListener('kernel.request', [=> function () {
  1204.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1205.         }, => 'configure'], 2048);
  1206.         $instance->addListener('console.command', [=> function () {
  1207.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1208.         }, => 'configure'], 2048);
  1209.         $instance->addListener('kernel.request', [=> function () {
  1210.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1211.         }, => 'onKernelRequest'], 32);
  1212.         $instance->addListener('kernel.finish_request', [=> function () {
  1213.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1214.         }, => 'onKernelFinishRequest'], 0);
  1215.         $instance->addListener('kernel.exception', [=> function () {
  1216.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1217.         }, => 'onKernelException'], -64);
  1218.         $instance->addListener('kernel.response', [=> function () {
  1219.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1220.         }, => 'onKernelResponse'], 0);
  1221.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1222.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1223.         }, => 'onMessage'], 0);
  1224.         $instance->addListener('kernel.controller', [=> function () {
  1225.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1226.         }, => 'onKernelController'], 0);
  1227.         $instance->addListener('kernel.controller', [=> function () {
  1228.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1229.         }, => 'onKernelController'], 0);
  1230.         $instance->addListener('kernel.controller', [=> function () {
  1231.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1232.         }, => 'onKernelController'], -128);
  1233.         $instance->addListener('kernel.view', [=> function () {
  1234.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1235.         }, => 'onKernelView'], 0);
  1236.         $instance->addListener('kernel.controller', [=> function () {
  1237.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1238.         }, => 'onKernelController'], 0);
  1239.         $instance->addListener('kernel.response', [=> function () {
  1240.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1241.         }, => 'onKernelResponse'], 0);
  1242.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1243.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1244.         }, => 'onKernelControllerArguments'], 0);
  1245.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1246.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1247.         }, => 'onKernelControllerArguments'], 0);
  1248.         $instance->addListener('kernel.response', [=> function () {
  1249.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1250.         }, => 'onKernelResponse'], 0);
  1251.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1252.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1253.         }, => 'onVoterVote'], 0);
  1254.         $instance->addListener('kernel.request', [=> function () {
  1255.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1256.         }, => 'configureLogoutUrlGenerator'], 8);
  1257.         $instance->addListener('kernel.request', [=> function () {
  1258.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1259.         }, => 'onKernelRequest'], 8);
  1260.         $instance->addListener('kernel.finish_request', [=> function () {
  1261.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1262.         }, => 'onKernelFinishRequest'], 0);
  1263.         $instance->addListener('kernel.response', [=> function () {
  1264.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1265.         }, => 'onKernelResponse'], -128);
  1266.         $instance->addListener('console.command', [=> function () {
  1267.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1268.         }, => 'onCommand'], 255);
  1269.         $instance->addListener('console.terminate', [=> function () {
  1270.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1271.         }, => 'onTerminate'], -255);
  1272.         $instance->addListener('console.command', [=> function () {
  1273.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1274.         }, => 'configure'], 1024);
  1275.         $instance->addListener('console.error', [=> function () {
  1276.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1277.         }, => 'onConsoleError'], 0);
  1278.         $instance->addListener('console.terminate', [=> function () {
  1279.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1280.         }, => 'onConsoleTerminate'], 0);
  1281.         $instance->addListener('kernel.exception', [=> function () {
  1282.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1283.         }, => 'onException'], 0);
  1284.         $instance->addListener('kernel.terminate', [=> function () {
  1285.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1286.         }, => 'onTerminate'], 0);
  1287.         $instance->addListener('console.error', [=> function () {
  1288.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1289.         }, => 'onException'], 0);
  1290.         $instance->addListener('console.terminate', [=> function () {
  1291.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1292.         }, => 'onTerminate'], 0);
  1293.         $instance->addListener('knp_pager.before', [=> function () {
  1294.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1295.         }, => 'before'], 0);
  1296.         $instance->addListener('knp_pager.pagination', [=> function () {
  1297.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1298.         }, => 'pagination'], 0);
  1299.         $instance->addListener('knp_pager.before', [=> function () {
  1300.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1301.         }, => 'before'], 1);
  1302.         $instance->addListener('knp_pager.before', [=> function () {
  1303.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1304.         }, => 'before'], 1);
  1305.         $instance->addListener('knp_pager.pagination', [=> function () {
  1306.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1307.         }, => 'pagination'], 1);
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the public 'filesystem' shared service.
  1312.      *
  1313.      * @return \Symfony\Component\Filesystem\Filesystem
  1314.      */
  1315.     protected function getFilesystemService()
  1316.     {
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1318.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1319.     }
  1320.     /**
  1321.      * Gets the public 'form.factory' shared service.
  1322.      *
  1323.      * @return \Symfony\Component\Form\FormFactory
  1324.      */
  1325.     protected function getForm_FactoryService()
  1326.     {
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1329.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1330.     }
  1331.     /**
  1332.      * Gets the public 'form.type.file' shared service.
  1333.      *
  1334.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1335.      */
  1336.     protected function getForm_Type_FileService()
  1337.     {
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1341.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1342.     }
  1343.     /**
  1344.      * Gets the public 'http_kernel' shared service.
  1345.      *
  1346.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1347.      */
  1348.     protected function getHttpKernelService()
  1349.     {
  1350.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1351.         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 () {
  1352.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1353.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1354.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1355.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1356.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1357.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1358.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1359.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1360.         }, 8)), $a));
  1361.     }
  1362.     /**
  1363.      * Gets the public 'knp_paginator' shared service.
  1364.      *
  1365.      * @return \Knp\Component\Pager\Paginator
  1366.      */
  1367.     protected function getKnpPaginatorService($lazyLoad true)
  1368.     {
  1369.         if ($lazyLoad) {
  1370.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  1371.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1372.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1373.                     $proxy->setProxyInitializer(null);
  1374.                     return true;
  1375.                 });
  1376.             });
  1377.         }
  1378.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1379.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1380.         return $instance;
  1381.     }
  1382.     /**
  1383.      * Gets the public 'knp_snappy.image' shared service.
  1384.      *
  1385.      * @return \Knp\Snappy\Image
  1386.      */
  1387.     protected function getKnpSnappy_ImageService()
  1388.     {
  1389.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  1392.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  1393.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1394.         return $instance;
  1395.     }
  1396.     /**
  1397.      * Gets the public 'knp_snappy.pdf' shared service.
  1398.      *
  1399.      * @return \Knp\Snappy\Pdf
  1400.      */
  1401.     protected function getKnpSnappy_PdfService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  1406.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('wkhtmltopdf', [], []);
  1407.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1408.         return $instance;
  1409.     }
  1410.     /**
  1411.      * Gets the public 'profiler' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1414.      */
  1415.     protected function getProfilerService()
  1416.     {
  1417.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1418.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1419.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1420.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1422.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1423.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1424.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1425.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1426.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1427.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1428.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1429.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1430.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1431.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1432.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1433.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1434.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1435.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1436.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1437.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1438.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1439.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1440.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1441.         if ($this->has('kernel')) {
  1442.             $g->setKernel($b);
  1443.         }
  1444.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1445.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1446.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1447.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1448.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1449.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1450.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1451.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1452.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1453.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1454.         $instance->add($d);
  1455.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1456.         $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())));
  1457.         $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())));
  1458.         $instance->add($e);
  1459.         $instance->add($f);
  1460.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1461.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1462.         $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()))));
  1463.         $instance->add($g);
  1464.         return $instance;
  1465.     }
  1466.     /**
  1467.      * Gets the public 'request_stack' shared service.
  1468.      *
  1469.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1470.      */
  1471.     protected function getRequestStackService()
  1472.     {
  1473.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1474.     }
  1475.     /**
  1476.      * Gets the public 'router' shared service.
  1477.      *
  1478.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1479.      */
  1480.     protected function getRouterService()
  1481.     {
  1482.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1483.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1484.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1485.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1486.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1487.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1488.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1489.         ], [
  1490.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1491.         ]))->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');
  1492.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the public 'routing.loader' shared service.
  1497.      *
  1498.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1499.      */
  1500.     protected function getRouting_LoaderService()
  1501.     {
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1521.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1522.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  1523.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1524.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1525.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1526.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1527.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1528.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1529.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1530.             'kernel' => ['services''kernel''getKernelService'false],
  1531.         ], [
  1532.             'kernel' => 'App\\Kernel',
  1533.         ]))));
  1534.         $a->addLoader($c);
  1535.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1536.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1537.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1538.     }
  1539.     /**
  1540.      * Gets the public 'security.authentication_utils' shared service.
  1541.      *
  1542.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1543.      */
  1544.     protected function getSecurity_AuthenticationUtilsService()
  1545.     {
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1547.         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())));
  1548.     }
  1549.     /**
  1550.      * Gets the public 'security.authorization_checker' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1553.      */
  1554.     protected function getSecurity_AuthorizationCheckerService()
  1555.     {
  1556.         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);
  1557.     }
  1558.     /**
  1559.      * Gets the public 'security.csrf.token_manager' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1562.      */
  1563.     protected function getSecurity_Csrf_TokenManagerService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1569.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1570.     }
  1571.     /**
  1572.      * Gets the public 'security.password_encoder' shared service.
  1573.      *
  1574.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1575.      */
  1576.     protected function getSecurity_PasswordEncoderService()
  1577.     {
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1580.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1581.     }
  1582.     /**
  1583.      * Gets the public 'security.token_storage' shared service.
  1584.      *
  1585.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1586.      */
  1587.     protected function getSecurity_TokenStorageService()
  1588.     {
  1589.         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, [
  1590.             'session' => ['services''session''getSessionService'false],
  1591.         ], [
  1592.             'session' => '?',
  1593.         ]));
  1594.     }
  1595.     /**
  1596.      * Gets the public 'serializer' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\Serializer\Serializer
  1599.      */
  1600.     protected function getSerializerService()
  1601.     {
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1637.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1638.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1639.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $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\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()]);
  1640.     }
  1641.     /**
  1642.      * Gets the public 'services_resetter' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1645.      */
  1646.     protected function getServicesResetterService()
  1647.     {
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1649.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1650.             if (isset($this->services['cache.app'])) {
  1651.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1652.             }
  1653.             if (isset($this->services['cache.system'])) {
  1654.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1655.             }
  1656.             if (isset($this->privates['cache.validator'])) {
  1657.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1658.             }
  1659.             if (isset($this->privates['cache.serializer'])) {
  1660.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1661.             }
  1662.             if (isset($this->privates['cache.annotations'])) {
  1663.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1664.             }
  1665.             if (isset($this->privates['cache.property_info'])) {
  1666.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1667.             }
  1668.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1669.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1670.             }
  1671.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1672.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1673.             }
  1674.             if (isset($this->services['profiler'])) {
  1675.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1676.             }
  1677.             if (isset($this->services['validator'])) {
  1678.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1679.             }
  1680.             if (isset($this->privates['debug.stopwatch'])) {
  1681.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1682.             }
  1683.             if (isset($this->services['event_dispatcher'])) {
  1684.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1685.             }
  1686.             if (isset($this->services['doctrine'])) {
  1687.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1688.             }
  1689.             if (isset($this->privates['form.type.entity'])) {
  1690.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1691.             }
  1692.             if (isset($this->services['security.token_storage'])) {
  1693.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1694.             }
  1695.             if (isset($this->privates['cache.security_expression_language'])) {
  1696.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1697.             }
  1698.             if (isset($this->privates['monolog.handler.main'])) {
  1699.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1700.             }
  1701.             if (isset($this->privates['monolog.handler.console'])) {
  1702.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1703.             }
  1704.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1705.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1706.             }
  1707.         }, function () {
  1708.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  1709.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  1710.     }
  1711.     /**
  1712.      * Gets the public 'session' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1715.      */
  1716.     protected function getSessionService()
  1717.     {
  1718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1720.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1721.     }
  1722.     /**
  1723.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1724.      *
  1725.      * @return \Swift_Mailer
  1726.      */
  1727.     protected function getSwiftmailer_Mailer_DefaultService()
  1728.     {
  1729.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1730.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1731.     }
  1732.     /**
  1733.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1734.      *
  1735.      * @return \Swift_Plugins_MessageLogger
  1736.      */
  1737.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1742.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1743.     }
  1744.     /**
  1745.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1746.      *
  1747.      * @return \Swift_Transport
  1748.      */
  1749.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1755.         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())));
  1756.     }
  1757.     /**
  1758.      * Gets the public 'swiftmailer.transport' shared service.
  1759.      *
  1760.      * @return \Swift_Transport_SpoolTransport
  1761.      */
  1762.     protected function getSwiftmailer_TransportService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1773.         $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());
  1774.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1775.         return $instance;
  1776.     }
  1777.     /**
  1778.      * Gets the public 'templating' shared service.
  1779.      *
  1780.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  1781.      *
  1782.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  1783.      */
  1784.     protected function getTemplatingService()
  1785.     {
  1786.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  1787.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  1788.     }
  1789.     /**
  1790.      * Gets the public 'templating.loader' shared service.
  1791.      *
  1792.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  1793.      *
  1794.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  1795.      */
  1796.     protected function getTemplating_LoaderService()
  1797.     {
  1798.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  1799.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  1800.     }
  1801.     /**
  1802.      * Gets the public 'translator' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1805.      */
  1806.     protected function getTranslatorService()
  1807.     {
  1808.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1809.     }
  1810.     /**
  1811.      * Gets the public 'twig' shared service.
  1812.      *
  1813.      * @return \Twig\Environment
  1814.      */
  1815.     protected function getTwigService()
  1816.     {
  1817.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  1818.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1819.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1820.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1821.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1822.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1823.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1824.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1827.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1828.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1829.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1830.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1831.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1832.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1833.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1834.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1835.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1836.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1837.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1838.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1839.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1840.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1841.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1842.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1843.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1844.         $f = ($this->services['router'] ?? $this->getRouterService());
  1845.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1846.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1847.         $h = new \Symfony\Bridge\Twig\AppVariable();
  1848.         $h->setEnvironment('dev');
  1849.         $h->setDebug(true);
  1850.         if ($this->has('security.token_storage')) {
  1851.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1852.         }
  1853.         if ($this->has('request_stack')) {
  1854.             $h->setRequestStack($d);
  1855.         }
  1856.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  1861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1872.         $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())));
  1873.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1874.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1875.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1876.         $instance->addGlobal('app'$h);
  1877.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1878.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1879.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1880.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1881.         ], [
  1882.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1883.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1884.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1885.         ])));
  1886.         $instance->addGlobal('locales', [=> 'en']);
  1887.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  1888.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  1889.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  1890.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the public 'twig.controller.exception' shared service.
  1895.      *
  1896.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1897.      *
  1898.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1899.      */
  1900.     protected function getTwig_Controller_ExceptionService()
  1901.     {
  1902.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1903.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1904.     }
  1905.     /**
  1906.      * Gets the public 'twig.controller.preview_error' shared service.
  1907.      *
  1908.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1909.      *
  1910.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1911.      */
  1912.     protected function getTwig_Controller_PreviewErrorService()
  1913.     {
  1914.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1915.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1916.     }
  1917.     /**
  1918.      * Gets the public 'validator' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1921.      */
  1922.     protected function getValidatorService()
  1923.     {
  1924.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1925.     }
  1926.     /**
  1927.      * Gets the public 'var_dumper.cloner' shared service.
  1928.      *
  1929.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1930.      */
  1931.     protected function getVarDumper_ClonerService()
  1932.     {
  1933.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1934.         $instance->setMaxItems(2500);
  1935.         $instance->setMinDepth(1);
  1936.         $instance->setMaxString(-1);
  1937.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'web_profiler.controller.exception' shared service.
  1942.      *
  1943.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  1944.      *
  1945.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  1946.      */
  1947.     protected function getWebProfiler_Controller_ExceptionService()
  1948.     {
  1949.         @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);
  1950.         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()));
  1951.     }
  1952.     /**
  1953.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1954.      *
  1955.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1956.      */
  1957.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1960.         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()));
  1961.     }
  1962.     /**
  1963.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1964.      *
  1965.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1966.      */
  1967.     protected function getWebProfiler_Controller_ProfilerService()
  1968.     {
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1970.         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));
  1971.     }
  1972.     /**
  1973.      * Gets the public 'web_profiler.controller.router' shared service.
  1974.      *
  1975.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1976.      */
  1977.     protected function getWebProfiler_Controller_RouterService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1980.         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 () {
  1981.             return new \EmptyIterator();
  1982.         }, 0));
  1983.     }
  1984.     /**
  1985.      * Gets the private '.debug.http_client' shared service.
  1986.      *
  1987.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1988.      */
  1989.     protected function get_Debug_HttpClientService()
  1990.     {
  1991.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1992.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1993.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1994.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1995.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1997.         $a->setLogger($b);
  1998.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1999.     }
  2000.     /**
  2001.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2002.      *
  2003.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2004.      */
  2005.     protected function get_LegacyResolveControllerNameSubscriberService()
  2006.     {
  2007.         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);
  2008.     }
  2009.     /**
  2010.      * Gets the private '.service_locator.H4XCdQZ' shared service.
  2011.      *
  2012.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2013.      */
  2014.     protected function get_ServiceLocator_H4XCdQZService()
  2015.     {
  2016.         return $this->privates['.service_locator.H4XCdQZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2017.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2018.             'helper' => ['privates''App\\Services\\Helper''getHelperService'false],
  2019.         ], [
  2020.             'encoder' => '?',
  2021.             'helper' => 'App\\Services\\Helper',
  2022.         ]);
  2023.     }
  2024.     /**
  2025.      * Gets the private '.service_locator.Jx7caaF' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2028.      */
  2029.     protected function get_ServiceLocator_Jx7caaFService()
  2030.     {
  2031.         return $this->privates['.service_locator.Jx7caaF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2032.             'manager_mail' => ['privates''App\\Services\\ManagerMail''getManagerMailService'false],
  2033.         ], [
  2034.             'manager_mail' => 'App\\Services\\ManagerMail',
  2035.         ]);
  2036.     }
  2037.     /**
  2038.      * Gets the private '.service_locator.L_HAGdx' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2041.      */
  2042.     protected function get_ServiceLocator_LHAGdxService()
  2043.     {
  2044.         return $this->privates['.service_locator.L_HAGdx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2045.             'App\\Controller\\Backend\\BrandController::brandDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2046.             'App\\Controller\\Backend\\BrandController::brandSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2047.             'App\\Controller\\Backend\\BrandController::editBrandAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2048.             'App\\Controller\\Backend\\DirectorController::directorDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2049.             'App\\Controller\\Backend\\DirectorController::directorSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2050.             'App\\Controller\\Backend\\DirectorController::editDirectorAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2051.             'App\\Controller\\Backend\\MemberController::apiEditAction' => ['privates''.service_locator.jmvbEvf''get_ServiceLocator_JmvbEvfService'false],
  2052.             'App\\Controller\\Backend\\ProductionCompanyController::editProductionsAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2053.             'App\\Controller\\Backend\\ProductionCompanyController::productionDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2054.             'App\\Controller\\Backend\\ProductionCompanyController::productionSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2055.             'App\\Controller\\Backend\\SliderController::sliderDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2056.             'App\\Controller\\Backend\\SliderController::sliderOrderChangeAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2057.             'App\\Controller\\Backend\\SliderController::sliderSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2058.             'App\\Controller\\Backend\\SliderController::sliderSaveTextAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2059.             'App\\Controller\\Frontend\\MemberController::apiContactAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2060.             'App\\Controller\\Frontend\\MemberController::librarySubmit' => ['privates''.service_locator.Jx7caaF''get_ServiceLocator_Jx7caaFService'false],
  2061.             'App\\Controller\\Frontend\\MemberController::tpvNotification' => ['privates''.service_locator.Jx7caaF''get_ServiceLocator_Jx7caaFService'false],
  2062.             'App\\Controller\\Frontend\\TalentController::hiveShow' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2063.             'App\\Controller\\Frontend\\TalentController::networkListAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2064.             'App\\Controller\\Frontend\\TalentController::networkListsMobileShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2065.             'App\\Controller\\Frontend\\TalentController::talentListsMobileShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2066.             'App\\Controller\\Frontend\\TalentController::talentListsShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2067.             'App\\Controller\\Frontend\\TalentController::talentShow' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2068.             'App\\Controller\\SecurityController::apiActivateAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2069.             'App\\Controller\\SecurityController::apiActivateUsernameAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2070.             'App\\Controller\\SecurityController::apiPasswordRecoveryAction' => ['privates''.service_locator.H4XCdQZ''get_ServiceLocator_H4XCdQZService'false],
  2071.             'App\\Controller\\SecurityController::emailResendAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2072.             'App\\Controller\\SecurityController::loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2073.             'App\\Controller\\SecurityController::passwordRecoveryAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2074.             'App\\Controller\\SecurityController::recoverPasswordAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2075.             'App\\Controller\\Backend\\BrandController:brandDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2076.             'App\\Controller\\Backend\\BrandController:brandSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2077.             'App\\Controller\\Backend\\BrandController:editBrandAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2078.             'App\\Controller\\Backend\\DirectorController:directorDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2079.             'App\\Controller\\Backend\\DirectorController:directorSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2080.             'App\\Controller\\Backend\\DirectorController:editDirectorAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2081.             'App\\Controller\\Backend\\MemberController:apiEditAction' => ['privates''.service_locator.jmvbEvf''get_ServiceLocator_JmvbEvfService'false],
  2082.             'App\\Controller\\Backend\\ProductionCompanyController:editProductionsAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2083.             'App\\Controller\\Backend\\ProductionCompanyController:productionDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2084.             'App\\Controller\\Backend\\ProductionCompanyController:productionSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2085.             'App\\Controller\\Backend\\SliderController:sliderDeleteAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2086.             'App\\Controller\\Backend\\SliderController:sliderOrderChangeAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2087.             'App\\Controller\\Backend\\SliderController:sliderSaveAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2088.             'App\\Controller\\Backend\\SliderController:sliderSaveTextAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2089.             'App\\Controller\\Frontend\\MemberController:apiContactAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2090.             'App\\Controller\\Frontend\\MemberController:librarySubmit' => ['privates''.service_locator.Jx7caaF''get_ServiceLocator_Jx7caaFService'false],
  2091.             'App\\Controller\\Frontend\\MemberController:tpvNotification' => ['privates''.service_locator.Jx7caaF''get_ServiceLocator_Jx7caaFService'false],
  2092.             'App\\Controller\\Frontend\\TalentController:hiveShow' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2093.             'App\\Controller\\Frontend\\TalentController:networkListAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2094.             'App\\Controller\\Frontend\\TalentController:networkListsMobileShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2095.             'App\\Controller\\Frontend\\TalentController:talentListsMobileShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2096.             'App\\Controller\\Frontend\\TalentController:talentListsShowAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2097.             'App\\Controller\\Frontend\\TalentController:talentShow' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2098.             'App\\Controller\\SecurityController:apiActivateAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2099.             'App\\Controller\\SecurityController:apiActivateUsernameAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2100.             'App\\Controller\\SecurityController:apiPasswordRecoveryAction' => ['privates''.service_locator.H4XCdQZ''get_ServiceLocator_H4XCdQZService'false],
  2101.             'App\\Controller\\SecurityController:emailResendAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2102.             'App\\Controller\\SecurityController:loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2103.             'App\\Controller\\SecurityController:passwordRecoveryAction' => ['privates''.service_locator.r08NeUk''get_ServiceLocator_R08NeUkService'false],
  2104.             'App\\Controller\\SecurityController:recoverPasswordAction' => ['privates''.service_locator.Siu3YQ6''get_ServiceLocator_Siu3YQ6Service'false],
  2105.         ], [
  2106.             'App\\Controller\\Backend\\BrandController::brandDeleteAction' => '?',
  2107.             'App\\Controller\\Backend\\BrandController::brandSaveAction' => '?',
  2108.             'App\\Controller\\Backend\\BrandController::editBrandAction' => '?',
  2109.             'App\\Controller\\Backend\\DirectorController::directorDeleteAction' => '?',
  2110.             'App\\Controller\\Backend\\DirectorController::directorSaveAction' => '?',
  2111.             'App\\Controller\\Backend\\DirectorController::editDirectorAction' => '?',
  2112.             'App\\Controller\\Backend\\MemberController::apiEditAction' => '?',
  2113.             'App\\Controller\\Backend\\ProductionCompanyController::editProductionsAction' => '?',
  2114.             'App\\Controller\\Backend\\ProductionCompanyController::productionDeleteAction' => '?',
  2115.             'App\\Controller\\Backend\\ProductionCompanyController::productionSaveAction' => '?',
  2116.             'App\\Controller\\Backend\\SliderController::sliderDeleteAction' => '?',
  2117.             'App\\Controller\\Backend\\SliderController::sliderOrderChangeAction' => '?',
  2118.             'App\\Controller\\Backend\\SliderController::sliderSaveAction' => '?',
  2119.             'App\\Controller\\Backend\\SliderController::sliderSaveTextAction' => '?',
  2120.             'App\\Controller\\Frontend\\MemberController::apiContactAction' => '?',
  2121.             'App\\Controller\\Frontend\\MemberController::librarySubmit' => '?',
  2122.             'App\\Controller\\Frontend\\MemberController::tpvNotification' => '?',
  2123.             'App\\Controller\\Frontend\\TalentController::hiveShow' => '?',
  2124.             'App\\Controller\\Frontend\\TalentController::networkListAction' => '?',
  2125.             'App\\Controller\\Frontend\\TalentController::networkListsMobileShowAction' => '?',
  2126.             'App\\Controller\\Frontend\\TalentController::talentListsMobileShowAction' => '?',
  2127.             'App\\Controller\\Frontend\\TalentController::talentListsShowAction' => '?',
  2128.             'App\\Controller\\Frontend\\TalentController::talentShow' => '?',
  2129.             'App\\Controller\\SecurityController::apiActivateAction' => '?',
  2130.             'App\\Controller\\SecurityController::apiActivateUsernameAction' => '?',
  2131.             'App\\Controller\\SecurityController::apiPasswordRecoveryAction' => '?',
  2132.             'App\\Controller\\SecurityController::emailResendAction' => '?',
  2133.             'App\\Controller\\SecurityController::loginAction' => '?',
  2134.             'App\\Controller\\SecurityController::passwordRecoveryAction' => '?',
  2135.             'App\\Controller\\SecurityController::recoverPasswordAction' => '?',
  2136.             'App\\Controller\\Backend\\BrandController:brandDeleteAction' => '?',
  2137.             'App\\Controller\\Backend\\BrandController:brandSaveAction' => '?',
  2138.             'App\\Controller\\Backend\\BrandController:editBrandAction' => '?',
  2139.             'App\\Controller\\Backend\\DirectorController:directorDeleteAction' => '?',
  2140.             'App\\Controller\\Backend\\DirectorController:directorSaveAction' => '?',
  2141.             'App\\Controller\\Backend\\DirectorController:editDirectorAction' => '?',
  2142.             'App\\Controller\\Backend\\MemberController:apiEditAction' => '?',
  2143.             'App\\Controller\\Backend\\ProductionCompanyController:editProductionsAction' => '?',
  2144.             'App\\Controller\\Backend\\ProductionCompanyController:productionDeleteAction' => '?',
  2145.             'App\\Controller\\Backend\\ProductionCompanyController:productionSaveAction' => '?',
  2146.             'App\\Controller\\Backend\\SliderController:sliderDeleteAction' => '?',
  2147.             'App\\Controller\\Backend\\SliderController:sliderOrderChangeAction' => '?',
  2148.             'App\\Controller\\Backend\\SliderController:sliderSaveAction' => '?',
  2149.             'App\\Controller\\Backend\\SliderController:sliderSaveTextAction' => '?',
  2150.             'App\\Controller\\Frontend\\MemberController:apiContactAction' => '?',
  2151.             'App\\Controller\\Frontend\\MemberController:librarySubmit' => '?',
  2152.             'App\\Controller\\Frontend\\MemberController:tpvNotification' => '?',
  2153.             'App\\Controller\\Frontend\\TalentController:hiveShow' => '?',
  2154.             'App\\Controller\\Frontend\\TalentController:networkListAction' => '?',
  2155.             'App\\Controller\\Frontend\\TalentController:networkListsMobileShowAction' => '?',
  2156.             'App\\Controller\\Frontend\\TalentController:talentListsMobileShowAction' => '?',
  2157.             'App\\Controller\\Frontend\\TalentController:talentListsShowAction' => '?',
  2158.             'App\\Controller\\Frontend\\TalentController:talentShow' => '?',
  2159.             'App\\Controller\\SecurityController:apiActivateAction' => '?',
  2160.             'App\\Controller\\SecurityController:apiActivateUsernameAction' => '?',
  2161.             'App\\Controller\\SecurityController:apiPasswordRecoveryAction' => '?',
  2162.             'App\\Controller\\SecurityController:emailResendAction' => '?',
  2163.             'App\\Controller\\SecurityController:loginAction' => '?',
  2164.             'App\\Controller\\SecurityController:passwordRecoveryAction' => '?',
  2165.             'App\\Controller\\SecurityController:recoverPasswordAction' => '?',
  2166.         ]);
  2167.     }
  2168.     /**
  2169.      * Gets the private '.service_locator.Siu3YQ6' shared service.
  2170.      *
  2171.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2172.      */
  2173.     protected function get_ServiceLocator_Siu3YQ6Service()
  2174.     {
  2175.         return $this->privates['.service_locator.Siu3YQ6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2176.             'helper' => ['privates''App\\Services\\Helper''getHelperService'false],
  2177.             'manager_mail' => ['privates''App\\Services\\ManagerMail''getManagerMailService'false],
  2178.         ], [
  2179.             'helper' => 'App\\Services\\Helper',
  2180.             'manager_mail' => 'App\\Services\\ManagerMail',
  2181.         ]);
  2182.     }
  2183.     /**
  2184.      * Gets the private '.service_locator.g.xob4v' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2187.      */
  2188.     protected function get_ServiceLocator_G_Xob4vService()
  2189.     {
  2190.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2191.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2192.         ], [
  2193.             'authenticationUtils' => '?',
  2194.         ]);
  2195.     }
  2196.     /**
  2197.      * Gets the private '.service_locator.jmvbEvf' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2200.      */
  2201.     protected function get_ServiceLocator_JmvbEvfService()
  2202.     {
  2203.         return $this->privates['.service_locator.jmvbEvf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2204.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2205.         ], [
  2206.             'encoder' => '?',
  2207.         ]);
  2208.     }
  2209.     /**
  2210.      * Gets the private '.service_locator.o9nGMXB' shared service.
  2211.      *
  2212.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2213.      */
  2214.     protected function get_ServiceLocator_O9nGMXBService()
  2215.     {
  2216.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2217.             'twig' => ['services''twig''getTwigService'false],
  2218.         ], [
  2219.             'twig' => 'Twig\\Environment',
  2220.         ]);
  2221.     }
  2222.     /**
  2223.      * Gets the private '.service_locator.r08NeUk' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2226.      */
  2227.     protected function get_ServiceLocator_R08NeUkService()
  2228.     {
  2229.         return $this->privates['.service_locator.r08NeUk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2230.             'helper' => ['privates''App\\Services\\Helper''getHelperService'false],
  2231.         ], [
  2232.             'helper' => 'App\\Services\\Helper',
  2233.         ]);
  2234.     }
  2235.     /**
  2236.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2239.      */
  2240.     protected function get_ServiceLocator_VdmMuyEService()
  2241.     {
  2242.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2243.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2244.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2245.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2246.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2247.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2248.             'router' => ['services''router''getRouterService'false],
  2249.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2250.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2251.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2252.             'serializer' => ['services''serializer''getSerializerService'false],
  2253.             'session' => ['services''session''getSessionService'false],
  2254.             'templating' => ['services''templating''getTemplatingService'false],
  2255.             'twig' => ['services''twig''getTwigService'false],
  2256.         ], [
  2257.             'doctrine' => '?',
  2258.             'form.factory' => '?',
  2259.             'http_kernel' => '?',
  2260.             'parameter_bag' => '?',
  2261.             'request_stack' => '?',
  2262.             'router' => '?',
  2263.             'security.authorization_checker' => '?',
  2264.             'security.csrf.token_manager' => '?',
  2265.             'security.token_storage' => '?',
  2266.             'serializer' => '?',
  2267.             'session' => '?',
  2268.             'templating' => '?',
  2269.             'twig' => '?',
  2270.         ]);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'App\EventListener\ActivityListener' shared autowired service.
  2274.      *
  2275.      * @return \App\EventListener\ActivityListener
  2276.      */
  2277.     protected function getActivityListenerService()
  2278.     {
  2279.         return $this->privates['App\\EventListener\\ActivityListener'] = new \App\EventListener\ActivityListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2280.     }
  2281.     /**
  2282.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  2283.      *
  2284.      * @return \App\EventListener\MaintenanceListener
  2285.      */
  2286.     protected function getMaintenanceListenerService()
  2287.     {
  2288.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getParameter('maintenance'), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), $this);
  2289.     }
  2290.     /**
  2291.      * Gets the private 'App\Services\Helper' shared autowired service.
  2292.      *
  2293.      * @return \App\Services\Helper
  2294.      */
  2295.     protected function getHelperService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/src/Services/Helper.php';
  2298.         return $this->privates['App\\Services\\Helper'] = new \App\Services\Helper();
  2299.     }
  2300.     /**
  2301.      * Gets the private 'App\Services\ManagerMail' shared autowired service.
  2302.      *
  2303.      * @return \App\Services\ManagerMail
  2304.      */
  2305.     protected function getManagerMailService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/src/Services/ManagerMail.php';
  2308.         return $this->privates['App\\Services\\ManagerMail'] = new \App\Services\ManagerMail(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2312.      *
  2313.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2314.      */
  2315.     protected function getRunSqlCommandService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2319.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(NULL);
  2320.         $instance->setName('dbal:run-sql');
  2321.         return $instance;
  2322.     }
  2323.     /**
  2324.      * Gets the private 'annotations.cache' shared service.
  2325.      *
  2326.      * @return \Symfony\Component\Cache\DoctrineProvider
  2327.      */
  2328.     protected function getAnnotations_CacheService()
  2329.     {
  2330.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2342.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'annotations.cache_warmer' shared service.
  2346.      *
  2347.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2348.      */
  2349.     protected function getAnnotations_CacheWarmerService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2354.         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);
  2355.     }
  2356.     /**
  2357.      * Gets the private 'annotations.cached_reader' shared service.
  2358.      *
  2359.      * @return \Doctrine\Common\Annotations\CachedReader
  2360.      */
  2361.     protected function getAnnotations_CachedReaderService()
  2362.     {
  2363.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2364.     }
  2365.     /**
  2366.      * Gets the private 'annotations.reader' shared service.
  2367.      *
  2368.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2369.      */
  2370.     protected function getAnnotations_ReaderService()
  2371.     {
  2372.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2373.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2374.         $a->registerUniqueLoader('class_exists');
  2375.         $instance->addGlobalIgnoredName('required'$a);
  2376.         return $instance;
  2377.     }
  2378.     /**
  2379.      * Gets the private 'cache.annotations' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2382.      */
  2383.     protected function getCache_AnnotationsService()
  2384.     {
  2385.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NK8vN97C63'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2386.     }
  2387.     /**
  2388.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2389.      *
  2390.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2391.      */
  2392.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2393.     {
  2394.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2395.     }
  2396.     /**
  2397.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2400.      */
  2401.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2402.     {
  2403.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2404.     }
  2405.     /**
  2406.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2409.      */
  2410.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2411.     {
  2412.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2413.     }
  2414.     /**
  2415.      * Gets the private 'cache.property_info' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2418.      */
  2419.     protected function getCache_PropertyInfoService()
  2420.     {
  2421.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wg7GHIRPLV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'cache.security_expression_language' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2427.      */
  2428.     protected function getCache_SecurityExpressionLanguageService()
  2429.     {
  2430.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dh4hyuvtyz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'cache.serializer' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2436.      */
  2437.     protected function getCache_SerializerService()
  2438.     {
  2439.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3hqywZlshb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'cache.validator' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2445.      */
  2446.     protected function getCache_ValidatorService()
  2447.     {
  2448.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G-VcK1XMb2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'config_cache_factory' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2454.      */
  2455.     protected function getConfigCacheFactoryService()
  2456.     {
  2457.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2458.             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)));
  2459.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2460.         }, 2));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'console.command.about' shared service.
  2464.      *
  2465.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2466.      */
  2467.     protected function getConsole_Command_AboutService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2471.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2472.         $instance->setName('about');
  2473.         return $instance;
  2474.     }
  2475.     /**
  2476.      * Gets the private 'console.command.assets_install' shared service.
  2477.      *
  2478.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2479.      */
  2480.     protected function getConsole_Command_AssetsInstallService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2485.         $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));
  2486.         $instance->setName('assets:install');
  2487.         return $instance;
  2488.     }
  2489.     /**
  2490.      * Gets the private 'console.command.cache_clear' shared service.
  2491.      *
  2492.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2493.      */
  2494.     protected function getConsole_Command_CacheClearService()
  2495.     {
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2499.         $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())));
  2500.         $instance->setName('cache:clear');
  2501.         return $instance;
  2502.     }
  2503.     /**
  2504.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2505.      *
  2506.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2507.      */
  2508.     protected function getConsole_Command_CachePoolClearService()
  2509.     {
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2512.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2513.         $instance->setName('cache:pool:clear');
  2514.         return $instance;
  2515.     }
  2516.     /**
  2517.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2518.      *
  2519.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2520.      */
  2521.     protected function getConsole_Command_CachePoolDeleteService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2525.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2526.         $instance->setName('cache:pool:delete');
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the private 'console.command.cache_pool_list' shared service.
  2531.      *
  2532.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2533.      */
  2534.     protected function getConsole_Command_CachePoolListService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2538.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  2539.         $instance->setName('cache:pool:list');
  2540.         return $instance;
  2541.     }
  2542.     /**
  2543.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2544.      *
  2545.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2546.      */
  2547.     protected function getConsole_Command_CachePoolPruneService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2551.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2552.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2553.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2554.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2555.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2556.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2557.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2558.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2559.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2560.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2561.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2562.         }, 10));
  2563.         $instance->setName('cache:pool:prune');
  2564.         return $instance;
  2565.     }
  2566.     /**
  2567.      * Gets the private 'console.command.cache_warmup' shared service.
  2568.      *
  2569.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2570.      */
  2571.     protected function getConsole_Command_CacheWarmupService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2575.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2576.         $instance->setName('cache:warmup');
  2577.         return $instance;
  2578.     }
  2579.     /**
  2580.      * Gets the private 'console.command.config_debug' shared service.
  2581.      *
  2582.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2583.      */
  2584.     protected function getConsole_Command_ConfigDebugService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2590.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2591.         $instance->setName('debug:config');
  2592.         return $instance;
  2593.     }
  2594.     /**
  2595.      * Gets the private 'console.command.config_dump_reference' shared service.
  2596.      *
  2597.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2598.      */
  2599.     protected function getConsole_Command_ConfigDumpReferenceService()
  2600.     {
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2605.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2606.         $instance->setName('config:dump-reference');
  2607.         return $instance;
  2608.     }
  2609.     /**
  2610.      * Gets the private 'console.command.container_debug' shared service.
  2611.      *
  2612.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2613.      */
  2614.     protected function getConsole_Command_ContainerDebugService()
  2615.     {
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2618.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2619.         $instance->setName('debug:container');
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the private 'console.command.container_lint' shared service.
  2624.      *
  2625.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2626.      */
  2627.     protected function getConsole_Command_ContainerLintService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2631.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2632.         $instance->setName('lint:container');
  2633.         return $instance;
  2634.     }
  2635.     /**
  2636.      * Gets the private 'console.command.debug_autowiring' shared service.
  2637.      *
  2638.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2639.      */
  2640.     protected function getConsole_Command_DebugAutowiringService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2645.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2646.         $instance->setName('debug:autowiring');
  2647.         return $instance;
  2648.     }
  2649.     /**
  2650.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2651.      *
  2652.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2653.      */
  2654.     protected function getConsole_Command_EventDispatcherDebugService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2658.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2659.         $instance->setName('debug:event-dispatcher');
  2660.         return $instance;
  2661.     }
  2662.     /**
  2663.      * Gets the private 'console.command.form_debug' shared service.
  2664.      *
  2665.      * @return \Symfony\Component\Form\Command\DebugCommand
  2666.      */
  2667.     protected function getConsole_Command_FormDebugService()
  2668.     {
  2669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2671.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2672.         $instance->setName('debug:form');
  2673.         return $instance;
  2674.     }
  2675.     /**
  2676.      * Gets the private 'console.command.router_debug' shared service.
  2677.      *
  2678.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2679.      */
  2680.     protected function getConsole_Command_RouterDebugService()
  2681.     {
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2684.         $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()));
  2685.         $instance->setName('debug:router');
  2686.         return $instance;
  2687.     }
  2688.     /**
  2689.      * Gets the private 'console.command.router_match' shared service.
  2690.      *
  2691.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2692.      */
  2693.     protected function getConsole_Command_RouterMatchService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2697.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2698.         $instance->setName('router:match');
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2703.      *
  2704.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2705.      */
  2706.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2714.         $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')))));
  2715.         $instance->setName('secrets:decrypt-to-local');
  2716.         return $instance;
  2717.     }
  2718.     /**
  2719.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2720.      *
  2721.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2722.      */
  2723.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2731.         $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')))));
  2732.         $instance->setName('secrets:encrypt-from-local');
  2733.         return $instance;
  2734.     }
  2735.     /**
  2736.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2737.      *
  2738.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2739.      */
  2740.     protected function getConsole_Command_SecretsGenerateKeyService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2748.         $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')))));
  2749.         $instance->setName('secrets:generate-keys');
  2750.         return $instance;
  2751.     }
  2752.     /**
  2753.      * Gets the private 'console.command.secrets_list' shared service.
  2754.      *
  2755.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2756.      */
  2757.     protected function getConsole_Command_SecretsListService()
  2758.     {
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2765.         $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')))));
  2766.         $instance->setName('secrets:list');
  2767.         return $instance;
  2768.     }
  2769.     /**
  2770.      * Gets the private 'console.command.secrets_remove' shared service.
  2771.      *
  2772.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2773.      */
  2774.     protected function getConsole_Command_SecretsRemoveService()
  2775.     {
  2776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2782.         $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')))));
  2783.         $instance->setName('secrets:remove');
  2784.         return $instance;
  2785.     }
  2786.     /**
  2787.      * Gets the private 'console.command.secrets_set' shared service.
  2788.      *
  2789.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2790.      */
  2791.     protected function getConsole_Command_SecretsSetService()
  2792.     {
  2793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2799.         $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')))));
  2800.         $instance->setName('secrets:set');
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the private 'console.command.translation_debug' shared service.
  2805.      *
  2806.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2807.      */
  2808.     protected function getConsole_Command_TranslationDebugService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2812.         $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/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
  2813.         $instance->setName('debug:translation');
  2814.         return $instance;
  2815.     }
  2816.     /**
  2817.      * Gets the private 'console.command.translation_update' shared service.
  2818.      *
  2819.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2820.      */
  2821.     protected function getConsole_Command_TranslationUpdateService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2839.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2840.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2841.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2842.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2843.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2844.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2845.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2846.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2847.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2848.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2849.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2850.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2851.         $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/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
  2852.         $instance->setName('translation:update');
  2853.         return $instance;
  2854.     }
  2855.     /**
  2856.      * Gets the private 'console.command.xliff_lint' shared service.
  2857.      *
  2858.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2859.      */
  2860.     protected function getConsole_Command_XliffLintService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2865.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2866.         $instance->setName('lint:xliff');
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the private 'console.command.yaml_lint' shared service.
  2871.      *
  2872.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2873.      */
  2874.     protected function getConsole_Command_YamlLintService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2879.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2880.         $instance->setName('lint:yaml');
  2881.         return $instance;
  2882.     }
  2883.     /**
  2884.      * Gets the private 'console.error_listener' shared service.
  2885.      *
  2886.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2887.      */
  2888.     protected function getConsole_ErrorListenerService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2891.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2892.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2893.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2895.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2896.     }
  2897.     /**
  2898.      * Gets the private 'container.env_var_processor' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2901.      */
  2902.     protected function getContainer_EnvVarProcessorService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2906.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2907.             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'))));
  2908.         }, 1));
  2909.     }
  2910.     /**
  2911.      * Gets the private 'data_collector.form' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2914.      */
  2915.     protected function getDataCollector_FormService()
  2916.     {
  2917.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2918.     }
  2919.     /**
  2920.      * Gets the private 'debug.argument_resolver.default' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2923.      */
  2924.     protected function getDebug_ArgumentResolver_DefaultService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  2929.         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))));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2933.      *
  2934.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2935.      */
  2936.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2937.     {
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  2941.         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.L_HAGdx'] ?? $this->get_ServiceLocator_LHAGdxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2942.     }
  2943.     /**
  2944.      * Gets the private 'debug.argument_resolver.request' shared service.
  2945.      *
  2946.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2947.      */
  2948.     protected function getDebug_ArgumentResolver_RequestService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  2953.         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))));
  2954.     }
  2955.     /**
  2956.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2957.      *
  2958.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2959.      */
  2960.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2961.     {
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  2965.         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))));
  2966.     }
  2967.     /**
  2968.      * Gets the private 'debug.argument_resolver.service' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2971.      */
  2972.     protected function getDebug_ArgumentResolver_ServiceService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2977.         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.L_HAGdx'] ?? $this->get_ServiceLocator_LHAGdxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2978.     }
  2979.     /**
  2980.      * Gets the private 'debug.argument_resolver.session' shared service.
  2981.      *
  2982.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2983.      */
  2984.     protected function getDebug_ArgumentResolver_SessionService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  2989.         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))));
  2990.     }
  2991.     /**
  2992.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2993.      *
  2994.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2995.      */
  2996.     protected function getDebug_ArgumentResolver_VariadicService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3001.         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))));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3007.      */
  3008.     protected function getDebug_DebugHandlersListenerService()
  3009.     {
  3010.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3011.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3012.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3013.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3015.         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);
  3016.     }
  3017.     /**
  3018.      * Gets the private 'debug.dump_listener' shared service.
  3019.      *
  3020.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3021.      */
  3022.     protected function getDebug_DumpListenerService()
  3023.     {
  3024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3026.         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()));
  3027.     }
  3028.     /**
  3029.      * Gets the private 'debug.file_link_formatter' shared service.
  3030.      *
  3031.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3032.      */
  3033.     protected function getDebug_FileLinkFormatterService()
  3034.     {
  3035.         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 () {
  3036.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3037.         });
  3038.     }
  3039.     /**
  3040.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3041.      *
  3042.      * @return \string
  3043.      */
  3044.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3045.     {
  3046.         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');
  3047.     }
  3048.     /**
  3049.      * Gets the private 'debug.log_processor' shared service.
  3050.      *
  3051.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3052.      */
  3053.     protected function getDebug_LogProcessorService()
  3054.     {
  3055.         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())));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3061.      */
  3062.     protected function getDebug_Security_Access_DecisionManagerService()
  3063.     {
  3064.         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 () {
  3065.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3066.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3067.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3068.         }, 3), 'affirmative'falsetrue));
  3069.     }
  3070.     /**
  3071.      * Gets the private 'debug.security.firewall' shared service.
  3072.      *
  3073.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3074.      */
  3075.     protected function getDebug_Security_FirewallService()
  3076.     {
  3077.         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()));
  3078.     }
  3079.     /**
  3080.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3083.      */
  3084.     protected function getDebug_Security_UserValueResolverService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3089.         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))));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3095.      */
  3096.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3101.         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()));
  3102.     }
  3103.     /**
  3104.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3105.      *
  3106.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3107.      */
  3108.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3109.     {
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3113.         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()));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3119.      */
  3120.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3125.         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()));
  3126.     }
  3127.     /**
  3128.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3129.      *
  3130.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3131.      */
  3132.     protected function getDebug_Security_Voter_VoteListenerService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3135.         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()));
  3136.     }
  3137.     /**
  3138.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3139.      *
  3140.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3141.      */
  3142.     protected function getDoctrine_CacheClearMetadataCommandService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3147.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3148.         $instance->setName('doctrine:cache:clear-metadata');
  3149.         return $instance;
  3150.     }
  3151.     /**
  3152.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3153.      *
  3154.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3155.      */
  3156.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3157.     {
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3161.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3162.         $instance->setName('doctrine:cache:clear-query');
  3163.         return $instance;
  3164.     }
  3165.     /**
  3166.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3167.      *
  3168.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3169.      */
  3170.     protected function getDoctrine_CacheClearResultCommandService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3175.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3176.         $instance->setName('doctrine:cache:clear-result');
  3177.         return $instance;
  3178.     }
  3179.     /**
  3180.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3181.      *
  3182.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3183.      */
  3184.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3189.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3190.         $instance->setName('doctrine:cache:clear-collection-region');
  3191.         return $instance;
  3192.     }
  3193.     /**
  3194.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3195.      *
  3196.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3197.      */
  3198.     protected function getDoctrine_ClearEntityRegionCommandService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3203.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3204.         $instance->setName('doctrine:cache:clear-entity-region');
  3205.         return $instance;
  3206.     }
  3207.     /**
  3208.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3209.      *
  3210.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3211.      */
  3212.     protected function getDoctrine_ClearQueryRegionCommandService()
  3213.     {
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3217.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3218.         $instance->setName('doctrine:cache:clear-query-region');
  3219.         return $instance;
  3220.     }
  3221.     /**
  3222.      * Gets the private 'doctrine.database_create_command' shared service.
  3223.      *
  3224.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3225.      */
  3226.     protected function getDoctrine_DatabaseCreateCommandService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3231.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3232.         $instance->setName('doctrine:database:create');
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'doctrine.database_drop_command' shared service.
  3237.      *
  3238.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3239.      */
  3240.     protected function getDoctrine_DatabaseDropCommandService()
  3241.     {
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3245.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3246.         $instance->setName('doctrine:database:drop');
  3247.         return $instance;
  3248.     }
  3249.     /**
  3250.      * Gets the private 'doctrine.database_import_command' shared service.
  3251.      *
  3252.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3253.      */
  3254.     protected function getDoctrine_DatabaseImportCommandService()
  3255.     {
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3259.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3260.         $instance->setName('doctrine:database:import');
  3261.         return $instance;
  3262.     }
  3263.     /**
  3264.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3265.      *
  3266.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3267.      */
  3268.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3273.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3274.         $instance->setName('doctrine:ensure-production-settings');
  3275.         return $instance;
  3276.     }
  3277.     /**
  3278.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3279.      *
  3280.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3281.      */
  3282.     protected function getDoctrine_MappingConvertCommandService()
  3283.     {
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3287.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3288.         $instance->setName('doctrine:mapping:convert');
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3293.      *
  3294.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3295.      */
  3296.     protected function getDoctrine_MappingImportCommandService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3301.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3302.         $instance->setName('doctrine:mapping:import');
  3303.         return $instance;
  3304.     }
  3305.     /**
  3306.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3307.      *
  3308.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3309.      */
  3310.     protected function getDoctrine_MappingInfoCommandService()
  3311.     {
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3315.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3316.         $instance->setName('doctrine:mapping:info');
  3317.         return $instance;
  3318.     }
  3319.     /**
  3320.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3321.      *
  3322.      * @return \Doctrine\Migrations\DependencyFactory
  3323.      */
  3324.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  3334.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3335.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3336.         $a->setAllOrNothing(false);
  3337.         $a->setCheckDatabasePlatform(true);
  3338.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3339.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3340.     }
  3341.     /**
  3342.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3343.      *
  3344.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3345.      */
  3346.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3349.         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()));
  3350.     }
  3351.     /**
  3352.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3353.      *
  3354.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3355.      */
  3356.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3359.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3360.     }
  3361.     /**
  3362.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3363.      *
  3364.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3365.      */
  3366.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3370.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3371.     }
  3372.     /**
  3373.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3374.      *
  3375.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3376.      */
  3377.     protected function getDoctrine_Orm_Validator_UniqueService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3382.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3383.     }
  3384.     /**
  3385.      * Gets the private 'doctrine.query_dql_command' shared service.
  3386.      *
  3387.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3388.      */
  3389.     protected function getDoctrine_QueryDqlCommandService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3394.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3395.         $instance->setName('doctrine:query:dql');
  3396.         return $instance;
  3397.     }
  3398.     /**
  3399.      * Gets the private 'doctrine.query_sql_command' shared service.
  3400.      *
  3401.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3402.      */
  3403.     protected function getDoctrine_QuerySqlCommandService()
  3404.     {
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3408.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  3409.         $instance->setName('doctrine:query:sql');
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'doctrine.schema_create_command' shared service.
  3414.      *
  3415.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3416.      */
  3417.     protected function getDoctrine_SchemaCreateCommandService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3423.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3424.         $instance->setName('doctrine:schema:create');
  3425.         return $instance;
  3426.     }
  3427.     /**
  3428.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3429.      *
  3430.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3431.      */
  3432.     protected function getDoctrine_SchemaDropCommandService()
  3433.     {
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3438.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3439.         $instance->setName('doctrine:schema:drop');
  3440.         return $instance;
  3441.     }
  3442.     /**
  3443.      * Gets the private 'doctrine.schema_update_command' shared service.
  3444.      *
  3445.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3446.      */
  3447.     protected function getDoctrine_SchemaUpdateCommandService()
  3448.     {
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3453.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3454.         $instance->setName('doctrine:schema:update');
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3459.      *
  3460.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3461.      */
  3462.     protected function getDoctrine_SchemaValidateCommandService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3467.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3468.         $instance->setName('doctrine:schema:validate');
  3469.         return $instance;
  3470.     }
  3471.     /**
  3472.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3473.      *
  3474.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3475.      */
  3476.     protected function getDoctrineMigrations_CurrentCommandService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3481.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3482.         $instance->setName('doctrine:migrations:current');
  3483.         return $instance;
  3484.     }
  3485.     /**
  3486.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3487.      *
  3488.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3489.      */
  3490.     protected function getDoctrineMigrations_DiffCommandService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3495.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3496.         $instance->setName('doctrine:migrations:diff');
  3497.         return $instance;
  3498.     }
  3499.     /**
  3500.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3501.      *
  3502.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  3503.      */
  3504.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3505.     {
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3509.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3510.         $instance->setName('doctrine:migrations:dump-schema');
  3511.         return $instance;
  3512.     }
  3513.     /**
  3514.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3515.      *
  3516.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3517.      */
  3518.     protected function getDoctrineMigrations_ExecuteCommandService()
  3519.     {
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3523.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3524.         $instance->setName('doctrine:migrations:execute');
  3525.         return $instance;
  3526.     }
  3527.     /**
  3528.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3529.      *
  3530.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3531.      */
  3532.     protected function getDoctrineMigrations_GenerateCommandService()
  3533.     {
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3537.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3538.         $instance->setName('doctrine:migrations:generate');
  3539.         return $instance;
  3540.     }
  3541.     /**
  3542.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3543.      *
  3544.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3545.      */
  3546.     protected function getDoctrineMigrations_LatestCommandService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3551.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3552.         $instance->setName('doctrine:migrations:latest');
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3557.      *
  3558.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3559.      */
  3560.     protected function getDoctrineMigrations_MigrateCommandService()
  3561.     {
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3565.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3566.         $instance->setName('doctrine:migrations:migrate');
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3571.      *
  3572.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3573.      */
  3574.     protected function getDoctrineMigrations_RollupCommandService()
  3575.     {
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3579.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3580.         $instance->setName('doctrine:migrations:rollup');
  3581.         return $instance;
  3582.     }
  3583.     /**
  3584.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3585.      *
  3586.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3587.      */
  3588.     protected function getDoctrineMigrations_StatusCommandService()
  3589.     {
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3593.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3594.         $instance->setName('doctrine:migrations:status');
  3595.         return $instance;
  3596.     }
  3597.     /**
  3598.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3599.      *
  3600.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3601.      */
  3602.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3603.     {
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3607.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3608.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3609.         return $instance;
  3610.     }
  3611.     /**
  3612.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3613.      *
  3614.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3615.      */
  3616.     protected function getDoctrineMigrations_UpToDateCommandService()
  3617.     {
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3621.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3622.         $instance->setName('doctrine:migrations:up-to-date');
  3623.         return $instance;
  3624.     }
  3625.     /**
  3626.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3627.      *
  3628.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3629.      */
  3630.     protected function getDoctrineMigrations_VersionCommandService()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3635.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3636.         $instance->setName('doctrine:migrations:version');
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3641.      *
  3642.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3643.      */
  3644.     protected function getDoctrineMigrations_VersionsCommandService()
  3645.     {
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3649.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3650.         $instance->setName('doctrine:migrations:list');
  3651.         return $instance;
  3652.     }
  3653.     /**
  3654.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3657.      */
  3658.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3662.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3663.         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()));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'exception_listener' shared service.
  3667.      *
  3668.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3669.      */
  3670.     protected function getExceptionListenerService()
  3671.     {
  3672.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3673.     }
  3674.     /**
  3675.      * Gets the private 'file_locator' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  3678.      */
  3679.     protected function getFileLocatorService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3684.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  3685.     }
  3686.     /**
  3687.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3688.      *
  3689.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3690.      */
  3691.     protected function getForm_ChoiceListFactory_CachedService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3697.         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())));
  3698.     }
  3699.     /**
  3700.      * Gets the private 'form.registry' shared service.
  3701.      *
  3702.      * @return \Symfony\Component\Form\FormRegistry
  3703.      */
  3704.     protected function getForm_RegistryService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3713.         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, [
  3714.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3715.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3716.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3717.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3718.         ], [
  3719.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3720.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3721.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3723.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3724.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3725.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3726.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3727.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3728.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3729.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3730.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3731.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3732.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3733.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3734.         }, 1)], new RewindableGenerator(function () {
  3735.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3736.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3737.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3738.     }
  3739.     /**
  3740.      * Gets the private 'form.server_params' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\Form\Util\ServerParams
  3743.      */
  3744.     protected function getForm_ServerParamsService()
  3745.     {
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3747.         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())));
  3748.     }
  3749.     /**
  3750.      * Gets the private 'form.type.choice' shared service.
  3751.      *
  3752.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3753.      */
  3754.     protected function getForm_Type_ChoiceService()
  3755.     {
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3759.         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()));
  3760.     }
  3761.     /**
  3762.      * Gets the private 'form.type.entity' shared service.
  3763.      *
  3764.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3765.      */
  3766.     protected function getForm_Type_EntityService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3772.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3773.     }
  3774.     /**
  3775.      * Gets the private 'form.type.form' shared service.
  3776.      *
  3777.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3778.      */
  3779.     protected function getForm_Type_FormService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3785.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'form.type_extension.csrf' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3791.      */
  3792.     protected function getForm_TypeExtension_CsrfService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3797.         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()));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3803.      */
  3804.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3809.         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()));
  3810.     }
  3811.     /**
  3812.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3815.      */
  3816.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3823.         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())));
  3824.     }
  3825.     /**
  3826.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3827.      *
  3828.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3829.      */
  3830.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3835.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3836.     }
  3837.     /**
  3838.      * Gets the private 'form.type_extension.form.validator' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3841.      */
  3842.     protected function getForm_TypeExtension_Form_ValidatorService()
  3843.     {
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3848.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3854.      */
  3855.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3860.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3861.     }
  3862.     /**
  3863.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3864.      *
  3865.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3866.      */
  3867.     protected function getForm_TypeGuesser_DoctrineService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3871.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'form.type_guesser.validator' shared service.
  3875.      *
  3876.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3877.      */
  3878.     protected function getForm_TypeGuesser_ValidatorService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3882.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'fragment.renderer.inline' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3888.      */
  3889.     protected function getFragment_Renderer_InlineService()
  3890.     {
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3894.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3895.         $instance->setFragmentPath('/_fragment');
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3900.      *
  3901.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3902.      */
  3903.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3904.     {
  3905.         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())));
  3906.     }
  3907.     /**
  3908.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3909.      *
  3910.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3911.      */
  3912.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3913.     {
  3914.         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()));
  3915.     }
  3916.     /**
  3917.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3918.      *
  3919.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3920.      */
  3921.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3922.     {
  3923.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  3924.     }
  3925.     /**
  3926.      * Gets the private 'locale_aware_listener' shared service.
  3927.      *
  3928.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3929.      */
  3930.     protected function getLocaleAwareListenerService()
  3931.     {
  3932.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3933.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3934.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3935.     }
  3936.     /**
  3937.      * Gets the private 'locale_listener' shared service.
  3938.      *
  3939.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3940.      */
  3941.     protected function getLocaleListenerService()
  3942.     {
  3943.         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()));
  3944.     }
  3945.     /**
  3946.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3947.      *
  3948.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3949.      */
  3950.     protected function getMaker_AutoCommand_MakeAuthService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3958.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3959.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3960.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  3961.         $instance->setName('make:auth');
  3962.         return $instance;
  3963.     }
  3964.     /**
  3965.      * Gets the private 'maker.auto_command.make_command' shared service.
  3966.      *
  3967.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3968.      */
  3969.     protected function getMaker_AutoCommand_MakeCommandService()
  3970.     {
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3976.         $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()));
  3977.         $instance->setName('make:command');
  3978.         return $instance;
  3979.     }
  3980.     /**
  3981.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3982.      *
  3983.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3984.      */
  3985.     protected function getMaker_AutoCommand_MakeControllerService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3992.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3993.         $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()));
  3994.         $instance->setName('make:controller');
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3999.      *
  4000.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4001.      */
  4002.     protected function getMaker_AutoCommand_MakeCrudService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4009.         $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()));
  4010.         $instance->setName('make:crud');
  4011.         return $instance;
  4012.     }
  4013.     /**
  4014.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4015.      *
  4016.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4017.      */
  4018.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4025.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4026.         $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()));
  4027.         $instance->setName('make:docker:database');
  4028.         return $instance;
  4029.     }
  4030.     /**
  4031.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4032.      *
  4033.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4034.      */
  4035.     protected function getMaker_AutoCommand_MakeEntityService()
  4036.     {
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4043.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4044.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4045.         $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);
  4046.         $instance->setName('make:entity');
  4047.         return $instance;
  4048.     }
  4049.     /**
  4050.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4051.      *
  4052.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4053.      */
  4054.     protected function getMaker_AutoCommand_MakeFixturesService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4061.         $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()));
  4062.         $instance->setName('make:fixtures');
  4063.         return $instance;
  4064.     }
  4065.     /**
  4066.      * Gets the private 'maker.auto_command.make_form' shared service.
  4067.      *
  4068.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4069.      */
  4070.     protected function getMaker_AutoCommand_MakeFormService()
  4071.     {
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4077.         $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()));
  4078.         $instance->setName('make:form');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  4083.      *
  4084.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4085.      */
  4086.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  4093.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4094.         $instance->setName('make:functional-test');
  4095.         return $instance;
  4096.     }
  4097.     /**
  4098.      * Gets the private 'maker.auto_command.make_message' shared service.
  4099.      *
  4100.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4101.      */
  4102.     protected function getMaker_AutoCommand_MakeMessageService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4109.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4110.         $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()));
  4111.         $instance->setName('make:message');
  4112.         return $instance;
  4113.     }
  4114.     /**
  4115.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4116.      *
  4117.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4118.      */
  4119.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4120.     {
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4126.         $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()));
  4127.         $instance->setName('make:messenger-middleware');
  4128.         return $instance;
  4129.     }
  4130.     /**
  4131.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4132.      *
  4133.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4134.      */
  4135.     protected function getMaker_AutoCommand_MakeMigrationService()
  4136.     {
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4143.         $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()));
  4144.         $instance->setName('make:migration');
  4145.         return $instance;
  4146.     }
  4147.     /**
  4148.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4149.      *
  4150.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4151.      */
  4152.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4153.     {
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4159.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4160.         $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())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4161.         $instance->setName('make:registration-form');
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4166.      *
  4167.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4168.      */
  4169.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4176.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4177.         $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()));
  4178.         $instance->setName('make:reset-password');
  4179.         return $instance;
  4180.     }
  4181.     /**
  4182.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4183.      *
  4184.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4185.      */
  4186.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4193.         $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()));
  4194.         $instance->setName('make:serializer:encoder');
  4195.         return $instance;
  4196.     }
  4197.     /**
  4198.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4199.      *
  4200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4201.      */
  4202.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4209.         $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()));
  4210.         $instance->setName('make:serializer:normalizer');
  4211.         return $instance;
  4212.     }
  4213.     /**
  4214.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4215.      *
  4216.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4217.      */
  4218.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4226.         $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()));
  4227.         $instance->setName('make:subscriber');
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4232.      *
  4233.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4234.      */
  4235.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4242.         $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()));
  4243.         $instance->setName('make:twig-extension');
  4244.         return $instance;
  4245.     }
  4246.     /**
  4247.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  4248.      *
  4249.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4250.      */
  4251.     protected function getMaker_AutoCommand_MakeUnitTestService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  4258.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4259.         $instance->setName('make:unit-test');
  4260.         return $instance;
  4261.     }
  4262.     /**
  4263.      * Gets the private 'maker.auto_command.make_user' shared service.
  4264.      *
  4265.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4266.      */
  4267.     protected function getMaker_AutoCommand_MakeUserService()
  4268.     {
  4269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4276.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4277.         $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.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4278.         $instance->setName('make:user');
  4279.         return $instance;
  4280.     }
  4281.     /**
  4282.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4283.      *
  4284.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4285.      */
  4286.     protected function getMaker_AutoCommand_MakeValidatorService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4293.         $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()));
  4294.         $instance->setName('make:validator');
  4295.         return $instance;
  4296.     }
  4297.     /**
  4298.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4299.      *
  4300.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4301.      */
  4302.     protected function getMaker_AutoCommand_MakeVoterService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4309.         $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()));
  4310.         $instance->setName('make:voter');
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the private 'maker.doctrine_helper' shared service.
  4315.      *
  4316.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4317.      */
  4318.     protected function getMaker_DoctrineHelperService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4321.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4322.     }
  4323.     /**
  4324.      * Gets the private 'maker.entity_class_generator' shared service.
  4325.      *
  4326.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4327.      */
  4328.     protected function getMaker_EntityClassGeneratorService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4331.         $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()));
  4332.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4333.         return $instance;
  4334.     }
  4335.     /**
  4336.      * Gets the private 'maker.file_manager' shared service.
  4337.      *
  4338.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4339.      */
  4340.     protected function getMaker_FileManagerService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4347.         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'));
  4348.     }
  4349.     /**
  4350.      * Gets the private 'maker.generator' shared service.
  4351.      *
  4352.      * @return \Symfony\Bundle\MakerBundle\Generator
  4353.      */
  4354.     protected function getMaker_GeneratorService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4358.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4359.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  4360.     }
  4361.     /**
  4362.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4363.      *
  4364.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4365.      */
  4366.     protected function getMaker_Renderer_FormTypeRendererService()
  4367.     {
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4369.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4370.     }
  4371.     /**
  4372.      * Gets the private 'mime_types' shared service.
  4373.      *
  4374.      * @return \Symfony\Component\Mime\MimeTypes
  4375.      */
  4376.     protected function getMimeTypesService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4381.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4382.         $instance->setDefault($instance);
  4383.         return $instance;
  4384.     }
  4385.     /**
  4386.      * Gets the private 'monolog.command.server_log' shared service.
  4387.      *
  4388.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4389.      */
  4390.     protected function getMonolog_Command_ServerLogService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4394.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4395.         $instance->setName('server:log');
  4396.         return $instance;
  4397.     }
  4398.     /**
  4399.      * Gets the private 'monolog.handler.console' shared service.
  4400.      *
  4401.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4402.      */
  4403.     protected function getMonolog_Handler_ConsoleService()
  4404.     {
  4405.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4406.     }
  4407.     /**
  4408.      * Gets the private 'monolog.handler.main' shared service.
  4409.      *
  4410.      * @return \Monolog\Handler\StreamHandler
  4411.      */
  4412.     protected function getMonolog_Handler_MainService()
  4413.     {
  4414.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4415.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the private 'monolog.logger' shared service.
  4420.      *
  4421.      * @return \Symfony\Bridge\Monolog\Logger
  4422.      */
  4423.     protected function getMonolog_LoggerService()
  4424.     {
  4425.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4426.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4427.         $instance->useMicrosecondTimestamps(true);
  4428.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4429.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4430.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4431.         return $instance;
  4432.     }
  4433.     /**
  4434.      * Gets the private 'monolog.logger.cache' shared service.
  4435.      *
  4436.      * @return \Symfony\Bridge\Monolog\Logger
  4437.      */
  4438.     protected function getMonolog_Logger_CacheService()
  4439.     {
  4440.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4441.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4442.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4443.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4444.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4445.         return $instance;
  4446.     }
  4447.     /**
  4448.      * Gets the private 'monolog.logger.request' shared service.
  4449.      *
  4450.      * @return \Symfony\Bridge\Monolog\Logger
  4451.      */
  4452.     protected function getMonolog_Logger_RequestService()
  4453.     {
  4454.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4455.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4456.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4457.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4458.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4459.         return $instance;
  4460.     }
  4461.     /**
  4462.      * Gets the private 'monolog.logger.security' shared service.
  4463.      *
  4464.      * @return \Symfony\Bridge\Monolog\Logger
  4465.      */
  4466.     protected function getMonolog_Logger_SecurityService()
  4467.     {
  4468.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4469.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4470.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4471.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4472.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4473.         return $instance;
  4474.     }
  4475.     /**
  4476.      * Gets the private 'monolog.logger.snappy' shared service.
  4477.      *
  4478.      * @return \Symfony\Bridge\Monolog\Logger
  4479.      */
  4480.     protected function getMonolog_Logger_SnappyService()
  4481.     {
  4482.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  4483.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4484.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4485.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4486.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4487.         return $instance;
  4488.     }
  4489.     /**
  4490.      * Gets the private 'parameter_bag' shared service.
  4491.      *
  4492.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4493.      */
  4494.     protected function getParameterBagService()
  4495.     {
  4496.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4497.     }
  4498.     /**
  4499.      * Gets the private 'profiler_listener' shared service.
  4500.      *
  4501.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4502.      */
  4503.     protected function getProfilerListenerService()
  4504.     {
  4505.         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);
  4506.     }
  4507.     /**
  4508.      * Gets the private 'property_accessor' shared service.
  4509.      *
  4510.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4511.      */
  4512.     protected function getPropertyAccessorService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4516.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4517.     }
  4518.     /**
  4519.      * Gets the private 'property_info' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4522.      */
  4523.     protected function getPropertyInfoService()
  4524.     {
  4525.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4526.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4527.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4528.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4529.         }, 3), new RewindableGenerator(function () {
  4530.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4531.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4532.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4533.         }, 3), new RewindableGenerator(function () {
  4534.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4535.         }, 1), new RewindableGenerator(function () {
  4536.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4537.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4538.         }, 2), new RewindableGenerator(function () {
  4539.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4540.         }, 1));
  4541.     }
  4542.     /**
  4543.      * Gets the private 'property_info.serializer_extractor' shared service.
  4544.      *
  4545.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4546.      */
  4547.     protected function getPropertyInfo_SerializerExtractorService()
  4548.     {
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4550.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4551.     }
  4552.     /**
  4553.      * Gets the private 'router.cache_warmer' shared service.
  4554.      *
  4555.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4556.      */
  4557.     protected function getRouter_CacheWarmerService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4561.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4562.             'router' => ['services''router''getRouterService'false],
  4563.         ], [
  4564.             'router' => '?',
  4565.         ]))->withContext('router.cache_warmer'$this));
  4566.     }
  4567.     /**
  4568.      * Gets the private 'router.request_context' shared service.
  4569.      *
  4570.      * @return \Symfony\Component\Routing\RequestContext
  4571.      */
  4572.     protected function getRouter_RequestContextService()
  4573.     {
  4574.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4575.     }
  4576.     /**
  4577.      * Gets the private 'router_listener' shared service.
  4578.      *
  4579.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4580.      */
  4581.     protected function getRouterListenerService()
  4582.     {
  4583.         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);
  4584.     }
  4585.     /**
  4586.      * Gets the private 'security.access_listener' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4589.      */
  4590.     protected function getSecurity_AccessListenerService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4596.         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()));
  4597.     }
  4598.     /**
  4599.      * Gets the private 'security.access_map' shared service.
  4600.      *
  4601.      * @return \Symfony\Component\Security\Http\AccessMap
  4602.      */
  4603.     protected function getSecurity_AccessMapService()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  4609.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  4610.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/en/dashboard/*'), [=> 'ROLE_ADMINISTRADOR'=> 'ROLE_PROFESIONAL'=> 'ROLE_USUARIO'], NULL);
  4611.         return $instance;
  4612.     }
  4613.     /**
  4614.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4615.      *
  4616.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4617.      */
  4618.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4619.     {
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4624.         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()));
  4625.     }
  4626.     /**
  4627.      * Gets the private 'security.authentication.listener.form.main' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  4630.      */
  4631.     protected function getSecurity_Authentication_Listener_Form_MainService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  4645.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4646.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  4647.         $b->setOptions(['always_use_default_target_path' => true'default_target_path' => 'dashboard''login_path' => 'app_login''target_path_parameter' => '_target_path''use_referer' => false]);
  4648.         $b->setProviderKey('main');
  4649.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  4650.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  4651.         $d->setOptions(['login_path' => 'app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  4652.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $a'main'$b$d, ['check_path' => 'app_logincheck''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()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4653.     }
  4654.     /**
  4655.      * Gets the private 'security.authentication.manager' shared service.
  4656.      *
  4657.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4658.      */
  4659.     protected function getSecurity_Authentication_ManagerService()
  4660.     {
  4661.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4662.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  4663.             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'))));
  4664.         }, 2), true);
  4665.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4666.         return $instance;
  4667.     }
  4668.     /**
  4669.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  4670.      *
  4671.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  4672.      */
  4673.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  4674.     {
  4675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4680.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.our_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_OurDbProviderService()), ($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);
  4681.     }
  4682.     /**
  4683.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  4684.      *
  4685.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  4686.      */
  4687.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4695.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user.provider.concrete.our_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_OurDbProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_impersonate''ROLE_ADMINISTRADOR', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  4696.     }
  4697.     /**
  4698.      * Gets the private 'security.channel_listener' shared service.
  4699.      *
  4700.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4701.      */
  4702.     protected function getSecurity_ChannelListenerService()
  4703.     {
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  4710.         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()));
  4711.     }
  4712.     /**
  4713.      * Gets the private 'security.command.user_password_encoder' shared service.
  4714.      *
  4715.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4716.      */
  4717.     protected function getSecurity_Command_UserPasswordEncoderService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  4721.         $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\\Member']);
  4722.         $instance->setName('security:encode-password');
  4723.         return $instance;
  4724.     }
  4725.     /**
  4726.      * Gets the private 'security.context_listener.0' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4729.      */
  4730.     protected function getSecurity_ContextListener_0Service()
  4731.     {
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  4736.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4737.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  4738.             yield => ($this->privates['security.user.provider.concrete.our_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_OurDbProviderService());
  4739.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4740.     }
  4741.     /**
  4742.      * Gets the private 'security.csrf.token_storage' shared service.
  4743.      *
  4744.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4745.      */
  4746.     protected function getSecurity_Csrf_TokenStorageService()
  4747.     {
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  4751.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  4752.     }
  4753.     /**
  4754.      * Gets the private 'security.encoder_factory.generic' shared service.
  4755.      *
  4756.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  4757.      */
  4758.     protected function getSecurity_EncoderFactory_GenericService()
  4759.     {
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4762.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Member' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\SodiumPasswordEncoder''arguments' => [=> NULL=> NULL]]]);
  4763.     }
  4764.     /**
  4765.      * Gets the private 'security.firewall.map' shared service.
  4766.      *
  4767.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4768.      */
  4769.     protected function getSecurity_Firewall_MapService()
  4770.     {
  4771.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4772.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4773.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4774.         ], [
  4775.             'security.firewall.map.context.dev' => '?',
  4776.             'security.firewall.map.context.main' => '?',
  4777.         ]), new RewindableGenerator(function () {
  4778.             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)/')));
  4779.             yield 'security.firewall.map.context.main' => NULL;
  4780.         }, 2));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4784.      *
  4785.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4786.      */
  4787.     protected function getSecurity_Firewall_Map_Context_DevService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4791.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4792.             return new \EmptyIterator();
  4793.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'security.firewall.map.context.main' shared service.
  4797.      *
  4798.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4799.      */
  4800.     protected function getSecurity_Firewall_Map_Context_MainService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4817.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4818.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4819.         $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']);
  4820.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  4821.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  4822.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4823.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4824.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4825.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  4826.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4827.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  4828.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4829.         }, 6), 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'app_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.our_db_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'form_login'=> 'anonymous'], ['provider' => NULL'role' => 'ROLE_ADMINISTRADOR''parameter' => '_impersonate''stateless' => false]));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'security.http_utils' shared service.
  4833.      *
  4834.      * @return \Symfony\Component\Security\Http\HttpUtils
  4835.      */
  4836.     protected function getSecurity_HttpUtilsService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  4839.         $a = ($this->services['router'] ?? $this->getRouterService());
  4840.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4841.     }
  4842.     /**
  4843.      * Gets the private 'security.logout_url_generator' shared service.
  4844.      *
  4845.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4846.      */
  4847.     protected function getSecurity_LogoutUrlGeneratorService()
  4848.     {
  4849.         $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()));
  4850.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4851.         return $instance;
  4852.     }
  4853.     /**
  4854.      * Gets the private 'security.user.provider.concrete.our_db_provider' shared service.
  4855.      *
  4856.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  4857.      */
  4858.     protected function getSecurity_User_Provider_Concrete_OurDbProviderService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  4863.         return $this->privates['security.user.provider.concrete.our_db_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Member''username'NULL);
  4864.     }
  4865.     /**
  4866.      * Gets the private 'security.validator.user_password' shared service.
  4867.      *
  4868.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4869.      */
  4870.     protected function getSecurity_Validator_UserPasswordService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  4875.         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()));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4879.      *
  4880.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4881.      */
  4882.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4883.     {
  4884.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4885.     }
  4886.     /**
  4887.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4888.      *
  4889.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4890.      */
  4891.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4892.     {
  4893.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4894.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4895.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4896.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4897.     }
  4898.     /**
  4899.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4900.      *
  4901.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4902.      */
  4903.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4904.     {
  4905.         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()));
  4906.     }
  4907.     /**
  4908.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4909.      *
  4910.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4911.      */
  4912.     protected function getSensioFrameworkExtra_View_ListenerService()
  4913.     {
  4914.         $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))));
  4915.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4916.             'twig' => ['services''twig''getTwigService'false],
  4917.         ], [
  4918.             'twig' => 'Twig\\Environment',
  4919.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4920.         return $instance;
  4921.     }
  4922.     /**
  4923.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4924.      *
  4925.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4926.      */
  4927.     protected function getSerializer_Mapping_CacheWarmerService()
  4928.     {
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4934.         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'));
  4935.     }
  4936.     /**
  4937.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4938.      *
  4939.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4940.      */
  4941.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4942.     {
  4943.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4949.         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()))]));
  4950.     }
  4951.     /**
  4952.      * Gets the private 'session.storage.native' shared service.
  4953.      *
  4954.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4955.      */
  4956.     protected function getSession_Storage_NativeService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  4962.         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));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'session_listener' shared service.
  4966.      *
  4967.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4968.      */
  4969.     protected function getSessionListenerService()
  4970.     {
  4971.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4972.             'initialized_session' => ['services''session'NULLfalse],
  4973.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4974.             'session' => ['services''session''getSessionService'false],
  4975.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4976.         ], [
  4977.             'initialized_session' => '?',
  4978.             'request_stack' => '?',
  4979.             'session' => '?',
  4980.             'session_storage' => '?',
  4981.         ]));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'swiftmailer.command.debug' shared service.
  4985.      *
  4986.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  4987.      */
  4988.     protected function getSwiftmailer_Command_DebugService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  4993.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  4994.         $instance->setName('debug:swiftmailer');
  4995.         return $instance;
  4996.     }
  4997.     /**
  4998.      * Gets the private 'swiftmailer.command.new_email' shared service.
  4999.      *
  5000.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5001.      */
  5002.     protected function getSwiftmailer_Command_NewEmailService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5007.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5008.         $instance->setName('swiftmailer:email:send');
  5009.         return $instance;
  5010.     }
  5011.     /**
  5012.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5013.      *
  5014.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5015.      */
  5016.     protected function getSwiftmailer_Command_SendEmailService()
  5017.     {
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5021.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5022.         $instance->setName('swiftmailer:spool:send');
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5027.      *
  5028.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5029.      */
  5030.     protected function getSwiftmailer_EmailSender_ListenerService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5033.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5034.     }
  5035.     /**
  5036.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  5037.      *
  5038.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  5039.      *
  5040.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5041.      */
  5042.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  5043.     {
  5044.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5045.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  5046.     }
  5047.     /**
  5048.      * Gets the private 'templating.finder' shared service.
  5049.      *
  5050.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  5051.      *
  5052.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5053.      */
  5054.     protected function getTemplating_FinderService()
  5055.     {
  5056.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  5059.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  5060.     }
  5061.     /**
  5062.      * Gets the private 'templating.locator' shared service.
  5063.      *
  5064.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  5065.      *
  5066.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5067.      */
  5068.     protected function getTemplating_LocatorService()
  5069.     {
  5070.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5071.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  5072.     }
  5073.     /**
  5074.      * Gets the private 'templating.name_parser' shared service.
  5075.      *
  5076.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  5077.      *
  5078.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5079.      */
  5080.     protected function getTemplating_NameParserService()
  5081.     {
  5082.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5083.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  5084.     }
  5085.     /**
  5086.      * Gets the private 'translation.extractor' shared service.
  5087.      *
  5088.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5089.      */
  5090.     protected function getTranslation_ExtractorService()
  5091.     {
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5097.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5098.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5099.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5100.         return $instance;
  5101.     }
  5102.     /**
  5103.      * Gets the private 'translation.loader.csv' shared service.
  5104.      *
  5105.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5106.      */
  5107.     protected function getTranslation_Loader_CsvService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5113.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5114.     }
  5115.     /**
  5116.      * Gets the private 'translation.loader.dat' shared service.
  5117.      *
  5118.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5119.      */
  5120.     protected function getTranslation_Loader_DatService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5125.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5126.     }
  5127.     /**
  5128.      * Gets the private 'translation.loader.ini' shared service.
  5129.      *
  5130.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5131.      */
  5132.     protected function getTranslation_Loader_IniService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5138.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5139.     }
  5140.     /**
  5141.      * Gets the private 'translation.loader.json' shared service.
  5142.      *
  5143.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5144.      */
  5145.     protected function getTranslation_Loader_JsonService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5151.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5152.     }
  5153.     /**
  5154.      * Gets the private 'translation.loader.mo' shared service.
  5155.      *
  5156.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5157.      */
  5158.     protected function getTranslation_Loader_MoService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5164.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5165.     }
  5166.     /**
  5167.      * Gets the private 'translation.loader.php' shared service.
  5168.      *
  5169.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5170.      */
  5171.     protected function getTranslation_Loader_PhpService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5177.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5178.     }
  5179.     /**
  5180.      * Gets the private 'translation.loader.po' shared service.
  5181.      *
  5182.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5183.      */
  5184.     protected function getTranslation_Loader_PoService()
  5185.     {
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5190.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5191.     }
  5192.     /**
  5193.      * Gets the private 'translation.loader.qt' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5196.      */
  5197.     protected function getTranslation_Loader_QtService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5201.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5202.     }
  5203.     /**
  5204.      * Gets the private 'translation.loader.res' shared service.
  5205.      *
  5206.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5207.      */
  5208.     protected function getTranslation_Loader_ResService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5212.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5213.     }
  5214.     /**
  5215.      * Gets the private 'translation.loader.xliff' shared service.
  5216.      *
  5217.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5218.      */
  5219.     protected function getTranslation_Loader_XliffService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5223.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5224.     }
  5225.     /**
  5226.      * Gets the private 'translation.loader.yml' shared service.
  5227.      *
  5228.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5229.      */
  5230.     protected function getTranslation_Loader_YmlService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5236.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5237.     }
  5238.     /**
  5239.      * Gets the private 'translation.reader' shared service.
  5240.      *
  5241.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5242.      */
  5243.     protected function getTranslation_ReaderService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5261.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5262.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5263.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5264.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5265.         $instance->addLoader('yaml'$a);
  5266.         $instance->addLoader('yml'$a);
  5267.         $instance->addLoader('xlf'$b);
  5268.         $instance->addLoader('xliff'$b);
  5269.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5270.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5271.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5272.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5273.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5274.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5275.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5276.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5277.         return $instance;
  5278.     }
  5279.     /**
  5280.      * Gets the private 'translation.warmer' shared service.
  5281.      *
  5282.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5283.      */
  5284.     protected function getTranslation_WarmerService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5288.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5289.             'translator' => ['services''translator''getTranslatorService'false],
  5290.         ], [
  5291.             'translator' => '?',
  5292.         ]))->withContext('translation.warmer'$this));
  5293.     }
  5294.     /**
  5295.      * Gets the private 'translator.default' shared service.
  5296.      *
  5297.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5298.      */
  5299.     protected function getTranslator_DefaultService()
  5300.     {
  5301.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5302.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5303.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5304.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5305.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5306.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5307.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5308.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5309.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5310.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5311.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5312.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5313.         ], [
  5314.             'translation.loader.csv' => '?',
  5315.             'translation.loader.dat' => '?',
  5316.             'translation.loader.ini' => '?',
  5317.             'translation.loader.json' => '?',
  5318.             'translation.loader.mo' => '?',
  5319.             'translation.loader.php' => '?',
  5320.             'translation.loader.po' => '?',
  5321.             'translation.loader.qt' => '?',
  5322.             'translation.loader.res' => '?',
  5323.             'translation.loader.xliff' => '?',
  5324.             'translation.loader.yml' => '?',
  5325.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Resources/translations/messages.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/src/Resources/translations/messages.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/src/Resources/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'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'src/Resources/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'10 => 'vendor/twig/extra-bundle/translations'11 => 'src/Resources/TwigExtraBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'src/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'src/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'src/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'src/Resources/DebugBundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'src/Resources/MakerBundle/translations'28 => 'vendor/symfony/swiftmailer-bundle/translations'29 => 'src/Resources/SwiftmailerBundle/translations'30 => 'src/Resources/KnpPaginatorBundle/translations'31 => 'vendor/knplabs/knp-snappy-bundle/src/translations'32 => 'src/Resources/KnpSnappyBundle/translations']]]);
  5326.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5327.         $instance->setFallbackLocales([=> 'en']);
  5328.         return $instance;
  5329.     }
  5330.     /**
  5331.      * Gets the private 'twig.cache_warmer' shared service.
  5332.      *
  5333.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  5334.      *
  5335.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  5336.      */
  5337.     protected function getTwig_CacheWarmerService()
  5338.     {
  5339.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  5340.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  5341.     }
  5342.     /**
  5343.      * Gets the private 'twig.command.debug' shared service.
  5344.      *
  5345.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5346.      */
  5347.     protected function getTwig_Command_DebugService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5351.         $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'));
  5352.         $instance->setName('debug:twig');
  5353.         return $instance;
  5354.     }
  5355.     /**
  5356.      * Gets the private 'twig.command.lint' shared service.
  5357.      *
  5358.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5359.      */
  5360.     protected function getTwig_Command_LintService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5365.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5366.         $instance->setName('lint:twig');
  5367.         return $instance;
  5368.     }
  5369.     /**
  5370.      * Gets the private 'twig.form.renderer' shared service.
  5371.      *
  5372.      * @return \Symfony\Component\Form\FormRenderer
  5373.      */
  5374.     protected function getTwig_Form_RendererService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5381.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5382.     }
  5383.     /**
  5384.      * Gets the private 'twig.mailer.message_listener' shared service.
  5385.      *
  5386.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  5387.      */
  5388.     protected function getTwig_Mailer_MessageListenerService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  5393.         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())));
  5394.     }
  5395.     /**
  5396.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5397.      *
  5398.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5399.      */
  5400.     protected function getTwig_Runtime_HttpkernelService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5405.         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, [
  5406.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5407.         ], [
  5408.             'inline' => '?',
  5409.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5410.     }
  5411.     /**
  5412.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5413.      *
  5414.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5415.      */
  5416.     protected function getTwig_Runtime_SecurityCsrfService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5419.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'twig.template_cache_warmer' shared service.
  5423.      *
  5424.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5425.      */
  5426.     protected function getTwig_TemplateCacheWarmerService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5432.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->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')));
  5433.     }
  5434.     /**
  5435.      * Gets the private 'validator.builder' shared service.
  5436.      *
  5437.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5438.      */
  5439.     protected function getValidator_BuilderService()
  5440.     {
  5441.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5442.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5443.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5444.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5445.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5446.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5447.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5448.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5449.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5450.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5451.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5452.         ], [
  5453.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5454.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5455.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5456.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5457.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5458.             'doctrine.orm.validator.unique' => '?',
  5459.             'security.validator.user_password' => '?',
  5460.             'validator.expression' => '?',
  5461.         ])));
  5462.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  5463.         $instance->setTranslationDomain('validators');
  5464.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5465.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5466.         $instance->addMethodMapping('loadValidatorMetadata');
  5467.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5468.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5469.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5470.         return $instance;
  5471.     }
  5472.     /**
  5473.      * Gets the private 'validator.email' shared service.
  5474.      *
  5475.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5476.      */
  5477.     protected function getValidator_EmailService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5482.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5483.     }
  5484.     /**
  5485.      * Gets the private 'validator.expression' shared service.
  5486.      *
  5487.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5488.      */
  5489.     protected function getValidator_ExpressionService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5494.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5495.     }
  5496.     /**
  5497.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5498.      *
  5499.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5500.      */
  5501.     protected function getValidator_Mapping_CacheWarmerService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5506.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5507.     }
  5508.     /**
  5509.      * Gets the private 'validator.not_compromised_password' shared service.
  5510.      *
  5511.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5512.      */
  5513.     protected function getValidator_NotCompromisedPasswordService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5518.         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);
  5519.     }
  5520.     /**
  5521.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5524.      */
  5525.     protected function getVarDumper_Command_ServerDumpService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5533.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5534.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5535.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5536.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5537.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5538.         $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()))]);
  5539.         $instance->setName('server:dump');
  5540.         return $instance;
  5541.     }
  5542.     /**
  5543.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5544.      *
  5545.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5546.      */
  5547.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5548.     {
  5549.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5550.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'var_dumper.html_dumper' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5557.      */
  5558.     protected function getVarDumper_HtmlDumperService()
  5559.     {
  5560.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5561.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5562.         return $instance;
  5563.     }
  5564.     /**
  5565.      * Gets the private 'var_dumper.server_connection' shared service.
  5566.      *
  5567.      * @return \Symfony\Component\VarDumper\Server\Connection
  5568.      */
  5569.     protected function getVarDumper_ServerConnectionService()
  5570.     {
  5571.         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()]);
  5572.     }
  5573.     /**
  5574.      * Gets the private 'web_profiler.csp.handler' shared service.
  5575.      *
  5576.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5577.      */
  5578.     protected function getWebProfiler_Csp_HandlerService()
  5579.     {
  5580.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5581.     }
  5582.     /**
  5583.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5584.      *
  5585.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5586.      */
  5587.     protected function getWebProfiler_DebugToolbarService()
  5588.     {
  5589.         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()));
  5590.     }
  5591.     public function getParameter($name)
  5592.     {
  5593.         $name = (string) $name;
  5594.         if (isset($this->buildParameters[$name])) {
  5595.             return $this->buildParameters[$name];
  5596.         }
  5597.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  5598.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5599.         }
  5600.         if (isset($this->loadedDynamicParameters[$name])) {
  5601.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5602.         }
  5603.         return $this->parameters[$name];
  5604.     }
  5605.     public function hasParameter($name): bool
  5606.     {
  5607.         $name = (string) $name;
  5608.         if (isset($this->buildParameters[$name])) {
  5609.             return true;
  5610.         }
  5611.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  5612.     }
  5613.     public function setParameter($name$value): void
  5614.     {
  5615.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5616.     }
  5617.     public function getParameterBag(): ParameterBagInterface
  5618.     {
  5619.         if (null === $this->parameterBag) {
  5620.             $parameters $this->parameters;
  5621.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5622.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5623.             }
  5624.             foreach ($this->buildParameters as $name => $value) {
  5625.                 $parameters[$name] = $value;
  5626.             }
  5627.             $this->parameterBag = new FrozenParameterBag($parameters);
  5628.         }
  5629.         return $this->parameterBag;
  5630.     }
  5631.     private $loadedDynamicParameters = [
  5632.         'kernel.cache_dir' => false,
  5633.         'merchant_code' => false,
  5634.         'merchant_terminal' => false,
  5635.         'merchant_currency' => false,
  5636.         'merchant_key' => false,
  5637.         'maintenance' => false,
  5638.         'kernel.secret' => false,
  5639.         'session.save_path' => false,
  5640.         'validator.mapping.cache.file' => false,
  5641.         'profiler.storage.dsn' => false,
  5642.         'debug.container.dump' => false,
  5643.         'serializer.mapping.cache.file' => false,
  5644.         'doctrine.orm.proxy_dir' => false,
  5645.         'swiftmailer.spool.default.memory.path' => false,
  5646.     ];
  5647.     private $dynamicParameters = [];
  5648.     private function getDynamicParameter(string $name)
  5649.     {
  5650.         switch ($name) {
  5651.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5652.             case 'merchant_code'$value $this->getEnv('MERCHANT_CODE'); break;
  5653.             case 'merchant_terminal'$value $this->getEnv('MERCHANT_TERMINAL'); break;
  5654.             case 'merchant_currency'$value $this->getEnv('MERCHANT_CURRENCY'); break;
  5655.             case 'merchant_key'$value $this->getEnv('MERCHANT_KEY'); break;
  5656.             case 'maintenance'$value = [
  5657.                 'status' => $this->getEnv('bool:MAINTENANCE_MODE'),
  5658.                 'isAuthorized' => [
  5659.                     => '88.26.19.253',
  5660.                 ],
  5661.             ]; break;
  5662.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5663.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5664.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5665.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5666.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  5667.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5668.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5669.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5670.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5671.         }
  5672.         $this->loadedDynamicParameters[$name] = true;
  5673.         return $this->dynamicParameters[$name] = $value;
  5674.     }
  5675.     protected function getDefaultParameters(): array
  5676.     {
  5677.         return [
  5678.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  5679.             'kernel.project_dir' => \dirname(__DIR__4),
  5680.             'kernel.environment' => 'dev',
  5681.             'kernel.debug' => true,
  5682.             'kernel.name' => 'src',
  5683.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5684.             'kernel.bundles' => [
  5685.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5686.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5687.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5688.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5689.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5690.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5691.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5692.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5693.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5694.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5695.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5696.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5697.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5698.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  5699.             ],
  5700.             'kernel.bundles_metadata' => [
  5701.                 'FrameworkBundle' => [
  5702.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5703.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5704.                 ],
  5705.                 'TwigBundle' => [
  5706.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5707.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5708.                 ],
  5709.                 'TwigExtraBundle' => [
  5710.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5711.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5712.                 ],
  5713.                 'SensioFrameworkExtraBundle' => [
  5714.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5715.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5716.                 ],
  5717.                 'DoctrineBundle' => [
  5718.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5719.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5720.                 ],
  5721.                 'DoctrineMigrationsBundle' => [
  5722.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5723.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5724.                 ],
  5725.                 'SecurityBundle' => [
  5726.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5727.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5728.                 ],
  5729.                 'WebProfilerBundle' => [
  5730.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5731.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5732.                 ],
  5733.                 'MonologBundle' => [
  5734.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5735.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5736.                 ],
  5737.                 'DebugBundle' => [
  5738.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5739.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5740.                 ],
  5741.                 'MakerBundle' => [
  5742.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5743.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5744.                 ],
  5745.                 'SwiftmailerBundle' => [
  5746.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  5747.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5748.                 ],
  5749.                 'KnpPaginatorBundle' => [
  5750.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5751.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5752.                 ],
  5753.                 'KnpSnappyBundle' => [
  5754.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  5755.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  5756.                 ],
  5757.             ],
  5758.             'kernel.charset' => 'UTF-8',
  5759.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  5760.             'container.dumper.inline_class_loader' => true,
  5761.             'container.dumper.inline_factories' => true,
  5762.             'event_dispatcher.event_aliases' => [
  5763.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5764.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5765.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5766.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5767.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5768.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5769.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5770.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5771.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5772.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5773.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5774.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5775.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5776.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5777.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5778.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5779.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5780.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5781.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5782.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5783.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5784.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5785.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5786.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5787.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5788.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5789.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5790.             ],
  5791.             'fragment.renderer.hinclude.global_template' => NULL,
  5792.             'fragment.path' => '/_fragment',
  5793.             'kernel.http_method_override' => true,
  5794.             'kernel.trusted_hosts' => [
  5795.             ],
  5796.             'kernel.default_locale' => 'en',
  5797.             'kernel.error_controller' => 'error_controller',
  5798.             'templating.helper.code.file_link_format' => NULL,
  5799.             'debug.file_link_format' => NULL,
  5800.             'session.metadata.storage_key' => '_sf2_meta',
  5801.             'session.storage.options' => [
  5802.                 'cache_limiter' => '0',
  5803.                 'cookie_secure' => 'auto',
  5804.                 'cookie_httponly' => true,
  5805.                 'cookie_samesite' => 'lax',
  5806.                 'gc_probability' => 1,
  5807.             ],
  5808.             'session.metadata.update_threshold' => 0,
  5809.             'form.type_extension.csrf.enabled' => true,
  5810.             'form.type_extension.csrf.field_name' => '_token',
  5811.             'asset.request_context.base_path' => '',
  5812.             'asset.request_context.secure' => false,
  5813.             'templating.loader.cache.path' => NULL,
  5814.             'templating.engines' => [
  5815.                 => 'twig',
  5816.             ],
  5817.             'validator.translation_domain' => 'validators',
  5818.             'translator.logging' => false,
  5819.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5820.             'profiler_listener.only_exceptions' => false,
  5821.             'profiler_listener.only_master_requests' => false,
  5822.             'debug.error_handler.throw_at' => -1,
  5823.             'router.request_context.host' => 'localhost',
  5824.             'router.request_context.scheme' => 'http',
  5825.             'router.request_context.base_url' => '',
  5826.             'router.resource' => 'kernel::loadRoutes',
  5827.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  5828.             'request_listener.http_port' => 80,
  5829.             'request_listener.https_port' => 443,
  5830.             'twig.exception_listener.controller' => NULL,
  5831.             'twig.form.resources' => [
  5832.                 => 'form_div_layout.html.twig',
  5833.             ],
  5834.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5835.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5836.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5837.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5838.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5839.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5840.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5841.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5842.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5843.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5844.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5845.             'doctrine.entity_managers' => [
  5846.                 'default' => 'doctrine.orm.default_entity_manager',
  5847.             ],
  5848.             'doctrine.default_entity_manager' => 'default',
  5849.             'doctrine.dbal.connection_factory.types' => [
  5850.             ],
  5851.             'doctrine.connections' => [
  5852.                 'default' => 'doctrine.dbal.default_connection',
  5853.             ],
  5854.             'doctrine.default_connection' => 'default',
  5855.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5856.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5857.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5858.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5859.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5860.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5861.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5862.             'doctrine.orm.cache.memcache_port' => 11211,
  5863.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5864.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5865.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5866.             'doctrine.orm.cache.memcached_port' => 11211,
  5867.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5868.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5869.             'doctrine.orm.cache.redis_host' => 'localhost',
  5870.             'doctrine.orm.cache.redis_port' => 6379,
  5871.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5872.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5873.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5874.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5875.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5876.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5877.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5878.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5879.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5880.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5881.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5882.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5883.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5884.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5885.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5886.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5887.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5888.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5889.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5890.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5891.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5892.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5893.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5894.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5895.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5896.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5897.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5898.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5899.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5900.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5901.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5902.             'doctrine.migrations.preferred_em' => NULL,
  5903.             'doctrine.migrations.preferred_connection' => NULL,
  5904.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  5905.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  5906.             'security.role_hierarchy.roles' => [
  5907.             ],
  5908.             'security.access.denied_url' => NULL,
  5909.             'security.authentication.manager.erase_credentials' => true,
  5910.             'security.authentication.session_strategy.strategy' => 'migrate',
  5911.             'security.access.always_authenticate_before_granting' => false,
  5912.             'security.authentication.hide_user_not_found' => true,
  5913.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5914.             'web_profiler.debug_toolbar.mode' => 2,
  5915.             'monolog.use_microseconds' => true,
  5916.             'monolog.swift_mailer.handlers' => [
  5917.             ],
  5918.             'monolog.handlers_to_channels' => [
  5919.                 'monolog.handler.console' => [
  5920.                     'type' => 'exclusive',
  5921.                     'elements' => [
  5922.                         => 'event',
  5923.                         => 'doctrine',
  5924.                         => 'console',
  5925.                     ],
  5926.                 ],
  5927.                 'monolog.handler.main' => [
  5928.                     'type' => 'exclusive',
  5929.                     'elements' => [
  5930.                         => 'event',
  5931.                     ],
  5932.                 ],
  5933.             ],
  5934.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5935.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5936.             'swiftmailer.mailer.default.spool.enabled' => true,
  5937.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5938.             'swiftmailer.mailer.default.single_address' => NULL,
  5939.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5940.             'swiftmailer.spool.enabled' => true,
  5941.             'swiftmailer.delivery.enabled' => true,
  5942.             'swiftmailer.single_address' => NULL,
  5943.             'swiftmailer.mailers' => [
  5944.                 'default' => 'swiftmailer.mailer.default',
  5945.             ],
  5946.             'swiftmailer.default_mailer' => 'default',
  5947.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5948.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5949.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5950.             'knp_paginator.page_range' => 5,
  5951.             'knp_paginator.page_limit' => NULL,
  5952.             'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  5953.             'knp_snappy.pdf.options' => [
  5954.             ],
  5955.             'knp_snappy.pdf.env' => [
  5956.             ],
  5957.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  5958.             'knp_snappy.image.options' => [
  5959.             ],
  5960.             'knp_snappy.image.env' => [
  5961.             ],
  5962.             'data_collector.templates' => [
  5963.                 'data_collector.request' => [
  5964.                     => 'request',
  5965.                     => '@WebProfiler/Collector/request.html.twig',
  5966.                 ],
  5967.                 'data_collector.time' => [
  5968.                     => 'time',
  5969.                     => '@WebProfiler/Collector/time.html.twig',
  5970.                 ],
  5971.                 'data_collector.memory' => [
  5972.                     => 'memory',
  5973.                     => '@WebProfiler/Collector/memory.html.twig',
  5974.                 ],
  5975.                 'data_collector.validator' => [
  5976.                     => 'validator',
  5977.                     => '@WebProfiler/Collector/validator.html.twig',
  5978.                 ],
  5979.                 'data_collector.ajax' => [
  5980.                     => 'ajax',
  5981.                     => '@WebProfiler/Collector/ajax.html.twig',
  5982.                 ],
  5983.                 'data_collector.form' => [
  5984.                     => 'form',
  5985.                     => '@WebProfiler/Collector/form.html.twig',
  5986.                 ],
  5987.                 'data_collector.exception' => [
  5988.                     => 'exception',
  5989.                     => '@WebProfiler/Collector/exception.html.twig',
  5990.                 ],
  5991.                 'data_collector.logger' => [
  5992.                     => 'logger',
  5993.                     => '@WebProfiler/Collector/logger.html.twig',
  5994.                 ],
  5995.                 'data_collector.events' => [
  5996.                     => 'events',
  5997.                     => '@WebProfiler/Collector/events.html.twig',
  5998.                 ],
  5999.                 'data_collector.router' => [
  6000.                     => 'router',
  6001.                     => '@WebProfiler/Collector/router.html.twig',
  6002.                 ],
  6003.                 'data_collector.cache' => [
  6004.                     => 'cache',
  6005.                     => '@WebProfiler/Collector/cache.html.twig',
  6006.                 ],
  6007.                 'data_collector.translation' => [
  6008.                     => 'translation',
  6009.                     => '@WebProfiler/Collector/translation.html.twig',
  6010.                 ],
  6011.                 'data_collector.security' => [
  6012.                     => 'security',
  6013.                     => '@Security/Collector/security.html.twig',
  6014.                 ],
  6015.                 'data_collector.twig' => [
  6016.                     => 'twig',
  6017.                     => '@WebProfiler/Collector/twig.html.twig',
  6018.                 ],
  6019.                 'data_collector.http_client' => [
  6020.                     => 'http_client',
  6021.                     => '@WebProfiler/Collector/http_client.html.twig',
  6022.                 ],
  6023.                 'data_collector.doctrine' => [
  6024.                     => 'db',
  6025.                     => '@Doctrine/Collector/db.html.twig',
  6026.                 ],
  6027.                 'swiftmailer.data_collector' => [
  6028.                     => 'swiftmailer',
  6029.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6030.                 ],
  6031.                 'data_collector.dump' => [
  6032.                     => 'dump',
  6033.                     => '@Debug/Profiler/dump.html.twig',
  6034.                 ],
  6035.                 'mailer.data_collector' => [
  6036.                     => 'mailer',
  6037.                     => '@WebProfiler/Collector/mailer.html.twig',
  6038.                 ],
  6039.                 'data_collector.config' => [
  6040.                     => 'config',
  6041.                     => '@WebProfiler/Collector/config.html.twig',
  6042.                 ],
  6043.             ],
  6044.             'console.command.ids' => [
  6045.             ],
  6046.         ];
  6047.     }
  6048. }
  6049. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  6050. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6051. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6052. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6053. {
  6054.     /**
  6055.      * @var \Closure|null initializer responsible for generating the wrapped object
  6056.      */
  6057.     private $valueHolder7c27d null;
  6058.     /**
  6059.      * @var \Closure|null initializer responsible for generating the wrapped object
  6060.      */
  6061.     private $initializerf2f2e null;
  6062.     /**
  6063.      * @var bool[] map of public properties of the parent class
  6064.      */
  6065.     private static $publicProperties17c98 = [
  6066.         
  6067.     ];
  6068.     public function getConnection()
  6069.     {
  6070.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getConnection', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6071.         return $this->valueHolder7c27d->getConnection();
  6072.     }
  6073.     public function getMetadataFactory()
  6074.     {
  6075.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getMetadataFactory', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6076.         return $this->valueHolder7c27d->getMetadataFactory();
  6077.     }
  6078.     public function getExpressionBuilder()
  6079.     {
  6080.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getExpressionBuilder', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6081.         return $this->valueHolder7c27d->getExpressionBuilder();
  6082.     }
  6083.     public function beginTransaction()
  6084.     {
  6085.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'beginTransaction', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6086.         return $this->valueHolder7c27d->beginTransaction();
  6087.     }
  6088.     public function getCache()
  6089.     {
  6090.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getCache', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6091.         return $this->valueHolder7c27d->getCache();
  6092.     }
  6093.     public function transactional($func)
  6094.     {
  6095.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'transactional', array('func' => $func), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6096.         return $this->valueHolder7c27d->transactional($func);
  6097.     }
  6098.     public function commit()
  6099.     {
  6100.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'commit', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6101.         return $this->valueHolder7c27d->commit();
  6102.     }
  6103.     public function rollback()
  6104.     {
  6105.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'rollback', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6106.         return $this->valueHolder7c27d->rollback();
  6107.     }
  6108.     public function getClassMetadata($className)
  6109.     {
  6110.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getClassMetadata', array('className' => $className), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6111.         return $this->valueHolder7c27d->getClassMetadata($className);
  6112.     }
  6113.     public function createQuery($dql '')
  6114.     {
  6115.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'createQuery', array('dql' => $dql), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6116.         return $this->valueHolder7c27d->createQuery($dql);
  6117.     }
  6118.     public function createNamedQuery($name)
  6119.     {
  6120.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'createNamedQuery', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6121.         return $this->valueHolder7c27d->createNamedQuery($name);
  6122.     }
  6123.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  6124.     {
  6125.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6126.         return $this->valueHolder7c27d->createNativeQuery($sql$rsm);
  6127.     }
  6128.     public function createNamedNativeQuery($name)
  6129.     {
  6130.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'createNamedNativeQuery', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6131.         return $this->valueHolder7c27d->createNamedNativeQuery($name);
  6132.     }
  6133.     public function createQueryBuilder()
  6134.     {
  6135.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'createQueryBuilder', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6136.         return $this->valueHolder7c27d->createQueryBuilder();
  6137.     }
  6138.     public function flush($entity null)
  6139.     {
  6140.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'flush', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6141.         return $this->valueHolder7c27d->flush($entity);
  6142.     }
  6143.     public function find($className$id$lockMode null$lockVersion null)
  6144.     {
  6145.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6146.         return $this->valueHolder7c27d->find($className$id$lockMode$lockVersion);
  6147.     }
  6148.     public function getReference($entityName$id)
  6149.     {
  6150.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6151.         return $this->valueHolder7c27d->getReference($entityName$id);
  6152.     }
  6153.     public function getPartialReference($entityName$identifier)
  6154.     {
  6155.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6156.         return $this->valueHolder7c27d->getPartialReference($entityName$identifier);
  6157.     }
  6158.     public function clear($entityName null)
  6159.     {
  6160.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'clear', array('entityName' => $entityName), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6161.         return $this->valueHolder7c27d->clear($entityName);
  6162.     }
  6163.     public function close()
  6164.     {
  6165.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'close', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6166.         return $this->valueHolder7c27d->close();
  6167.     }
  6168.     public function persist($entity)
  6169.     {
  6170.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'persist', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6171.         return $this->valueHolder7c27d->persist($entity);
  6172.     }
  6173.     public function remove($entity)
  6174.     {
  6175.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'remove', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6176.         return $this->valueHolder7c27d->remove($entity);
  6177.     }
  6178.     public function refresh($entity)
  6179.     {
  6180.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'refresh', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6181.         return $this->valueHolder7c27d->refresh($entity);
  6182.     }
  6183.     public function detach($entity)
  6184.     {
  6185.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'detach', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6186.         return $this->valueHolder7c27d->detach($entity);
  6187.     }
  6188.     public function merge($entity)
  6189.     {
  6190.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'merge', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6191.         return $this->valueHolder7c27d->merge($entity);
  6192.     }
  6193.     public function copy($entity$deep false)
  6194.     {
  6195.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'copy', array('entity' => $entity'deep' => $deep), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6196.         return $this->valueHolder7c27d->copy($entity$deep);
  6197.     }
  6198.     public function lock($entity$lockMode$lockVersion null)
  6199.     {
  6200.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6201.         return $this->valueHolder7c27d->lock($entity$lockMode$lockVersion);
  6202.     }
  6203.     public function getRepository($entityName)
  6204.     {
  6205.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getRepository', array('entityName' => $entityName), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6206.         return $this->valueHolder7c27d->getRepository($entityName);
  6207.     }
  6208.     public function contains($entity)
  6209.     {
  6210.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'contains', array('entity' => $entity), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6211.         return $this->valueHolder7c27d->contains($entity);
  6212.     }
  6213.     public function getEventManager()
  6214.     {
  6215.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getEventManager', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6216.         return $this->valueHolder7c27d->getEventManager();
  6217.     }
  6218.     public function getConfiguration()
  6219.     {
  6220.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getConfiguration', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6221.         return $this->valueHolder7c27d->getConfiguration();
  6222.     }
  6223.     public function isOpen()
  6224.     {
  6225.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'isOpen', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6226.         return $this->valueHolder7c27d->isOpen();
  6227.     }
  6228.     public function getUnitOfWork()
  6229.     {
  6230.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getUnitOfWork', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6231.         return $this->valueHolder7c27d->getUnitOfWork();
  6232.     }
  6233.     public function getHydrator($hydrationMode)
  6234.     {
  6235.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6236.         return $this->valueHolder7c27d->getHydrator($hydrationMode);
  6237.     }
  6238.     public function newHydrator($hydrationMode)
  6239.     {
  6240.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6241.         return $this->valueHolder7c27d->newHydrator($hydrationMode);
  6242.     }
  6243.     public function getProxyFactory()
  6244.     {
  6245.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getProxyFactory', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6246.         return $this->valueHolder7c27d->getProxyFactory();
  6247.     }
  6248.     public function initializeObject($obj)
  6249.     {
  6250.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'initializeObject', array('obj' => $obj), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6251.         return $this->valueHolder7c27d->initializeObject($obj);
  6252.     }
  6253.     public function getFilters()
  6254.     {
  6255.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'getFilters', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6256.         return $this->valueHolder7c27d->getFilters();
  6257.     }
  6258.     public function isFiltersStateClean()
  6259.     {
  6260.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'isFiltersStateClean', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6261.         return $this->valueHolder7c27d->isFiltersStateClean();
  6262.     }
  6263.     public function hasFilters()
  6264.     {
  6265.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'hasFilters', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6266.         return $this->valueHolder7c27d->hasFilters();
  6267.     }
  6268.     /**
  6269.      * Constructor for lazy initialization
  6270.      *
  6271.      * @param \Closure|null $initializer
  6272.      */
  6273.     public static function staticProxyConstructor($initializer)
  6274.     {
  6275.         static $reflection;
  6276.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  6277.         $instance $reflection->newInstanceWithoutConstructor();
  6278.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6279.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6280.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  6281.         $instance->initializerf2f2e $initializer;
  6282.         return $instance;
  6283.     }
  6284.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  6285.     {
  6286.         static $reflection;
  6287.         if (! $this->valueHolder7c27d) {
  6288.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6289.             $this->valueHolder7c27d $reflection->newInstanceWithoutConstructor();
  6290.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6291.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6292.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6293.         }
  6294.         $this->valueHolder7c27d->__construct($conn$config$eventManager);
  6295.     }
  6296.     public function & __get($name)
  6297.     {
  6298.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__get', ['name' => $name], $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6299.         if (isset(self::$publicProperties17c98[$name])) {
  6300.             return $this->valueHolder7c27d->$name;
  6301.         }
  6302.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6303.         if (! $realInstanceReflection->hasProperty($name)) {
  6304.             $targetObject $this->valueHolder7c27d;
  6305.             $backtrace debug_backtrace(false);
  6306.             trigger_error(
  6307.                 sprintf(
  6308.                     'Undefined property: %s::$%s in %s on line %s',
  6309.                     get_parent_class($this),
  6310.                     $name,
  6311.                     $backtrace[0]['file'],
  6312.                     $backtrace[0]['line']
  6313.                 ),
  6314.                 \E_USER_NOTICE
  6315.             );
  6316.             return $targetObject->$name;
  6317.             return;
  6318.         }
  6319.         $targetObject $this->valueHolder7c27d;
  6320.         $accessor = function & () use ($targetObject$name) {
  6321.             return $targetObject->$name;
  6322.         };
  6323.         $backtrace debug_backtrace(true);
  6324.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6325.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6326.         $returnValue = & $accessor();
  6327.         return $returnValue;
  6328.     }
  6329.     public function __set($name$value)
  6330.     {
  6331.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__set', array('name' => $name'value' => $value), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6332.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6333.         if (! $realInstanceReflection->hasProperty($name)) {
  6334.             $targetObject $this->valueHolder7c27d;
  6335.             return $targetObject->$name $value;
  6336.             return;
  6337.         }
  6338.         $targetObject $this->valueHolder7c27d;
  6339.         $accessor = function & () use ($targetObject$name$value) {
  6340.             return $targetObject->$name $value;
  6341.         };
  6342.         $backtrace debug_backtrace(true);
  6343.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6344.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6345.         $returnValue = & $accessor();
  6346.         return $returnValue;
  6347.     }
  6348.     public function __isset($name)
  6349.     {
  6350.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__isset', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6351.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6352.         if (! $realInstanceReflection->hasProperty($name)) {
  6353.             $targetObject $this->valueHolder7c27d;
  6354.             return isset($targetObject->$name);
  6355.             return;
  6356.         }
  6357.         $targetObject $this->valueHolder7c27d;
  6358.         $accessor = function () use ($targetObject$name) {
  6359.             return isset($targetObject->$name);
  6360.         };
  6361.         $backtrace debug_backtrace(true);
  6362.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6363.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6364.         $returnValue $accessor();
  6365.         return $returnValue;
  6366.     }
  6367.     public function __unset($name)
  6368.     {
  6369.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__unset', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6370.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6371.         if (! $realInstanceReflection->hasProperty($name)) {
  6372.             $targetObject $this->valueHolder7c27d;
  6373.             unset($targetObject->$name);
  6374.             return;
  6375.         }
  6376.         $targetObject $this->valueHolder7c27d;
  6377.         $accessor = function () use ($targetObject$name) {
  6378.             unset($targetObject->$name);
  6379.         };
  6380.         $backtrace debug_backtrace(true);
  6381.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6382.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6383.         $returnValue $accessor();
  6384.         return $returnValue;
  6385.     }
  6386.     public function __clone()
  6387.     {
  6388.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__clone', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6389.         $this->valueHolder7c27d = clone $this->valueHolder7c27d;
  6390.     }
  6391.     public function __sleep()
  6392.     {
  6393.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__sleep', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6394.         return array('valueHolder7c27d');
  6395.     }
  6396.     public function __wakeup()
  6397.     {
  6398.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6399.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6400.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6401.     }
  6402.     public function setProxyInitializer(\Closure $initializer null)
  6403.     {
  6404.         $this->initializerf2f2e $initializer;
  6405.     }
  6406.     public function getProxyInitializer()
  6407.     {
  6408.         return $this->initializerf2f2e;
  6409.     }
  6410.     public function initializeProxy() : bool
  6411.     {
  6412.         return $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'initializeProxy', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6413.     }
  6414.     public function isProxyInitialized() : bool
  6415.     {
  6416.         return null !== $this->valueHolder7c27d;
  6417.     }
  6418.     public function getWrappedValueHolderValue() : ?object
  6419.     {
  6420.         return $this->valueHolder7c27d;
  6421.     }
  6422. }
  6423. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  6424. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  6425. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  6426. {
  6427.     /**
  6428.      * @var \Closure|null initializer responsible for generating the wrapped object
  6429.      */
  6430.     private $valueHolder7c27d null;
  6431.     /**
  6432.      * @var \Closure|null initializer responsible for generating the wrapped object
  6433.      */
  6434.     private $initializerf2f2e null;
  6435.     /**
  6436.      * @var bool[] map of public properties of the parent class
  6437.      */
  6438.     private static $publicProperties17c98 = [
  6439.         
  6440.     ];
  6441.     public function setDefaultPaginatorOptions(array $options) : void
  6442.     {
  6443.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6444.         $this->valueHolder7c27d->setDefaultPaginatorOptions($options);
  6445. return;
  6446.     }
  6447.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  6448.     {
  6449.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6450.         return $this->valueHolder7c27d->paginate($target$page$limit$options);
  6451.     }
  6452.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber) : void
  6453.     {
  6454.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'subscribe', array('subscriber' => $subscriber), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6455.         $this->valueHolder7c27d->subscribe($subscriber);
  6456. return;
  6457.     }
  6458.     public function connect(string $eventName$listenerint $priority 0) : void
  6459.     {
  6460.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6461.         $this->valueHolder7c27d->connect($eventName$listener$priority);
  6462. return;
  6463.     }
  6464.     /**
  6465.      * Constructor for lazy initialization
  6466.      *
  6467.      * @param \Closure|null $initializer
  6468.      */
  6469.     public static function staticProxyConstructor($initializer)
  6470.     {
  6471.         static $reflection;
  6472.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  6473.         $instance $reflection->newInstanceWithoutConstructor();
  6474.         unset($instance->eventDispatcher$instance->defaultOptions$instance->requestStack);
  6475.         $instance->initializerf2f2e $initializer;
  6476.         return $instance;
  6477.     }
  6478.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null, ?\Symfony\Component\HttpFoundation\RequestStack $requestStack null)
  6479.     {
  6480.         static $reflection;
  6481.         if (! $this->valueHolder7c27d) {
  6482.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  6483.             $this->valueHolder7c27d $reflection->newInstanceWithoutConstructor();
  6484.         unset($this->eventDispatcher$this->defaultOptions$this->requestStack);
  6485.         }
  6486.         $this->valueHolder7c27d->__construct($eventDispatcher$requestStack);
  6487.     }
  6488.     public function & __get($name)
  6489.     {
  6490.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__get', ['name' => $name], $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6491.         if (isset(self::$publicProperties17c98[$name])) {
  6492.             return $this->valueHolder7c27d->$name;
  6493.         }
  6494.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6495.         if (! $realInstanceReflection->hasProperty($name)) {
  6496.             $targetObject $this->valueHolder7c27d;
  6497.             $backtrace debug_backtrace(false);
  6498.             trigger_error(
  6499.                 sprintf(
  6500.                     'Undefined property: %s::$%s in %s on line %s',
  6501.                     get_parent_class($this),
  6502.                     $name,
  6503.                     $backtrace[0]['file'],
  6504.                     $backtrace[0]['line']
  6505.                 ),
  6506.                 \E_USER_NOTICE
  6507.             );
  6508.             return $targetObject->$name;
  6509.             return;
  6510.         }
  6511.         $targetObject $this->valueHolder7c27d;
  6512.         $accessor = function & () use ($targetObject$name) {
  6513.             return $targetObject->$name;
  6514.         };
  6515.         $backtrace debug_backtrace(true);
  6516.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6517.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6518.         $returnValue = & $accessor();
  6519.         return $returnValue;
  6520.     }
  6521.     public function __set($name$value)
  6522.     {
  6523.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__set', array('name' => $name'value' => $value), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6524.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6525.         if (! $realInstanceReflection->hasProperty($name)) {
  6526.             $targetObject $this->valueHolder7c27d;
  6527.             return $targetObject->$name $value;
  6528.             return;
  6529.         }
  6530.         $targetObject $this->valueHolder7c27d;
  6531.         $accessor = function & () use ($targetObject$name$value) {
  6532.             return $targetObject->$name $value;
  6533.         };
  6534.         $backtrace debug_backtrace(true);
  6535.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6536.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6537.         $returnValue = & $accessor();
  6538.         return $returnValue;
  6539.     }
  6540.     public function __isset($name)
  6541.     {
  6542.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__isset', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6543.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6544.         if (! $realInstanceReflection->hasProperty($name)) {
  6545.             $targetObject $this->valueHolder7c27d;
  6546.             return isset($targetObject->$name);
  6547.             return;
  6548.         }
  6549.         $targetObject $this->valueHolder7c27d;
  6550.         $accessor = function () use ($targetObject$name) {
  6551.             return isset($targetObject->$name);
  6552.         };
  6553.         $backtrace debug_backtrace(true);
  6554.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6555.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6556.         $returnValue $accessor();
  6557.         return $returnValue;
  6558.     }
  6559.     public function __unset($name)
  6560.     {
  6561.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__unset', array('name' => $name), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6562.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  6563.         if (! $realInstanceReflection->hasProperty($name)) {
  6564.             $targetObject $this->valueHolder7c27d;
  6565.             unset($targetObject->$name);
  6566.             return;
  6567.         }
  6568.         $targetObject $this->valueHolder7c27d;
  6569.         $accessor = function () use ($targetObject$name) {
  6570.             unset($targetObject->$name);
  6571.         };
  6572.         $backtrace debug_backtrace(true);
  6573.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6574.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6575.         $returnValue $accessor();
  6576.         return $returnValue;
  6577.     }
  6578.     public function __clone()
  6579.     {
  6580.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__clone', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6581.         $this->valueHolder7c27d = clone $this->valueHolder7c27d;
  6582.     }
  6583.     public function __sleep()
  6584.     {
  6585.         $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'__sleep', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6586.         return array('valueHolder7c27d');
  6587.     }
  6588.     public function __wakeup()
  6589.     {
  6590.         unset($this->eventDispatcher$this->defaultOptions$this->requestStack);
  6591.     }
  6592.     public function setProxyInitializer(\Closure $initializer null)
  6593.     {
  6594.         $this->initializerf2f2e $initializer;
  6595.     }
  6596.     public function getProxyInitializer()
  6597.     {
  6598.         return $this->initializerf2f2e;
  6599.     }
  6600.     public function initializeProxy() : bool
  6601.     {
  6602.         return $this->initializerf2f2e && ($this->initializerf2f2e->__invoke($valueHolder7c27d$this'initializeProxy', array(), $this->initializerf2f2e) || 1) && $this->valueHolder7c27d $valueHolder7c27d;
  6603.     }
  6604.     public function isProxyInitialized() : bool
  6605.     {
  6606.         return null !== $this->valueHolder7c27d;
  6607.     }
  6608.     public function getWrappedValueHolderValue() : ?object
  6609.     {
  6610.         return $this->valueHolder7c27d;
  6611.     }
  6612. }