var/cache/dev/ContainerVUEKeHF/App_KernelDevDebugContainer.php line 7585

Open in your IDE?
  1. <?php
  2. namespace ContainerVUEKeHF;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\BillingController' => 'getBillingControllerService',
  47.             'App\\Controller\\CommonController' => 'getCommonControllerService',
  48.             'App\\Controller\\CustomerController' => 'getCustomerControllerService',
  49.             'App\\Controller\\DataController' => 'getDataControllerService',
  50.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  51.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  52.             'App\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  53.             'App\\Controller\\InvoiceProcessorController' => 'getInvoiceProcessorControllerService',
  54.             'App\\Controller\\ReportsController' => 'getReportsControllerService',
  55.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  56.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  57.             'App\\Controller\\StaticController' => 'getStaticControllerService',
  58.             'App\\Controller\\TestEmailController' => 'getTestEmailControllerService',
  59.             'App\\Controller\\UserController' => 'getUserControllerService',
  60.             'App\\Controller\\UserCreateController' => 'getUserCreateControllerService',
  61.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  62.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  64.             'cache.app' => 'getCache_AppService',
  65.             'cache.app_clearer' => 'getCache_AppClearerService',
  66.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  67.             'cache.system' => 'getCache_SystemService',
  68.             'cache.system_clearer' => 'getCache_SystemClearerService',
  69.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  70.             'cache_warmer' => 'getCacheWarmerService',
  71.             'console.command_loader' => 'getConsole_CommandLoaderService',
  72.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  73.             'data_collector.dump' => 'getDataCollector_DumpService',
  74.             'doctrine' => 'getDoctrineService',
  75.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  76.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  77.             'error_controller' => 'getErrorControllerService',
  78.             'event_dispatcher' => 'getEventDispatcherService',
  79.             'http_kernel' => 'getHttpKernelService',
  80.             'request_stack' => 'getRequestStackService',
  81.             'router' => 'getRouterService',
  82.             'routing.loader' => 'getRouting_LoaderService',
  83.             'services_resetter' => 'getServicesResetterService',
  84.             'translator' => 'getTranslatorService',
  85.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  86.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  87.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  88.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  89.             'cache_clearer' => 'getCacheClearerService',
  90.             'filesystem' => 'getFilesystemService',
  91.             'serializer' => 'getSerializerService',
  92.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  93.             'form.factory' => 'getForm_FactoryService',
  94.             'form.type.file' => 'getForm_Type_FileService',
  95.             'profiler' => 'getProfilerService',
  96.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  97.             'security.token_storage' => 'getSecurity_TokenStorageService',
  98.             'twig' => 'getTwigService',
  99.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  100.             'session' => 'getSessionService',
  101.             'validator' => 'getValidatorService',
  102.         ];
  103.         $this->aliases = [
  104.             'database_connection' => 'doctrine.dbal.default_connection',
  105.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  106.         ];
  107.         $this->privates['service_container'] = function () {
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  114.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  127.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  330.             include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Helper/ContextHelper.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  342.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/AdminExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  425.         };
  426.     }
  427.     public function compile(): void
  428.     {
  429.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  430.     }
  431.     public function isCompiled(): bool
  432.     {
  433.         return true;
  434.     }
  435.     public function getRemovedIds(): array
  436.     {
  437.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  438.     }
  439.     /**
  440.      * Gets the public '.container.private.cache_clearer' shared service.
  441.      *
  442.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  443.      */
  444.     protected function get_Container_Private_CacheClearerService()
  445.     {
  446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  448.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  449.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  450.         }, 1));
  451.     }
  452.     /**
  453.      * Gets the public '.container.private.filesystem' shared service.
  454.      *
  455.      * @return \Symfony\Component\Filesystem\Filesystem
  456.      */
  457.     protected function get_Container_Private_FilesystemService()
  458.     {
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  460.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  461.     }
  462.     /**
  463.      * Gets the public '.container.private.form.factory' shared service.
  464.      *
  465.      * @return \Symfony\Component\Form\FormFactory
  466.      */
  467.     protected function get_Container_Private_Form_FactoryService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  471.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  472.     }
  473.     /**
  474.      * Gets the public '.container.private.form.type.file' shared service.
  475.      *
  476.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  477.      */
  478.     protected function get_Container_Private_Form_Type_FileService()
  479.     {
  480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  483.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  484.     }
  485.     /**
  486.      * Gets the public '.container.private.profiler' shared service.
  487.      *
  488.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  489.      */
  490.     protected function get_Container_Private_ProfilerService()
  491.     {
  492.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  493.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  494.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  495.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  496.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  497.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  498.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  499.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  500.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  501.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  502.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  503.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  504.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  505.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  506.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  507.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  508.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  509.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  510.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  511.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  512.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  513.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  514.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  515.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  516.         if ($this->has('kernel')) {
  517.             $g->setKernel($b);
  518.         }
  519.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  520.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  522.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  524.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  525.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  528.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  529.         $instance->add($d);
  530.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  531.         $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()), false));
  532.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  533.         $instance->add($e);
  534.         $instance->add($f);
  535.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  536.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  537.         $instance->add($g);
  538.         return $instance;
  539.     }
  540.     /**
  541.      * Gets the public '.container.private.security.authorization_checker' shared service.
  542.      *
  543.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  544.      */
  545.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  546.     {
  547.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  548.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  549.             return $this->services['.container.private.security.authorization_checker'];
  550.         }
  551.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  552.     }
  553.     /**
  554.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  555.      *
  556.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  557.      */
  558.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  559.     {
  560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  564.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  565.     }
  566.     /**
  567.      * Gets the public '.container.private.security.password_encoder' shared service.
  568.      *
  569.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  570.      *
  571.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  572.      */
  573.     protected function get_Container_Private_Security_PasswordEncoderService()
  574.     {
  575.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  576.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  577.     }
  578.     /**
  579.      * Gets the public '.container.private.security.token_storage' shared service.
  580.      *
  581.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  582.      */
  583.     protected function get_Container_Private_Security_TokenStorageService()
  584.     {
  585.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  586.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  587.         ], [
  588.             'request_stack' => '?',
  589.         ]));
  590.     }
  591.     /**
  592.      * Gets the public '.container.private.serializer' shared service.
  593.      *
  594.      * @return \Symfony\Component\Serializer\Serializer
  595.      */
  596.     protected function get_Container_Private_SerializerService()
  597.     {
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  641.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  642.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  643.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  644.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  645.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  646.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  647.     }
  648.     /**
  649.      * Gets the public '.container.private.session' shared service.
  650.      *
  651.      * @return \Symfony\Component\HttpFoundation\Session\Session
  652.      */
  653.     protected function get_Container_Private_SessionService()
  654.     {
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  657.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  658.         if (isset($this->services['.container.private.session'])) {
  659.             return $this->services['.container.private.session'];
  660.         }
  661.         return $this->services['.container.private.session'] = $a->createSession();
  662.     }
  663.     /**
  664.      * Gets the public '.container.private.twig' shared service.
  665.      *
  666.      * @return \Twig\Environment
  667.      */
  668.     protected function get_Container_Private_TwigService()
  669.     {
  670.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), 'AdminLTE');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), '!AdminLTE');
  681.         $a->addPath((\dirname(__DIR__4).'/templates'));
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  685.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  686.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  687.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  688.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  689.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  690.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  691.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  692.         $h = ($this->services['router'] ?? $this->getRouterService());
  693.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  694.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  695.         $j = new \Symfony\Bridge\Twig\AppVariable();
  696.         $j->setEnvironment('dev');
  697.         $j->setDebug(true);
  698.         if ($this->has('.container.private.security.token_storage')) {
  699.             $j->setTokenStorage($c);
  700.         }
  701.         if ($this->has('request_stack')) {
  702.             $j->setRequestStack($b);
  703.         }
  704.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  711.             return new \EmptyIterator();
  712.         }, 0))));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  723.         $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())));
  724.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  725.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  726.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  727.         $instance->addExtension(new \KevinPapst\AdminLTEBundle\Twig\AdminExtension());
  728.         $instance->addGlobal('app'$j);
  729.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  730.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  731.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  732.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  733.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  734.             'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => ['privates''KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension''getRuntimeExtensionService'false],
  735.             'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => ['privates''KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension''getEventsExtensionService'false],
  736.         ], [
  737.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  738.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  739.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  740.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  741.             'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => '?',
  742.             'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => '?',
  743.         ])));
  744.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  745.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  746.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  747.         $instance->addGlobal('admin_lte_context', ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
  748.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days''America/Toronto'0'.'','))->configure($instance);
  749.         return $instance;
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.validator' shared service.
  753.      *
  754.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  755.      */
  756.     protected function get_Container_Private_ValidatorService()
  757.     {
  758.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  759.     }
  760.     /**
  761.      * Gets the public 'App\Controller\BillingController' shared autowired service.
  762.      *
  763.      * @return \App\Controller\BillingController
  764.      */
  765.     protected function getBillingControllerService()
  766.     {
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  768.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  769.         include_once \dirname(__DIR__4).'/src/Controller/BillingController.php';
  770.         $this->services['App\\Controller\\BillingController'] = $instance = new \App\Controller\BillingController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()), ($this->privates['App\\Service\\BillingService'] ?? $this->getBillingServiceService()));
  771.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\BillingController'$this));
  772.         return $instance;
  773.     }
  774.     /**
  775.      * Gets the public 'App\Controller\CommonController' shared autowired service.
  776.      *
  777.      * @return \App\Controller\CommonController
  778.      */
  779.     protected function getCommonControllerService()
  780.     {
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  783.         $this->services['App\\Controller\\CommonController'] = $instance = new \App\Controller\CommonController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  784.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\CommonController'$this));
  785.         return $instance;
  786.     }
  787.     /**
  788.      * Gets the public 'App\Controller\CustomerController' shared autowired service.
  789.      *
  790.      * @return \App\Controller\CustomerController
  791.      */
  792.     protected function getCustomerControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  796.         include_once \dirname(__DIR__4).'/src/Controller/CustomerController.php';
  797.         $this->services['App\\Controller\\CustomerController'] = $instance = new \App\Controller\CustomerController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  798.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\CustomerController'$this));
  799.         return $instance;
  800.     }
  801.     /**
  802.      * Gets the public 'App\Controller\DataController' shared autowired service.
  803.      *
  804.      * @return \App\Controller\DataController
  805.      */
  806.     protected function getDataControllerService()
  807.     {
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  809.         include_once \dirname(__DIR__4).'/src/Controller/DataController.php';
  810.         $this->services['App\\Controller\\DataController'] = $instance = new \App\Controller\DataController(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Repository\\InvoiceItemsRepository'] ?? $this->getInvoiceItemsRepositoryService()), ($this->privates['App\\Service\\InvoiceService'] ?? $this->getInvoiceServiceService()));
  811.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\DataController'$this));
  812.         return $instance;
  813.     }
  814.     /**
  815.      * Gets the public 'App\Controller\DebugController' shared autowired service.
  816.      *
  817.      * @return \App\Controller\DebugController
  818.      */
  819.     protected function getDebugControllerService()
  820.     {
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  822.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  823.         include_once \dirname(__DIR__4).'/src/Controller/DebugController.php';
  824.         $this->services['App\\Controller\\DebugController'] = $instance = new \App\Controller\DebugController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  825.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\DebugController'$this));
  826.         return $instance;
  827.     }
  828.     /**
  829.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  830.      *
  831.      * @return \App\Controller\IndexController
  832.      */
  833.     protected function getIndexControllerService()
  834.     {
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  836.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  837.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  838.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  839.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\IndexController'$this));
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'App\Controller\InvoiceController' shared autowired service.
  844.      *
  845.      * @return \App\Controller\InvoiceController
  846.      */
  847.     protected function getInvoiceControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  850.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  851.         include_once \dirname(__DIR__4).'/src/Controller/InvoiceController.php';
  852.         $this->services['App\\Controller\\InvoiceController'] = $instance = new \App\Controller\InvoiceController(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  853.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\InvoiceController'$this));
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public 'App\Controller\InvoiceProcessorController' shared autowired service.
  858.      *
  859.      * @return \App\Controller\InvoiceProcessorController
  860.      */
  861.     protected function getInvoiceProcessorControllerService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  864.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  865.         include_once \dirname(__DIR__4).'/src/Controller/InvoiceProcessorController.php';
  866.         $this->services['App\\Controller\\InvoiceProcessorController'] = $instance = new \App\Controller\InvoiceProcessorController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  867.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\InvoiceProcessorController'$this));
  868.         return $instance;
  869.     }
  870.     /**
  871.      * Gets the public 'App\Controller\ReportsController' shared autowired service.
  872.      *
  873.      * @return \App\Controller\ReportsController
  874.      */
  875.     protected function getReportsControllerService()
  876.     {
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  878.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  879.         include_once \dirname(__DIR__4).'/src/Controller/ReportsController.php';
  880.         $this->services['App\\Controller\\ReportsController'] = $instance = new \App\Controller\ReportsController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  881.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\ReportsController'$this));
  882.         return $instance;
  883.     }
  884.     /**
  885.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  886.      *
  887.      * @return \App\Controller\ResetPasswordController
  888.      */
  889.     protected function getResetPasswordControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  893.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  894.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  895.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  898.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36000300), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  899.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\ResetPasswordController'$this));
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  904.      *
  905.      * @return \App\Controller\SecurityController
  906.      */
  907.     protected function getSecurityControllerService()
  908.     {
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  910.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  911.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  912.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\SecurityController'$this));
  913.         return $instance;
  914.     }
  915.     /**
  916.      * Gets the public 'App\Controller\StaticController' shared autowired service.
  917.      *
  918.      * @return \App\Controller\StaticController
  919.      */
  920.     protected function getStaticControllerService()
  921.     {
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  923.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  924.         include_once \dirname(__DIR__4).'/src/Controller/StaticController.php';
  925.         $this->services['App\\Controller\\StaticController'] = $instance = new \App\Controller\StaticController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  926.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\StaticController'$this));
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'App\Controller\TestEmailController' shared autowired service.
  931.      *
  932.      * @return \App\Controller\TestEmailController
  933.      */
  934.     protected function getTestEmailControllerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  937.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  938.         include_once \dirname(__DIR__4).'/src/Controller/TestEmailController.php';
  939.         $this->services['App\\Controller\\TestEmailController'] = $instance = new \App\Controller\TestEmailController(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  940.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\TestEmailController'$this));
  941.         return $instance;
  942.     }
  943.     /**
  944.      * Gets the public 'App\Controller\UserController' shared autowired service.
  945.      *
  946.      * @return \App\Controller\UserController
  947.      */
  948.     protected function getUserControllerService()
  949.     {
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/Controller/CommonController.php';
  952.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  953.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  954.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\UserController'$this));
  955.         return $instance;
  956.     }
  957.     /**
  958.      * Gets the public 'App\Controller\UserCreateController' shared autowired service.
  959.      *
  960.      * @return \App\Controller\UserCreateController
  961.      */
  962.     protected function getUserCreateControllerService()
  963.     {
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  965.         include_once \dirname(__DIR__4).'/src/Controller/UserCreateController.php';
  966.         $this->services['App\\Controller\\UserCreateController'] = $instance = new \App\Controller\UserCreateController(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  967.         $instance->setContainer(($this->privates['.service_locator.73XLoAY'] ?? $this->get_ServiceLocator_73XLoAYService())->withContext('App\\Controller\\UserCreateController'$this));
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  972.      *
  973.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  974.      */
  975.     protected function getProfilerControllerService()
  976.     {
  977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  978.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  979.     }
  980.     /**
  981.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  982.      *
  983.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  984.      */
  985.     protected function getRedirectControllerService()
  986.     {
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  988.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  989.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  990.     }
  991.     /**
  992.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  993.      *
  994.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  995.      */
  996.     protected function getTemplateControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  999.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1000.     }
  1001.     /**
  1002.      * Gets the public 'cache.app' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1005.      */
  1006.     protected function getCache_AppService()
  1007.     {
  1008.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1009.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1010.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1011.     }
  1012.     /**
  1013.      * Gets the public 'cache.app_clearer' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1016.      */
  1017.     protected function getCache_AppClearerService()
  1018.     {
  1019.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1021.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1022.     }
  1023.     /**
  1024.      * Gets the public 'cache.global_clearer' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1027.      */
  1028.     protected function getCache_GlobalClearerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1032.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.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())]);
  1033.     }
  1034.     /**
  1035.      * Gets the public 'cache.system' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1038.      */
  1039.     protected function getCache_SystemService()
  1040.     {
  1041.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlBTYMwQaz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'cache.system_clearer' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1047.      */
  1048.     protected function getCache_SystemClearerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1052.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1053.     }
  1054.     /**
  1055.      * Gets the public 'cache.validator_expression_language' shared service.
  1056.      *
  1057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1058.      */
  1059.     protected function getCache_ValidatorExpressionLanguageService()
  1060.     {
  1061.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TagoJAeOVx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1062.     }
  1063.     /**
  1064.      * Gets the public 'cache_warmer' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1067.      */
  1068.     protected function getCacheWarmerService()
  1069.     {
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1072.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1073.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1074.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1075.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1076.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1077.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1078.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1079.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1080.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1081.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1082.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1083.     }
  1084.     /**
  1085.      * Gets the public 'console.command_loader' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1088.      */
  1089.     protected function getConsole_CommandLoaderService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1093.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1094.             'App\\Command\\CountPages' => ['privates''.App\\Command\\CountPages.lazy''getCountPages_LazyService'false],
  1095.             'App\\Command\\GenerateBillingCommand' => ['privates''.App\\Command\\GenerateBillingCommand.lazy''getGenerateBillingCommand_LazyService'false],
  1096.             'App\\Command\\ImportInvoices' => ['privates''App\\Command\\ImportInvoices''getImportInvoicesService'false],
  1097.             'App\\Command\\InvoiceAlert' => ['privates''.App\\Command\\InvoiceAlert.lazy''getInvoiceAlert_LazyService'false],
  1098.             'App\\Command\\MigrateCustomerCommand' => ['privates''.App\\Command\\MigrateCustomerCommand.lazy''getMigrateCustomerCommand_LazyService'false],
  1099.             'App\\Command\\UploadUsersCommand' => ['privates''.App\\Command\\UploadUsersCommand.lazy''getUploadUsersCommand_LazyService'false],
  1100.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1101.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1102.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1103.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1104.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1105.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1106.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1107.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1108.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1109.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1110.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1111.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1112.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1113.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1114.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1115.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1116.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1117.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1118.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1119.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1120.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1121.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1122.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1123.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1124.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1125.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1126.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1127.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1128.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1129.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1130.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1131.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1132.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1133.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1134.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1135.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1136.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1137.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1138.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1139.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1140.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1141.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1142.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1143.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1144.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1145.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1146.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1147.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1148.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1149.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1150.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1151.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1152.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1153.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1154.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1155.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1156.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1157.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1158.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1159.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1160.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1161.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1162.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1163.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1164.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1165.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1166.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1167.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1168.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  1169.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1170.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1171.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1172.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1173.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1174.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1175.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1176.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1177.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1178.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1179.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1180.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1181.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1182.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1183.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1184.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1185.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1186.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1187.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1188.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1189.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1190.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1191.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1192.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1193.         ], [
  1194.             'App\\Command\\CountPages' => '?',
  1195.             'App\\Command\\GenerateBillingCommand' => '?',
  1196.             'App\\Command\\ImportInvoices' => 'App\\Command\\ImportInvoices',
  1197.             'App\\Command\\InvoiceAlert' => '?',
  1198.             'App\\Command\\MigrateCustomerCommand' => '?',
  1199.             'App\\Command\\UploadUsersCommand' => '?',
  1200.             'console.command.about' => '?',
  1201.             'console.command.assets_install' => '?',
  1202.             'console.command.cache_clear' => '?',
  1203.             'console.command.cache_pool_clear' => '?',
  1204.             'console.command.cache_pool_prune' => '?',
  1205.             'console.command.cache_pool_delete' => '?',
  1206.             'console.command.cache_pool_list' => '?',
  1207.             'console.command.cache_warmup' => '?',
  1208.             'console.command.config_debug' => '?',
  1209.             'console.command.config_dump_reference' => '?',
  1210.             'console.command.container_debug' => '?',
  1211.             'console.command.container_lint' => '?',
  1212.             'console.command.debug_autowiring' => '?',
  1213.             'console.command.dotenv_debug' => '?',
  1214.             'console.command.event_dispatcher_debug' => '?',
  1215.             'console.command.router_debug' => '?',
  1216.             'console.command.router_match' => '?',
  1217.             'console.command.translation_debug' => '?',
  1218.             'console.command.translation_extract' => '?',
  1219.             'console.command.validator_debug' => '?',
  1220.             'console.command.translation_pull' => '?',
  1221.             'console.command.translation_push' => '?',
  1222.             'console.command.xliff_lint' => '?',
  1223.             'console.command.yaml_lint' => '?',
  1224.             'console.command.form_debug' => '?',
  1225.             'console.command.secrets_set' => '?',
  1226.             'console.command.secrets_remove' => '?',
  1227.             'console.command.secrets_generate_key' => '?',
  1228.             'console.command.secrets_list' => '?',
  1229.             'console.command.secrets_decrypt_to_local' => '?',
  1230.             'console.command.secrets_encrypt_from_local' => '?',
  1231.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1232.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1233.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1234.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1235.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1236.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1237.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1238.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1239.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1240.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1241.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1242.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1243.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1244.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1245.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1246.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1247.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1248.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1249.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1250.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1251.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1252.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1253.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1254.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1255.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1256.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1257.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1258.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1259.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1260.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1261.             'security.command.debug_firewall' => '?',
  1262.             'security.command.user_password_encoder' => '?',
  1263.             'security.command.user_password_hash' => '?',
  1264.             'twig.command.debug' => '?',
  1265.             'twig.command.lint' => '?',
  1266.             'var_dumper.command.server_dump' => '?',
  1267.             'monolog.command.server_log' => '?',
  1268.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1269.             'maker.auto_command.make_auth' => '?',
  1270.             'maker.auto_command.make_command' => '?',
  1271.             'maker.auto_command.make_twig_component' => '?',
  1272.             'maker.auto_command.make_controller' => '?',
  1273.             'maker.auto_command.make_crud' => '?',
  1274.             'maker.auto_command.make_docker_database' => '?',
  1275.             'maker.auto_command.make_entity' => '?',
  1276.             'maker.auto_command.make_fixtures' => '?',
  1277.             'maker.auto_command.make_form' => '?',
  1278.             'maker.auto_command.make_message' => '?',
  1279.             'maker.auto_command.make_messenger_middleware' => '?',
  1280.             'maker.auto_command.make_registration_form' => '?',
  1281.             'maker.auto_command.make_reset_password' => '?',
  1282.             'maker.auto_command.make_serializer_encoder' => '?',
  1283.             'maker.auto_command.make_serializer_normalizer' => '?',
  1284.             'maker.auto_command.make_subscriber' => '?',
  1285.             'maker.auto_command.make_twig_extension' => '?',
  1286.             'maker.auto_command.make_test' => '?',
  1287.             'maker.auto_command.make_validator' => '?',
  1288.             'maker.auto_command.make_voter' => '?',
  1289.             'maker.auto_command.make_user' => '?',
  1290.             'maker.auto_command.make_migration' => '?',
  1291.             'maker.auto_command.make_stimulus_controller' => '?',
  1292.             'maker.auto_command.make_security_form_login' => '?',
  1293.         ]), ['app:count-pages' => 'App\\Command\\CountPages''app:generate:billing' => 'App\\Command\\GenerateBillingCommand''app:import-invoices' => 'App\\Command\\ImportInvoices''app:alert:customers' => 'App\\Command\\InvoiceAlert''migrate:customer' => 'App\\Command\\MigrateCustomerCommand''app:upload:users' => 'App\\Command\\UploadUsersCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1294.     }
  1295.     /**
  1296.      * Gets the public 'container.env_var_processors_locator' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1299.      */
  1300.     protected function getContainer_EnvVarProcessorsLocatorService()
  1301.     {
  1302.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1303.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1304.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1305.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1306.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1307.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1308.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1309.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1310.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1311.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1312.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1313.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1314.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1315.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1316.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1317.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1318.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1319.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1320.         ], [
  1321.             'base64' => '?',
  1322.             'bool' => '?',
  1323.             'const' => '?',
  1324.             'csv' => '?',
  1325.             'default' => '?',
  1326.             'file' => '?',
  1327.             'float' => '?',
  1328.             'int' => '?',
  1329.             'json' => '?',
  1330.             'key' => '?',
  1331.             'not' => '?',
  1332.             'query_string' => '?',
  1333.             'require' => '?',
  1334.             'resolve' => '?',
  1335.             'string' => '?',
  1336.             'trim' => '?',
  1337.             'url' => '?',
  1338.         ]);
  1339.     }
  1340.     /**
  1341.      * Gets the public 'data_collector.dump' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1344.      */
  1345.     protected function getDataCollector_DumpService()
  1346.     {
  1347.         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()));
  1348.     }
  1349.     /**
  1350.      * Gets the public 'doctrine' shared service.
  1351.      *
  1352.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1353.      */
  1354.     protected function getDoctrineService()
  1355.     {
  1356.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1357.     }
  1358.     /**
  1359.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1360.      *
  1361.      * @return \Doctrine\DBAL\Connection
  1362.      */
  1363.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1364.     {
  1365.         $a = new \Doctrine\DBAL\Configuration();
  1366.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1367.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1368.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1369.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1370.         $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()))]));
  1371.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1372.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1373.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1374.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1375.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1376.         ], [
  1377.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1378.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1379.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1380.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1381.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1382.     }
  1383.     /**
  1384.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1385.      *
  1386.      * @return \Doctrine\ORM\EntityManager
  1387.      */
  1388.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1389.     {
  1390.         $a = new \Doctrine\ORM\Configuration();
  1391.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1392.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1393.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1394.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1395.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1396.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1397.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1398.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1399.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1400.         ], [
  1401.             'doctrine.ulid_generator' => '?',
  1402.             'doctrine.uuid_generator' => '?',
  1403.         ])));
  1404.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1405.         $a->setProxyNamespace('Proxies');
  1406.         $a->setAutoGenerateProxyClasses(true);
  1407.         $a->setSchemaIgnoreClasses([]);
  1408.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1409.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1410.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1411.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1412.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1413.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1414.             'App\\Repository\\ActionLogRepository' => ['privates''App\\Repository\\ActionLogRepository''getActionLogRepositoryService'false],
  1415.             'App\\Repository\\BillingRepository' => ['privates''App\\Repository\\BillingRepository''getBillingRepositoryService'false],
  1416.             'App\\Repository\\CompanyMappingRepository' => ['privates''App\\Repository\\CompanyMappingRepository''getCompanyMappingRepositoryService'false],
  1417.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1418.             'App\\Repository\\CompanyUserMappingRepository' => ['privates''App\\Repository\\CompanyUserMappingRepository''getCompanyUserMappingRepositoryService'false],
  1419.             'App\\Repository\\InvoiceItemsRepository' => ['privates''App\\Repository\\InvoiceItemsRepository''getInvoiceItemsRepositoryService'false],
  1420.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  1421.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  1422.             'App\\Repository\\RolesRepository' => ['privates''App\\Repository\\RolesRepository''getRolesRepositoryService'false],
  1423.             'App\\Repository\\UploadRepository' => ['privates''App\\Repository\\UploadRepository''getUploadRepositoryService'false],
  1424.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1425.         ], [
  1426.             'App\\Repository\\ActionLogRepository' => '?',
  1427.             'App\\Repository\\BillingRepository' => '?',
  1428.             'App\\Repository\\CompanyMappingRepository' => '?',
  1429.             'App\\Repository\\CompanyRepository' => '?',
  1430.             'App\\Repository\\CompanyUserMappingRepository' => '?',
  1431.             'App\\Repository\\InvoiceItemsRepository' => '?',
  1432.             'App\\Repository\\InvoiceRepository' => '?',
  1433.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1434.             'App\\Repository\\RolesRepository' => '?',
  1435.             'App\\Repository\\UploadRepository' => '?',
  1436.             'App\\Repository\\UserRepository' => '?',
  1437.         ])));
  1438.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1439.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1440.         return $instance;
  1441.     }
  1442.     /**
  1443.      * Gets the public 'error_controller' shared service.
  1444.      *
  1445.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1446.      */
  1447.     protected function getErrorControllerService()
  1448.     {
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1454.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1455.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1456.     }
  1457.     /**
  1458.      * Gets the public 'event_dispatcher' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1461.      */
  1462.     protected function getEventDispatcherService()
  1463.     {
  1464.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1465.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1466.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1467.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1468.         $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())));
  1469.         $instance->addListener('kernel.controller', [=> function () {
  1470.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1471.         }, => 'onKernelController'], 0);
  1472.         $instance->addListener('kernel.response', [=> function () {
  1473.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1474.         }, => 'onKernelResponse'], 0);
  1475.         $instance->addListener('kernel.response', [=> function () {
  1476.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1477.         }, => 'onKernelResponse'], -1024);
  1478.         $instance->addListener('kernel.request', [=> function () {
  1479.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1480.         }, => 'setDefaultLocale'], 100);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1483.         }, => 'onKernelRequest'], 16);
  1484.         $instance->addListener('kernel.finish_request', [=> function () {
  1485.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1486.         }, => 'onKernelFinishRequest'], 0);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1489.         }, => 'onKernelRequest'], 256);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1492.         }, => 'onResponse'], -255);
  1493.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1494.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1495.         }, => 'onControllerArguments'], 0);
  1496.         $instance->addListener('kernel.exception', [=> function () {
  1497.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1498.         }, => 'logKernelException'], 0);
  1499.         $instance->addListener('kernel.exception', [=> function () {
  1500.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1501.         }, => 'onKernelException'], -128);
  1502.         $instance->addListener('kernel.response', [=> function () {
  1503.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1504.         }, => 'removeCspHeader'], -128);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1507.         }, => 'onKernelRequest'], 15);
  1508.         $instance->addListener('kernel.finish_request', [=> function () {
  1509.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1510.         }, => 'onKernelFinishRequest'], -15);
  1511.         $instance->addListener('console.error', [=> function () {
  1512.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1513.         }, => 'onConsoleError'], -128);
  1514.         $instance->addListener('console.terminate', [=> function () {
  1515.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1516.         }, => 'onConsoleTerminate'], -128);
  1517.         $instance->addListener('console.error', [=> function () {
  1518.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1519.         }, => 'onConsoleError'], 0);
  1520.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1521.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1522.         }, => 'onMessage'], -255);
  1523.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1524.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1525.         }, => 'onMessage'], -255);
  1526.         $instance->addListener('kernel.request', [=> function () {
  1527.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1528.         }, => 'configure'], 2048);
  1529.         $instance->addListener('console.command', [=> function () {
  1530.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1531.         }, => 'configure'], 2048);
  1532.         $instance->addListener('kernel.request', [=> function () {
  1533.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1534.         }, => 'onKernelRequest'], 32);
  1535.         $instance->addListener('kernel.finish_request', [=> function () {
  1536.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1537.         }, => 'onKernelFinishRequest'], 0);
  1538.         $instance->addListener('kernel.exception', [=> function () {
  1539.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1540.         }, => 'onKernelException'], -64);
  1541.         $instance->addListener('kernel.response', [=> function () {
  1542.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1543.         }, => 'onKernelResponse'], 0);
  1544.         $instance->addListener('kernel.request', [=> function () {
  1545.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1546.         }, => 'onKernelRequest'], 128);
  1547.         $instance->addListener('kernel.response', [=> function () {
  1548.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1549.         }, => 'onKernelResponse'], -1000);
  1550.         $instance->addListener('kernel.finish_request', [=> function () {
  1551.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1552.         }, => 'onFinishRequest'], 0);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1555.         }, => 'onKernelResponse'], -100);
  1556.         $instance->addListener('kernel.exception', [=> function () {
  1557.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1558.         }, => 'onKernelException'], 0);
  1559.         $instance->addListener('kernel.terminate', [=> function () {
  1560.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1561.         }, => 'onKernelTerminate'], -1024);
  1562.         $instance->addListener('kernel.controller', [=> function () {
  1563.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1564.         }, => 'onKernelController'], 0);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1567.         }, => 'onKernelResponse'], 0);
  1568.         $instance->addListener('kernel.controller', [=> function () {
  1569.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1570.         }, => 'onKernelController'], 0);
  1571.         $instance->addListener('kernel.controller', [=> function () {
  1572.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1573.         }, => 'onKernelController'], 0);
  1574.         $instance->addListener('kernel.controller', [=> function () {
  1575.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1576.         }, => 'onKernelController'], -128);
  1577.         $instance->addListener('kernel.view', [=> function () {
  1578.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1579.         }, => 'onKernelView'], 0);
  1580.         $instance->addListener('kernel.controller', [=> function () {
  1581.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1582.         }, => 'onKernelController'], 0);
  1583.         $instance->addListener('kernel.response', [=> function () {
  1584.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1585.         }, => 'onKernelResponse'], 0);
  1586.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1587.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1588.         }, => 'onKernelControllerArguments'], 0);
  1589.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1590.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1591.         }, => 'onKernelControllerArguments'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1594.         }, => 'onKernelResponse'], 0);
  1595.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1596.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1597.         }, => 'onVoterVote'], 0);
  1598.         $instance->addListener('kernel.request', [=> function () {
  1599.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1600.         }, => 'configureLogoutUrlGenerator'], 8);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1603.         }, => 'onKernelRequest'], 8);
  1604.         $instance->addListener('kernel.finish_request', [=> function () {
  1605.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1606.         }, => 'onKernelFinishRequest'], 0);
  1607.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1608.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1609.         }, => 'onMessage'], 0);
  1610.         $instance->addListener('kernel.response', [=> function () {
  1611.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1612.         }, => 'onKernelResponse'], -128);
  1613.         $instance->addListener('console.command', [=> function () {
  1614.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1615.         }, => 'onCommand'], 255);
  1616.         $instance->addListener('console.terminate', [=> function () {
  1617.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1618.         }, => 'onTerminate'], -255);
  1619.         $instance->addListener('console.command', [=> function () {
  1620.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1621.         }, => 'configure'], 1024);
  1622.         $instance->addListener('console.error', [=> function () {
  1623.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1624.         }, => 'onConsoleError'], 0);
  1625.         $instance->addListener('console.terminate', [=> function () {
  1626.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1627.         }, => 'onConsoleTerminate'], 0);
  1628.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1629.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1630.         }, => 'onLogout'], 0);
  1631.         return $instance;
  1632.     }
  1633.     /**
  1634.      * Gets the public 'http_kernel' shared service.
  1635.      *
  1636.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1637.      */
  1638.     protected function getHttpKernelService()
  1639.     {
  1640.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1641.         if (isset($this->services['http_kernel'])) {
  1642.             return $this->services['http_kernel'];
  1643.         }
  1644.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1645.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1646.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1647.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1648.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1649.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1650.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1651.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1652.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1653.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1654.         }, 8)), $b));
  1655.     }
  1656.     /**
  1657.      * Gets the public 'request_stack' shared service.
  1658.      *
  1659.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1660.      */
  1661.     protected function getRequestStackService()
  1662.     {
  1663.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1664.     }
  1665.     /**
  1666.      * Gets the public 'router' shared service.
  1667.      *
  1668.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1669.      */
  1670.     protected function getRouterService()
  1671.     {
  1672.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1673.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1674.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1675.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1677.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1678.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1679.         ], [
  1680.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1681.         ]))->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');
  1682.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1683.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1684.         return $instance;
  1685.     }
  1686.     /**
  1687.      * Gets the public 'routing.loader' shared service.
  1688.      *
  1689.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1690.      */
  1691.     protected function getRouting_LoaderService()
  1692.     {
  1693.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1717.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1718.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1719.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1720.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1721.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1722.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1723.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1724.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1725.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1726.             'kernel' => ['services''kernel''getKernelService'false],
  1727.         ], [
  1728.             'kernel' => 'App\\Kernel',
  1729.         ]), 'dev'));
  1730.         $a->addLoader($c);
  1731.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1732.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1733.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1734.     }
  1735.     /**
  1736.      * Gets the public 'services_resetter' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1739.      */
  1740.     protected function getServicesResetterService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1743.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1744.             if (isset($this->services['cache.app'])) {
  1745.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1746.             }
  1747.             if (isset($this->services['cache.system'])) {
  1748.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1749.             }
  1750.             if (isset($this->privates['cache.validator'])) {
  1751.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1752.             }
  1753.             if (isset($this->privates['cache.serializer'])) {
  1754.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1755.             }
  1756.             if (isset($this->privates['cache.annotations'])) {
  1757.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1758.             }
  1759.             if (isset($this->privates['cache.property_info'])) {
  1760.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1761.             }
  1762.             if (isset($this->privates['.debug.http_client'])) {
  1763.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1764.             }
  1765.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1766.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1767.             }
  1768.             if (isset($this->privates['debug.stopwatch'])) {
  1769.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1770.             }
  1771.             if (isset($this->services['event_dispatcher'])) {
  1772.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1773.             }
  1774.             if (isset($this->privates['session_listener'])) {
  1775.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1776.             }
  1777.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1778.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1779.             }
  1780.             if (isset($this->services['cache.validator_expression_language'])) {
  1781.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1782.             }
  1783.             if (isset($this->services['.container.private.profiler'])) {
  1784.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1785.             }
  1786.             if (isset($this->services['.container.private.validator'])) {
  1787.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1788.             }
  1789.             if (isset($this->services['doctrine'])) {
  1790.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1791.             }
  1792.             if (isset($this->privates['form.type.entity'])) {
  1793.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1794.             }
  1795.             if (isset($this->services['.container.private.security.token_storage'])) {
  1796.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1797.             }
  1798.             if (isset($this->privates['cache.security_expression_language'])) {
  1799.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1800.             }
  1801.             if (isset($this->privates['twig.form.engine'])) {
  1802.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1803.             }
  1804.             if (isset($this->privates['monolog.handler.main'])) {
  1805.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1806.             }
  1807.             if (isset($this->privates['monolog.handler.console'])) {
  1808.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1809.             }
  1810.             if (isset($this->privates['.debug.http_client'])) {
  1811.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1812.             }
  1813.         }, function () {
  1814.             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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  1815.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1816.     }
  1817.     /**
  1818.      * Gets the public 'translator' shared service.
  1819.      *
  1820.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1821.      */
  1822.     protected function getTranslatorService()
  1823.     {
  1824.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1825.     }
  1826.     /**
  1827.      * Gets the public 'var_dumper.cloner' shared service.
  1828.      *
  1829.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1830.      */
  1831.     protected function getVarDumper_ClonerService()
  1832.     {
  1833.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1834.         $instance->setMaxItems(2500);
  1835.         $instance->setMinDepth(1);
  1836.         $instance->setMaxString(-1);
  1837.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1838.         return $instance;
  1839.     }
  1840.     /**
  1841.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1842.      *
  1843.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1844.      */
  1845.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1846.     {
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1848.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1849.     }
  1850.     /**
  1851.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1852.      *
  1853.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1854.      */
  1855.     protected function getWebProfiler_Controller_ProfilerService()
  1856.     {
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1858.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1859.     }
  1860.     /**
  1861.      * Gets the public 'web_profiler.controller.router' shared service.
  1862.      *
  1863.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1864.      */
  1865.     protected function getWebProfiler_Controller_RouterService()
  1866.     {
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1868.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  1869.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1870.         }, 1));
  1871.     }
  1872.     /**
  1873.      * Gets the private '.App\Command\CountPages.lazy' shared service.
  1874.      *
  1875.      * @return \Symfony\Component\Console\Command\LazyCommand
  1876.      */
  1877.     protected function getCountPages_LazyService()
  1878.     {
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1881.         return $this->privates['.App\\Command\\CountPages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:count-pages', [], 'Count Page numbers for invoices'false, function (): \App\Command\CountPages {
  1882.             return ($this->privates['App\\Command\\CountPages'] ?? $this->getCountPagesService());
  1883.         });
  1884.     }
  1885.     /**
  1886.      * Gets the private '.App\Command\GenerateBillingCommand.lazy' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Console\Command\LazyCommand
  1889.      */
  1890.     protected function getGenerateBillingCommand_LazyService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1894.         return $this->privates['.App\\Command\\GenerateBillingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:generate:billing', [], 'Add a short description for your command'false, function (): \App\Command\GenerateBillingCommand {
  1895.             return ($this->privates['App\\Command\\GenerateBillingCommand'] ?? $this->getGenerateBillingCommandService());
  1896.         });
  1897.     }
  1898.     /**
  1899.      * Gets the private '.App\Command\InvoiceAlert.lazy' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\Console\Command\LazyCommand
  1902.      */
  1903.     protected function getInvoiceAlert_LazyService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1907.         return $this->privates['.App\\Command\\InvoiceAlert.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:alert:customers', [], 'Alert Customers'false, function (): \App\Command\InvoiceAlert {
  1908.             return ($this->privates['App\\Command\\InvoiceAlert'] ?? $this->getInvoiceAlertService());
  1909.         });
  1910.     }
  1911.     /**
  1912.      * Gets the private '.App\Command\MigrateCustomerCommand.lazy' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Console\Command\LazyCommand
  1915.      */
  1916.     protected function getMigrateCustomerCommand_LazyService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1920.         return $this->privates['.App\\Command\\MigrateCustomerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('migrate:customer', [], 'Add a short description for your command'false, function (): \App\Command\MigrateCustomerCommand {
  1921.             return ($this->privates['App\\Command\\MigrateCustomerCommand'] ?? $this->getMigrateCustomerCommandService());
  1922.         });
  1923.     }
  1924.     /**
  1925.      * Gets the private '.App\Command\UploadUsersCommand.lazy' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\Console\Command\LazyCommand
  1928.      */
  1929.     protected function getUploadUsersCommand_LazyService()
  1930.     {
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1933.         return $this->privates['.App\\Command\\UploadUsersCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:upload:users', [], 'Add a short description for your command'false, function (): \App\Command\UploadUsersCommand {
  1934.             return ($this->privates['App\\Command\\UploadUsersCommand'] ?? $this->getUploadUsersCommandService());
  1935.         });
  1936.     }
  1937.     /**
  1938.      * Gets the private '.console.command.about.lazy' shared service.
  1939.      *
  1940.      * @return \Symfony\Component\Console\Command\LazyCommand
  1941.      */
  1942.     protected function get_Console_Command_About_LazyService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1946.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  1947.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1948.         });
  1949.     }
  1950.     /**
  1951.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\Console\Command\LazyCommand
  1954.      */
  1955.     protected function get_Console_Command_AssetsInstall_LazyService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1959.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  1960.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1961.         });
  1962.     }
  1963.     /**
  1964.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1965.      *
  1966.      * @return \Symfony\Component\Console\Command\LazyCommand
  1967.      */
  1968.     protected function get_Console_Command_CacheClear_LazyService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1972.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  1973.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1974.         });
  1975.     }
  1976.     /**
  1977.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Console\Command\LazyCommand
  1980.      */
  1981.     protected function get_Console_Command_CachePoolClear_LazyService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1985.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  1986.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1987.         });
  1988.     }
  1989.     /**
  1990.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Console\Command\LazyCommand
  1993.      */
  1994.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1998.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  1999.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2000.         });
  2001.     }
  2002.     /**
  2003.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\Console\Command\LazyCommand
  2006.      */
  2007.     protected function get_Console_Command_CachePoolList_LazyService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2011.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2012.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2013.         });
  2014.     }
  2015.     /**
  2016.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Console\Command\LazyCommand
  2019.      */
  2020.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2024.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2025.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2026.         });
  2027.     }
  2028.     /**
  2029.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\Console\Command\LazyCommand
  2032.      */
  2033.     protected function get_Console_Command_CacheWarmup_LazyService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2037.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2038.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2039.         });
  2040.     }
  2041.     /**
  2042.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2043.      *
  2044.      * @return \Symfony\Component\Console\Command\LazyCommand
  2045.      */
  2046.     protected function get_Console_Command_ConfigDebug_LazyService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2050.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2051.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2052.         });
  2053.     }
  2054.     /**
  2055.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Console\Command\LazyCommand
  2058.      */
  2059.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2063.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2064.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2065.         });
  2066.     }
  2067.     /**
  2068.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Console\Command\LazyCommand
  2071.      */
  2072.     protected function get_Console_Command_ContainerDebug_LazyService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2076.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2077.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2078.         });
  2079.     }
  2080.     /**
  2081.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Console\Command\LazyCommand
  2084.      */
  2085.     protected function get_Console_Command_ContainerLint_LazyService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2089.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2090.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2091.         });
  2092.     }
  2093.     /**
  2094.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Console\Command\LazyCommand
  2097.      */
  2098.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2102.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2103.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2104.         });
  2105.     }
  2106.     /**
  2107.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Console\Command\LazyCommand
  2110.      */
  2111.     protected function get_Console_Command_DotenvDebug_LazyService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2115.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2116.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2117.         });
  2118.     }
  2119.     /**
  2120.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\Console\Command\LazyCommand
  2123.      */
  2124.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2125.     {
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2128.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2129.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2130.         });
  2131.     }
  2132.     /**
  2133.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2134.      *
  2135.      * @return \Symfony\Component\Console\Command\LazyCommand
  2136.      */
  2137.     protected function get_Console_Command_FormDebug_LazyService()
  2138.     {
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2141.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2142.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2143.         });
  2144.     }
  2145.     /**
  2146.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Console\Command\LazyCommand
  2149.      */
  2150.     protected function get_Console_Command_RouterDebug_LazyService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2154.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2155.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2156.         });
  2157.     }
  2158.     /**
  2159.      * Gets the private '.console.command.router_match.lazy' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\Console\Command\LazyCommand
  2162.      */
  2163.     protected function get_Console_Command_RouterMatch_LazyService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2167.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2168.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2169.         });
  2170.     }
  2171.     /**
  2172.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2173.      *
  2174.      * @return \Symfony\Component\Console\Command\LazyCommand
  2175.      */
  2176.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2177.     {
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2180.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2181.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2182.         });
  2183.     }
  2184.     /**
  2185.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2186.      *
  2187.      * @return \Symfony\Component\Console\Command\LazyCommand
  2188.      */
  2189.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2190.     {
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2193.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2194.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2195.         });
  2196.     }
  2197.     /**
  2198.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\Console\Command\LazyCommand
  2201.      */
  2202.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2206.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2207.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2208.         });
  2209.     }
  2210.     /**
  2211.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\Console\Command\LazyCommand
  2214.      */
  2215.     protected function get_Console_Command_SecretsList_LazyService()
  2216.     {
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2219.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2220.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2221.         });
  2222.     }
  2223.     /**
  2224.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Console\Command\LazyCommand
  2227.      */
  2228.     protected function get_Console_Command_SecretsRemove_LazyService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2232.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2233.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2234.         });
  2235.     }
  2236.     /**
  2237.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Console\Command\LazyCommand
  2240.      */
  2241.     protected function get_Console_Command_SecretsSet_LazyService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2245.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2246.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2247.         });
  2248.     }
  2249.     /**
  2250.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\Console\Command\LazyCommand
  2253.      */
  2254.     protected function get_Console_Command_TranslationDebug_LazyService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2258.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2259.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2260.         });
  2261.     }
  2262.     /**
  2263.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\Console\Command\LazyCommand
  2266.      */
  2267.     protected function get_Console_Command_TranslationExtract_LazyService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2271.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2272.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2273.         });
  2274.     }
  2275.     /**
  2276.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\Console\Command\LazyCommand
  2279.      */
  2280.     protected function get_Console_Command_TranslationPull_LazyService()
  2281.     {
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2284.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2285.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2286.         });
  2287.     }
  2288.     /**
  2289.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2290.      *
  2291.      * @return \Symfony\Component\Console\Command\LazyCommand
  2292.      */
  2293.     protected function get_Console_Command_TranslationPush_LazyService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2297.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2298.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2299.         });
  2300.     }
  2301.     /**
  2302.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Console\Command\LazyCommand
  2305.      */
  2306.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2310.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2311.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2312.         });
  2313.     }
  2314.     /**
  2315.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2316.      *
  2317.      * @return \Symfony\Component\Console\Command\LazyCommand
  2318.      */
  2319.     protected function get_Console_Command_XliffLint_LazyService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2323.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2324.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2325.         });
  2326.     }
  2327.     /**
  2328.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\Console\Command\LazyCommand
  2331.      */
  2332.     protected function get_Console_Command_YamlLint_LazyService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2336.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2337.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2338.         });
  2339.     }
  2340.     /**
  2341.      * Gets the private '.debug.http_client' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2344.      */
  2345.     protected function get_Debug_HttpClientService()
  2346.     {
  2347.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2348.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2349.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2350.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2351.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2352.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2353.         $a->setLogger($b);
  2354.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2355.     }
  2356.     /**
  2357.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2358.      *
  2359.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2360.      */
  2361.     protected function getLoaderInterfaceService()
  2362.     {
  2363.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2364.     }
  2365.     /**
  2366.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2375.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2388.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2401.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2414.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2426.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2427.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2439.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2440.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Console\Command\LazyCommand
  2447.      */
  2448.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2452.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2453.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2454.         });
  2455.     }
  2456.     /**
  2457.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\Console\Command\LazyCommand
  2460.      */
  2461.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2465.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2466.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2467.         });
  2468.     }
  2469.     /**
  2470.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Console\Command\LazyCommand
  2473.      */
  2474.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2478.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2479.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2480.         });
  2481.     }
  2482.     /**
  2483.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Console\Command\LazyCommand
  2486.      */
  2487.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2488.     {
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2491.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2492.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2493.         });
  2494.     }
  2495.     /**
  2496.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Console\Command\LazyCommand
  2499.      */
  2500.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2501.     {
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2504.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2505.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2506.         });
  2507.     }
  2508.     /**
  2509.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Console\Command\LazyCommand
  2512.      */
  2513.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2517.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2518.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2519.         });
  2520.     }
  2521.     /**
  2522.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Console\Command\LazyCommand
  2525.      */
  2526.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2530.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2531.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2532.         });
  2533.     }
  2534.     /**
  2535.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Console\Command\LazyCommand
  2538.      */
  2539.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2540.     {
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2543.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2544.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2545.         });
  2546.     }
  2547.     /**
  2548.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Console\Command\LazyCommand
  2551.      */
  2552.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2553.     {
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2556.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2557.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2558.         });
  2559.     }
  2560.     /**
  2561.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Console\Command\LazyCommand
  2564.      */
  2565.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2569.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2570.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2571.         });
  2572.     }
  2573.     /**
  2574.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2582.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2583.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Console\Command\LazyCommand
  2590.      */
  2591.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2595.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2596.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2597.         });
  2598.     }
  2599.     /**
  2600.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Console\Command\LazyCommand
  2603.      */
  2604.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2608.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2609.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2610.         });
  2611.     }
  2612.     /**
  2613.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Console\Command\LazyCommand
  2616.      */
  2617.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2621.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2622.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2623.         });
  2624.     }
  2625.     /**
  2626.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Console\Command\LazyCommand
  2629.      */
  2630.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2634.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2635.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2636.         });
  2637.     }
  2638.     /**
  2639.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Console\Command\LazyCommand
  2642.      */
  2643.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2647.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2648.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2649.         });
  2650.     }
  2651.     /**
  2652.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2653.      *
  2654.      * @return \Symfony\Component\Console\Command\LazyCommand
  2655.      */
  2656.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2657.     {
  2658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2660.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2661.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2662.         });
  2663.     }
  2664.     /**
  2665.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Console\Command\LazyCommand
  2668.      */
  2669.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2670.     {
  2671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2673.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2674.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2675.         });
  2676.     }
  2677.     /**
  2678.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\Console\Command\LazyCommand
  2681.      */
  2682.     protected function get_Monolog_Command_ServerLog_LazyService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2686.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  2687.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2688.         });
  2689.     }
  2690.     /**
  2691.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\Console\Command\LazyCommand
  2694.      */
  2695.     protected function get_Security_Command_DebugFirewall_LazyService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2699.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  2700.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2701.         });
  2702.     }
  2703.     /**
  2704.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Console\Command\LazyCommand
  2707.      */
  2708.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2712.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  2713.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2714.         });
  2715.     }
  2716.     /**
  2717.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\Console\Command\LazyCommand
  2720.      */
  2721.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2725.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  2726.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2727.         });
  2728.     }
  2729.     /**
  2730.      * Gets the private '.service_locator..Gk.8bN' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2733.      */
  2734.     protected function get_ServiceLocator__Gk_8bNService()
  2735.     {
  2736.         return $this->privates['.service_locator..Gk.8bN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2737.             'mailService' => ['privates''App\\Service\\EmailService''getEmailServiceService'false],
  2738.         ], [
  2739.             'mailService' => 'App\\Service\\EmailService',
  2740.         ]);
  2741.     }
  2742.     /**
  2743.      * Gets the private '.service_locator.6E9xidT' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2746.      */
  2747.     protected function get_ServiceLocator_6E9xidTService()
  2748.     {
  2749.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2751.         ], [
  2752.             'mailer' => '?',
  2753.         ]);
  2754.     }
  2755.     /**
  2756.      * Gets the private '.service_locator.73XLoAY' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2759.      */
  2760.     protected function get_ServiceLocator_73XLoAYService()
  2761.     {
  2762.         return $this->privates['.service_locator.73XLoAY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2763.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2764.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2765.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2766.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2767.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2768.             'router' => ['services''router''getRouterService'false],
  2769.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2770.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2771.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2772.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2773.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2774.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2775.         ], [
  2776.             'doctrine' => '?',
  2777.             'form.factory' => '?',
  2778.             'http_kernel' => '?',
  2779.             'parameter_bag' => '?',
  2780.             'request_stack' => '?',
  2781.             'router' => '?',
  2782.             'security.authorization_checker' => '?',
  2783.             'security.csrf.token_manager' => '?',
  2784.             'security.token_storage' => '?',
  2785.             'serializer' => '?',
  2786.             'session' => '.session.deprecated',
  2787.             'twig' => '?',
  2788.         ]);
  2789.     }
  2790.     /**
  2791.      * Gets the private '.service_locator.7DJN5CL' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2794.      */
  2795.     protected function get_ServiceLocator_7DJN5CLService()
  2796.     {
  2797.         return $this->privates['.service_locator.7DJN5CL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2798.             'uploadRepository' => ['privates''App\\Repository\\UploadRepository''getUploadRepositoryService'false],
  2799.         ], [
  2800.             'uploadRepository' => 'App\\Repository\\UploadRepository',
  2801.         ]);
  2802.     }
  2803.     /**
  2804.      * Gets the private '.service_locator.HTAobJp' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2807.      */
  2808.     protected function get_ServiceLocator_HTAobJpService()
  2809.     {
  2810.         return $this->privates['.service_locator.HTAobJp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2811.             'uploadService' => ['privates''App\\Service\\CompanyUpload''getCompanyUploadService'false],
  2812.         ], [
  2813.             'uploadService' => 'App\\Service\\CompanyUpload',
  2814.         ]);
  2815.     }
  2816.     /**
  2817.      * Gets the private '.service_locator.IXFTCQc' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2820.      */
  2821.     protected function get_ServiceLocator_IXFTCQcService()
  2822.     {
  2823.         return $this->privates['.service_locator.IXFTCQc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2824.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2825.             'runner' => ['privates''App\\Service\\InvoiceRunner''getInvoiceRunnerService'false],
  2826.             'uploadRepository' => ['privates''App\\Repository\\UploadRepository''getUploadRepositoryService'false],
  2827.         ], [
  2828.             'entityManager' => '?',
  2829.             'runner' => 'App\\Service\\InvoiceRunner',
  2830.             'uploadRepository' => 'App\\Repository\\UploadRepository',
  2831.         ]);
  2832.     }
  2833.     /**
  2834.      * Gets the private '.service_locator.Q1F27w5' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2837.      */
  2838.     protected function get_ServiceLocator_Q1F27w5Service()
  2839.     {
  2840.         return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2841.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2842.         ], [
  2843.             'userRepository' => 'App\\Repository\\UserRepository',
  2844.         ]);
  2845.     }
  2846.     /**
  2847.      * Gets the private '.service_locator.U7k8lZA' shared service.
  2848.      *
  2849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2850.      */
  2851.     protected function get_ServiceLocator_U7k8lZAService()
  2852.     {
  2853.         return $this->privates['.service_locator.U7k8lZA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2854.             'permissionService' => ['privates''App\\Service\\PermissionService''getPermissionServiceService'false],
  2855.         ], [
  2856.             'permissionService' => 'App\\Service\\PermissionService',
  2857.         ]);
  2858.     }
  2859.     /**
  2860.      * Gets the private '.service_locator.WQWK3K7' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2863.      */
  2864.     protected function get_ServiceLocator_WQWK3K7Service()
  2865.     {
  2866.         return $this->privates['.service_locator.WQWK3K7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2867.             'App\\Controller\\CustomerController::createAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2868.             'App\\Controller\\CustomerController::editAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2869.             'App\\Controller\\CustomerController::indexAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2870.             'App\\Controller\\CustomerController::searchAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2871.             'App\\Controller\\CustomerController::userUpload' => ['privates''.service_locator.HTAobJp''get_ServiceLocator_HTAobJpService'false],
  2872.             'App\\Controller\\DebugController::roleAction' => ['privates''.service_locator.U7k8lZA''get_ServiceLocator_U7k8lZAService'false],
  2873.             'App\\Controller\\IndexController::supportAction' => ['privates''.service_locator..Gk.8bN''get_ServiceLocator__Gk_8bNService'false],
  2874.             'App\\Controller\\InvoiceController::bulkAction' => ['privates''.service_locator.oXMsBo2''get_ServiceLocator_OXMsBo2Service'false],
  2875.             'App\\Controller\\InvoiceController::index' => ['privates''.service_locator.gatmu6Q''get_ServiceLocator_Gatmu6QService'false],
  2876.             'App\\Controller\\InvoiceController::invoiceCron' => ['privates''.service_locator.IXFTCQc''get_ServiceLocator_IXFTCQcService'false],
  2877.             'App\\Controller\\InvoiceController::invoiceUpload' => ['privates''.service_locator.7DJN5CL''get_ServiceLocator_7DJN5CLService'false],
  2878.             'App\\Controller\\InvoiceProcessorController::indexAction' => ['privates''.service_locator.g3YHaxf''get_ServiceLocator_G3YHaxfService'false],
  2879.             'App\\Controller\\ReportsController::customerAdminsAction' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2880.             'App\\Controller\\ReportsController::customerEmailAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2881.             'App\\Controller\\ReportsController::invoicesViewedAction' => ['privates''.service_locator.gatmu6Q''get_ServiceLocator_Gatmu6QService'false],
  2882.             'App\\Controller\\ResetPasswordController::manualReset' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2883.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2884.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2885.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2886.             'App\\Controller\\TestEmailController::index' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2887.             'App\\Controller\\UserController::userUpload' => ['privates''.service_locator.x46cTEY''get_ServiceLocator_X46cTEYService'false],
  2888.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2889.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2890.             'App\\Controller\\CustomerController:createAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2891.             'App\\Controller\\CustomerController:editAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2892.             'App\\Controller\\CustomerController:indexAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2893.             'App\\Controller\\CustomerController:searchAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2894.             'App\\Controller\\CustomerController:userUpload' => ['privates''.service_locator.HTAobJp''get_ServiceLocator_HTAobJpService'false],
  2895.             'App\\Controller\\DebugController:roleAction' => ['privates''.service_locator.U7k8lZA''get_ServiceLocator_U7k8lZAService'false],
  2896.             'App\\Controller\\IndexController:supportAction' => ['privates''.service_locator..Gk.8bN''get_ServiceLocator__Gk_8bNService'false],
  2897.             'App\\Controller\\InvoiceController:bulkAction' => ['privates''.service_locator.oXMsBo2''get_ServiceLocator_OXMsBo2Service'false],
  2898.             'App\\Controller\\InvoiceController:index' => ['privates''.service_locator.gatmu6Q''get_ServiceLocator_Gatmu6QService'false],
  2899.             'App\\Controller\\InvoiceController:invoiceCron' => ['privates''.service_locator.IXFTCQc''get_ServiceLocator_IXFTCQcService'false],
  2900.             'App\\Controller\\InvoiceController:invoiceUpload' => ['privates''.service_locator.7DJN5CL''get_ServiceLocator_7DJN5CLService'false],
  2901.             'App\\Controller\\InvoiceProcessorController:indexAction' => ['privates''.service_locator.g3YHaxf''get_ServiceLocator_G3YHaxfService'false],
  2902.             'App\\Controller\\ReportsController:customerAdminsAction' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  2903.             'App\\Controller\\ReportsController:customerEmailAction' => ['privates''.service_locator.e4d61ZI''get_ServiceLocator_E4d61ZIService'false],
  2904.             'App\\Controller\\ReportsController:invoicesViewedAction' => ['privates''.service_locator.gatmu6Q''get_ServiceLocator_Gatmu6QService'false],
  2905.             'App\\Controller\\ResetPasswordController:manualReset' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2906.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2907.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.tXM58lC''get_ServiceLocator_TXM58lCService'false],
  2908.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  2909.             'App\\Controller\\TestEmailController:index' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  2910.             'App\\Controller\\UserController:userUpload' => ['privates''.service_locator.x46cTEY''get_ServiceLocator_X46cTEYService'false],
  2911.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2912.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2913.         ], [
  2914.             'App\\Controller\\CustomerController::createAction' => '?',
  2915.             'App\\Controller\\CustomerController::editAction' => '?',
  2916.             'App\\Controller\\CustomerController::indexAction' => '?',
  2917.             'App\\Controller\\CustomerController::searchAction' => '?',
  2918.             'App\\Controller\\CustomerController::userUpload' => '?',
  2919.             'App\\Controller\\DebugController::roleAction' => '?',
  2920.             'App\\Controller\\IndexController::supportAction' => '?',
  2921.             'App\\Controller\\InvoiceController::bulkAction' => '?',
  2922.             'App\\Controller\\InvoiceController::index' => '?',
  2923.             'App\\Controller\\InvoiceController::invoiceCron' => '?',
  2924.             'App\\Controller\\InvoiceController::invoiceUpload' => '?',
  2925.             'App\\Controller\\InvoiceProcessorController::indexAction' => '?',
  2926.             'App\\Controller\\ReportsController::customerAdminsAction' => '?',
  2927.             'App\\Controller\\ReportsController::customerEmailAction' => '?',
  2928.             'App\\Controller\\ReportsController::invoicesViewedAction' => '?',
  2929.             'App\\Controller\\ResetPasswordController::manualReset' => '?',
  2930.             'App\\Controller\\ResetPasswordController::request' => '?',
  2931.             'App\\Controller\\ResetPasswordController::reset' => '?',
  2932.             'App\\Controller\\SecurityController::login' => '?',
  2933.             'App\\Controller\\TestEmailController::index' => '?',
  2934.             'App\\Controller\\UserController::userUpload' => '?',
  2935.             'kernel::loadRoutes' => '?',
  2936.             'kernel::registerContainerConfiguration' => '?',
  2937.             'App\\Controller\\CustomerController:createAction' => '?',
  2938.             'App\\Controller\\CustomerController:editAction' => '?',
  2939.             'App\\Controller\\CustomerController:indexAction' => '?',
  2940.             'App\\Controller\\CustomerController:searchAction' => '?',
  2941.             'App\\Controller\\CustomerController:userUpload' => '?',
  2942.             'App\\Controller\\DebugController:roleAction' => '?',
  2943.             'App\\Controller\\IndexController:supportAction' => '?',
  2944.             'App\\Controller\\InvoiceController:bulkAction' => '?',
  2945.             'App\\Controller\\InvoiceController:index' => '?',
  2946.             'App\\Controller\\InvoiceController:invoiceCron' => '?',
  2947.             'App\\Controller\\InvoiceController:invoiceUpload' => '?',
  2948.             'App\\Controller\\InvoiceProcessorController:indexAction' => '?',
  2949.             'App\\Controller\\ReportsController:customerAdminsAction' => '?',
  2950.             'App\\Controller\\ReportsController:customerEmailAction' => '?',
  2951.             'App\\Controller\\ReportsController:invoicesViewedAction' => '?',
  2952.             'App\\Controller\\ResetPasswordController:manualReset' => '?',
  2953.             'App\\Controller\\ResetPasswordController:request' => '?',
  2954.             'App\\Controller\\ResetPasswordController:reset' => '?',
  2955.             'App\\Controller\\SecurityController:login' => '?',
  2956.             'App\\Controller\\TestEmailController:index' => '?',
  2957.             'App\\Controller\\UserController:userUpload' => '?',
  2958.             'kernel:loadRoutes' => '?',
  2959.             'kernel:registerContainerConfiguration' => '?',
  2960.         ]);
  2961.     }
  2962.     /**
  2963.      * Gets the private '.service_locator.XsyfP82' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2966.      */
  2967.     protected function get_ServiceLocator_XsyfP82Service()
  2968.     {
  2969.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2970.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2971.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2972.         ], [
  2973.             'event_dispatcher' => '?',
  2974.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2975.         ]);
  2976.     }
  2977.     /**
  2978.      * Gets the private '.service_locator.e4d61ZI' shared service.
  2979.      *
  2980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2981.      */
  2982.     protected function get_ServiceLocator_E4d61ZIService()
  2983.     {
  2984.         return $this->privates['.service_locator.e4d61ZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2985.             'companyRepo' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  2986.         ], [
  2987.             'companyRepo' => 'App\\Repository\\CompanyRepository',
  2988.         ]);
  2989.     }
  2990.     /**
  2991.      * Gets the private '.service_locator.g3YHaxf' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2994.      */
  2995.     protected function get_ServiceLocator_G3YHaxfService()
  2996.     {
  2997.         return $this->privates['.service_locator.g3YHaxf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2998.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2999.             'processor' => ['privates''App\\Service\\InvoiceProcessor''getInvoiceProcessorService'false],
  3000.         ], [
  3001.             'logger' => '?',
  3002.             'processor' => 'App\\Service\\InvoiceProcessor',
  3003.         ]);
  3004.     }
  3005.     /**
  3006.      * Gets the private '.service_locator.gatmu6Q' shared service.
  3007.      *
  3008.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3009.      */
  3010.     protected function get_ServiceLocator_Gatmu6QService()
  3011.     {
  3012.         return $this->privates['.service_locator.gatmu6Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3013.             'invoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  3014.         ], [
  3015.             'invoiceRepository' => 'App\\Repository\\InvoiceRepository',
  3016.         ]);
  3017.     }
  3018.     /**
  3019.      * Gets the private '.service_locator.oXMsBo2' shared service.
  3020.      *
  3021.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3022.      */
  3023.     protected function get_ServiceLocator_OXMsBo2Service()
  3024.     {
  3025.         return $this->privates['.service_locator.oXMsBo2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3026.             'fs' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  3027.         ], [
  3028.             'fs' => '?',
  3029.         ]);
  3030.     }
  3031.     /**
  3032.      * Gets the private '.service_locator.tXM58lC' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3035.      */
  3036.     protected function get_ServiceLocator_TXM58lCService()
  3037.     {
  3038.         return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3039.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3040.         ], [
  3041.             'passwordEncoder' => '?',
  3042.         ]);
  3043.     }
  3044.     /**
  3045.      * Gets the private '.service_locator.x46cTEY' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3048.      */
  3049.     protected function get_ServiceLocator_X46cTEYService()
  3050.     {
  3051.         return $this->privates['.service_locator.x46cTEY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3052.             'uploadService' => ['privates''App\\Service\\UserUpload''getUserUploadService'false],
  3053.         ], [
  3054.             'uploadService' => 'App\\Service\\UserUpload',
  3055.         ]);
  3056.     }
  3057.     /**
  3058.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3061.      */
  3062.     protected function get_ServiceLocator_XUrKPVUService()
  3063.     {
  3064.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3065.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3066.         ], [
  3067.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3068.         ]);
  3069.     }
  3070.     /**
  3071.      * Gets the private '.service_locator.zFcJjKU' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3074.      */
  3075.     protected function get_ServiceLocator_ZFcJjKUService()
  3076.     {
  3077.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3078.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3079.         ], [
  3080.             'authenticationUtils' => '?',
  3081.         ]);
  3082.     }
  3083.     /**
  3084.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3087.      */
  3088.     protected function get_ServiceLocator_ZJyh7qSService()
  3089.     {
  3090.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3091.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3092.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3093.         ], [
  3094.             'security.firewall.map.context.dev' => '?',
  3095.             'security.firewall.map.context.main' => '?',
  3096.         ]);
  3097.     }
  3098.     /**
  3099.      * Gets the private '.session.deprecated' shared service.
  3100.      *
  3101.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3102.      */
  3103.     protected function get_Session_DeprecatedService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3107.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  3108.     }
  3109.     /**
  3110.      * Gets the private '.twig.command.debug.lazy' shared service.
  3111.      *
  3112.      * @return \Symfony\Component\Console\Command\LazyCommand
  3113.      */
  3114.     protected function get_Twig_Command_Debug_LazyService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3118.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  3119.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3120.         });
  3121.     }
  3122.     /**
  3123.      * Gets the private '.twig.command.lint.lazy' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Console\Command\LazyCommand
  3126.      */
  3127.     protected function get_Twig_Command_Lint_LazyService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3131.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  3132.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3133.         });
  3134.     }
  3135.     /**
  3136.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\Console\Command\LazyCommand
  3139.      */
  3140.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3144.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  3145.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3146.         });
  3147.     }
  3148.     /**
  3149.      * Gets the private 'App\Command\CountPages' shared autowired service.
  3150.      *
  3151.      * @return \App\Command\CountPages
  3152.      */
  3153.     protected function getCountPagesService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/src/Command/CountPages.php';
  3157.         $this->privates['App\\Command\\CountPages'] = $instance = new \App\Command\CountPages(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['App\\Controller\\InvoiceController'] ?? $this->getInvoiceControllerService()), ($this->privates['App\\Service\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3158.         $instance->setName('app:count-pages');
  3159.         $instance->setDescription('Count Page numbers for invoices');
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the private 'App\Command\GenerateBillingCommand' shared autowired service.
  3164.      *
  3165.      * @return \App\Command\GenerateBillingCommand
  3166.      */
  3167.     protected function getGenerateBillingCommandService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3170.         include_once \dirname(__DIR__4).'/src/Command/GenerateBillingCommand.php';
  3171.         $this->privates['App\\Command\\GenerateBillingCommand'] = $instance = new \App\Command\GenerateBillingCommand(($this->privates['App\\Service\\BillingService'] ?? $this->getBillingServiceService()));
  3172.         $instance->setName('app:generate:billing');
  3173.         $instance->setDescription('Add a short description for your command');
  3174.         return $instance;
  3175.     }
  3176.     /**
  3177.      * Gets the private 'App\Command\ImportInvoices' shared autowired service.
  3178.      *
  3179.      * @return \App\Command\ImportInvoices
  3180.      */
  3181.     protected function getImportInvoicesService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3184.         include_once \dirname(__DIR__4).'/src/Command/ImportInvoices.php';
  3185.         $this->privates['App\\Command\\ImportInvoices'] = $instance = new \App\Command\ImportInvoices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UploadRepository'] ?? $this->getUploadRepositoryService()), ($this->privates['App\\Service\\InvoiceRunner'] ?? $this->getInvoiceRunnerService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3186.         $instance->setName('app:import-invoices');
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the private 'App\Command\InvoiceAlert' shared autowired service.
  3191.      *
  3192.      * @return \App\Command\InvoiceAlert
  3193.      */
  3194.     protected function getInvoiceAlertService()
  3195.     {
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3197.         include_once \dirname(__DIR__4).'/src/Command/InvoiceAlert.php';
  3198.         $this->privates['App\\Command\\InvoiceAlert'] = $instance = new \App\Command\InvoiceAlert(($this->privates['App\\Service\\InvoiceService'] ?? $this->getInvoiceServiceService()));
  3199.         $instance->setName('app:alert:customers');
  3200.         $instance->setDescription('Alert Customers');
  3201.         return $instance;
  3202.     }
  3203.     /**
  3204.      * Gets the private 'App\Command\MigrateCustomerCommand' shared autowired service.
  3205.      *
  3206.      * @return \App\Command\MigrateCustomerCommand
  3207.      */
  3208.     protected function getMigrateCustomerCommandService()
  3209.     {
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3211.         include_once \dirname(__DIR__4).'/src/Command/MigrateCustomerCommand.php';
  3212.         $this->privates['App\\Command\\MigrateCustomerCommand'] = $instance = new \App\Command\MigrateCustomerCommand(($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3213.         $instance->setName('migrate:customer');
  3214.         $instance->setDescription('Add a short description for your command');
  3215.         return $instance;
  3216.     }
  3217.     /**
  3218.      * Gets the private 'App\Command\UploadUsersCommand' shared autowired service.
  3219.      *
  3220.      * @return \App\Command\UploadUsersCommand
  3221.      */
  3222.     protected function getUploadUsersCommandService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3225.         include_once \dirname(__DIR__4).'/src/Command/UploadUsersCommand.php';
  3226.         $this->privates['App\\Command\\UploadUsersCommand'] = $instance = new \App\Command\UploadUsersCommand(($this->privates['App\\Repository\\UploadRepository'] ?? $this->getUploadRepositoryService()), ($this->privates['App\\Service\\UserUpload'] ?? $this->getUserUploadService()));
  3227.         $instance->setName('app:upload:users');
  3228.         $instance->setDescription('Add a short description for your command');
  3229.         return $instance;
  3230.     }
  3231.     /**
  3232.      * Gets the private 'App\Form\BillingEditType' shared autowired service.
  3233.      *
  3234.      * @return \App\Form\BillingEditType
  3235.      */
  3236.     protected function getBillingEditTypeService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3240.         include_once \dirname(__DIR__4).'/src/Form/BillingEditType.php';
  3241.         return $this->privates['App\\Form\\BillingEditType'] = new \App\Form\BillingEditType();
  3242.     }
  3243.     /**
  3244.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3245.      *
  3246.      * @return \App\Form\ChangePasswordFormType
  3247.      */
  3248.     protected function getChangePasswordFormTypeService()
  3249.     {
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3252.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  3253.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3254.     }
  3255.     /**
  3256.      * Gets the private 'App\Form\CustomerCreateType' shared autowired service.
  3257.      *
  3258.      * @return \App\Form\CustomerCreateType
  3259.      */
  3260.     protected function getCustomerCreateTypeService()
  3261.     {
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3264.         include_once \dirname(__DIR__4).'/src/Form/CustomerCreateType.php';
  3265.         return $this->privates['App\\Form\\CustomerCreateType'] = new \App\Form\CustomerCreateType();
  3266.     }
  3267.     /**
  3268.      * Gets the private 'App\Form\ExportType' shared autowired service.
  3269.      *
  3270.      * @return \App\Form\ExportType
  3271.      */
  3272.     protected function getExportTypeService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3276.         include_once \dirname(__DIR__4).'/src/Form/ExportType.php';
  3277.         return $this->privates['App\\Form\\ExportType'] = new \App\Form\ExportType();
  3278.     }
  3279.     /**
  3280.      * Gets the private 'App\Form\FormUpload' shared autowired service.
  3281.      *
  3282.      * @return \App\Form\FormUpload
  3283.      */
  3284.     protected function getFormUploadService()
  3285.     {
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3288.         include_once \dirname(__DIR__4).'/src/Form/FormUpload.php';
  3289.         return $this->privates['App\\Form\\FormUpload'] = new \App\Form\FormUpload();
  3290.     }
  3291.     /**
  3292.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3293.      *
  3294.      * @return \App\Form\ResetPasswordRequestFormType
  3295.      */
  3296.     protected function getResetPasswordRequestFormTypeService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3300.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  3301.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3302.     }
  3303.     /**
  3304.      * Gets the private 'App\Form\SupportType' shared autowired service.
  3305.      *
  3306.      * @return \App\Form\SupportType
  3307.      */
  3308.     protected function getSupportTypeService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3312.         include_once \dirname(__DIR__4).'/src/Form/SupportType.php';
  3313.         return $this->privates['App\\Form\\SupportType'] = new \App\Form\SupportType();
  3314.     }
  3315.     /**
  3316.      * Gets the private 'App\Form\UserCreate' shared autowired service.
  3317.      *
  3318.      * @return \App\Form\UserCreate
  3319.      */
  3320.     protected function getUserCreateService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3324.         include_once \dirname(__DIR__4).'/src/Form/UserCreate.php';
  3325.         return $this->privates['App\\Form\\UserCreate'] = new \App\Form\UserCreate(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  3326.     }
  3327.     /**
  3328.      * Gets the private 'App\Form\UserEdit' shared autowired service.
  3329.      *
  3330.      * @return \App\Form\UserEdit
  3331.      */
  3332.     protected function getUserEditService()
  3333.     {
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3336.         include_once \dirname(__DIR__4).'/src/Form/UserEdit.php';
  3337.         return $this->privates['App\\Form\\UserEdit'] = new \App\Form\UserEdit(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  3338.     }
  3339.     /**
  3340.      * Gets the private 'App\Form\UserTableActions' shared autowired service.
  3341.      *
  3342.      * @return \App\Form\UserTableActions
  3343.      */
  3344.     protected function getUserTableActionsService()
  3345.     {
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3348.         include_once \dirname(__DIR__4).'/src/Form/UserTableActions.php';
  3349.         return $this->privates['App\\Form\\UserTableActions'] = new \App\Form\UserTableActions();
  3350.     }
  3351.     /**
  3352.      * Gets the private 'App\Form\UserType' shared autowired service.
  3353.      *
  3354.      * @return \App\Form\UserType
  3355.      */
  3356.     protected function getUserTypeService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3360.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  3361.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType(($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'App\Repository\ActionLogRepository' shared autowired service.
  3365.      *
  3366.      * @return \App\Repository\ActionLogRepository
  3367.      */
  3368.     protected function getActionLogRepositoryService()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3375.         include_once \dirname(__DIR__4).'/src/Repository/ActionLogRepository.php';
  3376.         return $this->privates['App\\Repository\\ActionLogRepository'] = new \App\Repository\ActionLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3377.     }
  3378.     /**
  3379.      * Gets the private 'App\Repository\BillingRepository' shared autowired service.
  3380.      *
  3381.      * @return \App\Repository\BillingRepository
  3382.      */
  3383.     protected function getBillingRepositoryService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3390.         include_once \dirname(__DIR__4).'/src/Repository/BillingRepository.php';
  3391.         return $this->privates['App\\Repository\\BillingRepository'] = new \App\Repository\BillingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3392.     }
  3393.     /**
  3394.      * Gets the private 'App\Repository\CompanyMappingRepository' shared autowired service.
  3395.      *
  3396.      * @return \App\Repository\CompanyMappingRepository
  3397.      */
  3398.     protected function getCompanyMappingRepositoryService()
  3399.     {
  3400.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3405.         include_once \dirname(__DIR__4).'/src/Repository/CompanyMappingRepository.php';
  3406.         return $this->privates['App\\Repository\\CompanyMappingRepository'] = new \App\Repository\CompanyMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3407.     }
  3408.     /**
  3409.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  3410.      *
  3411.      * @return \App\Repository\CompanyRepository
  3412.      */
  3413.     protected function getCompanyRepositoryService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3420.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  3421.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3422.     }
  3423.     /**
  3424.      * Gets the private 'App\Repository\CompanyUserMappingRepository' shared autowired service.
  3425.      *
  3426.      * @return \App\Repository\CompanyUserMappingRepository
  3427.      */
  3428.     protected function getCompanyUserMappingRepositoryService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3435.         include_once \dirname(__DIR__4).'/src/Repository/CompanyUserMappingRepository.php';
  3436.         return $this->privates['App\\Repository\\CompanyUserMappingRepository'] = new \App\Repository\CompanyUserMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3437.     }
  3438.     /**
  3439.      * Gets the private 'App\Repository\InvoiceItemsRepository' shared autowired service.
  3440.      *
  3441.      * @return \App\Repository\InvoiceItemsRepository
  3442.      */
  3443.     protected function getInvoiceItemsRepositoryService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3450.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceItemsRepository.php';
  3451.         return $this->privates['App\\Repository\\InvoiceItemsRepository'] = new \App\Repository\InvoiceItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'App\Repository\InvoiceRepository' shared autowired service.
  3455.      *
  3456.      * @return \App\Repository\InvoiceRepository
  3457.      */
  3458.     protected function getInvoiceRepositoryService()
  3459.     {
  3460.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3465.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceRepository.php';
  3466.         return $this->privates['App\\Repository\\InvoiceRepository'] = new \App\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3467.     }
  3468.     /**
  3469.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3470.      *
  3471.      * @return \App\Repository\ResetPasswordRequestRepository
  3472.      */
  3473.     protected function getResetPasswordRequestRepositoryService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3482.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  3483.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3484.     }
  3485.     /**
  3486.      * Gets the private 'App\Repository\RolesRepository' shared autowired service.
  3487.      *
  3488.      * @return \App\Repository\RolesRepository
  3489.      */
  3490.     protected function getRolesRepositoryService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3497.         include_once \dirname(__DIR__4).'/src/Repository/RolesRepository.php';
  3498.         return $this->privates['App\\Repository\\RolesRepository'] = new \App\Repository\RolesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3499.     }
  3500.     /**
  3501.      * Gets the private 'App\Repository\UploadRepository' shared autowired service.
  3502.      *
  3503.      * @return \App\Repository\UploadRepository
  3504.      */
  3505.     protected function getUploadRepositoryService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3512.         include_once \dirname(__DIR__4).'/src/Repository/UploadRepository.php';
  3513.         return $this->privates['App\\Repository\\UploadRepository'] = new \App\Repository\UploadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3514.     }
  3515.     /**
  3516.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3517.      *
  3518.      * @return \App\Repository\UserRepository
  3519.      */
  3520.     protected function getUserRepositoryService()
  3521.     {
  3522.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3528.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3529.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3530.     }
  3531.     /**
  3532.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  3533.      *
  3534.      * @return \App\Security\LoginFormAuthenticator
  3535.      */
  3536.     protected function getLoginFormAuthenticatorService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3544.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  3545.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'App\Service\BillingService' shared autowired service.
  3549.      *
  3550.      * @return \App\Service\BillingService
  3551.      */
  3552.     protected function getBillingServiceService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/src/Service/BillingService.php';
  3555.         return $this->privates['App\\Service\\BillingService'] = new \App\Service\BillingService(($this->privates['App\\Repository\\BillingRepository'] ?? $this->getBillingRepositoryService()), ($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3556.     }
  3557.     /**
  3558.      * Gets the private 'App\Service\CompanyUpload' shared autowired service.
  3559.      *
  3560.      * @return \App\Service\CompanyUpload
  3561.      */
  3562.     protected function getCompanyUploadService()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/src/Service/CompanyUpload.php';
  3565.         return $this->privates['App\\Service\\CompanyUpload'] = new \App\Service\CompanyUpload(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Service\\LoggerService'] ?? $this->getLoggerServiceService()));
  3566.     }
  3567.     /**
  3568.      * Gets the private 'App\Service\EmailService' shared autowired service.
  3569.      *
  3570.      * @return \App\Service\EmailService
  3571.      */
  3572.     protected function getEmailServiceService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/src/Service/EmailService.php';
  3575.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3576.         if (isset($this->privates['App\\Service\\EmailService'])) {
  3577.             return $this->privates['App\\Service\\EmailService'];
  3578.         }
  3579.         return $this->privates['App\\Service\\EmailService'] = new \App\Service\EmailService($a);
  3580.     }
  3581.     /**
  3582.      * Gets the private 'App\Service\InvoiceProcessor' shared autowired service.
  3583.      *
  3584.      * @return \App\Service\InvoiceProcessor
  3585.      */
  3586.     protected function getInvoiceProcessorService()
  3587.     {
  3588.         include_once \dirname(__DIR__4).'/src/Service/InvoiceProcessor.php';
  3589.         return $this->privates['App\\Service\\InvoiceProcessor'] = new \App\Service\InvoiceProcessor(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  3590.     }
  3591.     /**
  3592.      * Gets the private 'App\Service\InvoiceRunner' shared autowired service.
  3593.      *
  3594.      * @return \App\Service\InvoiceRunner
  3595.      */
  3596.     protected function getInvoiceRunnerService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/src/Service/InvoiceRunner.php';
  3599.         return $this->privates['App\\Service\\InvoiceRunner'] = new \App\Service\InvoiceRunner(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UploadRepository'] ?? $this->getUploadRepositoryService()), ($this->privates['App\\Service\\InvoiceProcessor'] ?? $this->getInvoiceProcessorService()), ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService()), $this->getEnv('EMAIL_FROM'), $this->getEnv('EMAIL_NAME'), $this->getEnv('EMAIL_SUPPORT'));
  3600.     }
  3601.     /**
  3602.      * Gets the private 'App\Service\InvoiceService' shared autowired service.
  3603.      *
  3604.      * @return \App\Service\InvoiceService
  3605.      */
  3606.     protected function getInvoiceServiceService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/src/Service/InvoiceService.php';
  3609.         return $this->privates['App\\Service\\InvoiceService'] = new \App\Service\InvoiceService(($this->privates['App\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['App\\Repository\\InvoiceItemsRepository'] ?? $this->getInvoiceItemsRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Service\\LoggerService'] ?? $this->getLoggerServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService()));
  3610.     }
  3611.     /**
  3612.      * Gets the private 'App\Service\LoggerService' shared autowired service.
  3613.      *
  3614.      * @return \App\Service\LoggerService
  3615.      */
  3616.     protected function getLoggerServiceService()
  3617.     {
  3618.         include_once \dirname(__DIR__4).'/src/Service/LoggerService.php';
  3619.         return $this->privates['App\\Service\\LoggerService'] = new \App\Service\LoggerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'App\Service\PermissionService' shared autowired service.
  3623.      *
  3624.      * @return \App\Service\PermissionService
  3625.      */
  3626.     protected function getPermissionServiceService()
  3627.     {
  3628.         include_once \dirname(__DIR__4).'/src/Service/PermissionService.php';
  3629.         return $this->privates['App\\Service\\PermissionService'] = new \App\Service\PermissionService();
  3630.     }
  3631.     /**
  3632.      * Gets the private 'App\Service\UserService' shared autowired service.
  3633.      *
  3634.      * @return \App\Service\UserService
  3635.      */
  3636.     protected function getUserServiceService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  3639.         return $this->privates['App\\Service\\UserService'] = new \App\Service\UserService(($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\CompanyUserMappingRepository'] ?? $this->getCompanyUserMappingRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\RolesRepository'] ?? $this->getRolesRepositoryService()), ($this->privates['App\\Service\\LoggerService'] ?? $this->getLoggerServiceService()));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'App\Service\UserUpload' shared autowired service.
  3643.      *
  3644.      * @return \App\Service\UserUpload
  3645.      */
  3646.     protected function getUserUploadService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/src/Service/UserUpload.php';
  3649.         return $this->privates['App\\Service\\UserUpload'] = new \App\Service\UserUpload(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3653.      *
  3654.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3655.      */
  3656.     protected function getManagerRegistryAwareConnectionProviderService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3660.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3664.      *
  3665.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3666.      */
  3667.     protected function getRunSqlCommandService()
  3668.     {
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3671.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3672.         $instance->setName('dbal:run-sql');
  3673.         return $instance;
  3674.     }
  3675.     /**
  3676.      * Gets the private 'KevinPapst\AdminLTEBundle\Twig\EventsExtension' shared service.
  3677.      *
  3678.      * @return \KevinPapst\AdminLTEBundle\Twig\EventsExtension
  3679.      */
  3680.     protected function getEventsExtensionService()
  3681.     {
  3682.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/EventsExtension.php';
  3684.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3685.         if (isset($this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'])) {
  3686.             return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'];
  3687.         }
  3688.         return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'] = new \KevinPapst\AdminLTEBundle\Twig\EventsExtension($a, ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'KevinPapst\AdminLTEBundle\Twig\RuntimeExtension' shared service.
  3692.      *
  3693.      * @return \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension
  3694.      */
  3695.     protected function getRuntimeExtensionService()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/RuntimeExtension.php';
  3699.         return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension'] = new \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension(($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()), $this->parameters['admin_lte_theme.routes']);
  3700.     }
  3701.     /**
  3702.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  3703.      *
  3704.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  3705.      */
  3706.     protected function getResetPasswordRemoveExpiredCommandService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  3710.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  3711.         $instance->setName('reset-password:remove-expired');
  3712.         return $instance;
  3713.     }
  3714.     /**
  3715.      * Gets the private 'admin_lte_theme.context_helper' shared service.
  3716.      *
  3717.      * @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
  3718.      */
  3719.     protected function getAdminLteTheme_ContextHelperService()
  3720.     {
  3721.         return $this->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($this->parameters['admin_lte_theme.options']);
  3722.     }
  3723.     /**
  3724.      * Gets the private 'annotations.cache_adapter' shared service.
  3725.      *
  3726.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3727.      */
  3728.     protected function getAnnotations_CacheAdapterService()
  3729.     {
  3730.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3731.     }
  3732.     /**
  3733.      * Gets the private 'annotations.cache_warmer' shared service.
  3734.      *
  3735.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3736.      */
  3737.     protected function getAnnotations_CacheWarmerService()
  3738.     {
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3742.         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);
  3743.     }
  3744.     /**
  3745.      * Gets the private 'annotations.cached_reader' shared service.
  3746.      *
  3747.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3748.      */
  3749.     protected function getAnnotations_CachedReaderService()
  3750.     {
  3751.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3752.     }
  3753.     /**
  3754.      * Gets the private 'annotations.reader' shared service.
  3755.      *
  3756.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3757.      */
  3758.     protected function getAnnotations_ReaderService()
  3759.     {
  3760.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3761.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3762.         $a->registerUniqueLoader('class_exists');
  3763.         $instance->addGlobalIgnoredName('required'$a);
  3764.         return $instance;
  3765.     }
  3766.     /**
  3767.      * Gets the private 'cache.annotations' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3770.      */
  3771.     protected function getCache_AnnotationsService()
  3772.     {
  3773.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s2W0w794uW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3774.     }
  3775.     /**
  3776.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3777.      *
  3778.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3779.      */
  3780.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3781.     {
  3782.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3783.     }
  3784.     /**
  3785.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3786.      *
  3787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3788.      */
  3789.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3790.     {
  3791.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3792.     }
  3793.     /**
  3794.      * Gets the private 'cache.property_info' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3797.      */
  3798.     protected function getCache_PropertyInfoService()
  3799.     {
  3800.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjwNoy4qfG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'cache.security_expression_language' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3806.      */
  3807.     protected function getCache_SecurityExpressionLanguageService()
  3808.     {
  3809.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OTTrXt8L1u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3810.     }
  3811.     /**
  3812.      * Gets the private 'cache.serializer' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3815.      */
  3816.     protected function getCache_SerializerService()
  3817.     {
  3818.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4MrCkdk60q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3819.     }
  3820.     /**
  3821.      * Gets the private 'cache.validator' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3824.      */
  3825.     protected function getCache_ValidatorService()
  3826.     {
  3827.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y7I-BpMe4t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3828.     }
  3829.     /**
  3830.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3831.      *
  3832.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3833.      */
  3834.     protected function getCachePoolClearer_CacheWarmerService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3838.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  3839.     }
  3840.     /**
  3841.      * Gets the private 'config_builder.warmer' shared service.
  3842.      *
  3843.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3844.      */
  3845.     protected function getConfigBuilder_WarmerService()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3849.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3850.     }
  3851.     /**
  3852.      * Gets the private 'config_cache_factory' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3855.      */
  3856.     protected function getConfigCacheFactoryService()
  3857.     {
  3858.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3859.             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)));
  3860.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3861.         }, 2));
  3862.     }
  3863.     /**
  3864.      * Gets the private 'console.command.about' shared service.
  3865.      *
  3866.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3867.      */
  3868.     protected function getConsole_Command_AboutService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3872.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3873.         $instance->setName('about');
  3874.         $instance->setDescription('Display information about the current project');
  3875.         return $instance;
  3876.     }
  3877.     /**
  3878.      * Gets the private 'console.command.assets_install' shared service.
  3879.      *
  3880.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3881.      */
  3882.     protected function getConsole_Command_AssetsInstallService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3887.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3888.         $instance->setName('assets:install');
  3889.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3890.         return $instance;
  3891.     }
  3892.     /**
  3893.      * Gets the private 'console.command.cache_clear' shared service.
  3894.      *
  3895.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3896.      */
  3897.     protected function getConsole_Command_CacheClearService()
  3898.     {
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3902.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3903.         $instance->setName('cache:clear');
  3904.         $instance->setDescription('Clear the cache');
  3905.         return $instance;
  3906.     }
  3907.     /**
  3908.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3909.      *
  3910.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3911.      */
  3912.     protected function getConsole_Command_CachePoolClearService()
  3913.     {
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3916.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3917.         $instance->setName('cache:pool:clear');
  3918.         $instance->setDescription('Clear cache pools');
  3919.         return $instance;
  3920.     }
  3921.     /**
  3922.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3923.      *
  3924.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3925.      */
  3926.     protected function getConsole_Command_CachePoolDeleteService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3930.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3931.         $instance->setName('cache:pool:delete');
  3932.         $instance->setDescription('Delete an item from a cache pool');
  3933.         return $instance;
  3934.     }
  3935.     /**
  3936.      * Gets the private 'console.command.cache_pool_list' shared service.
  3937.      *
  3938.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3939.      */
  3940.     protected function getConsole_Command_CachePoolListService()
  3941.     {
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3944.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3945.         $instance->setName('cache:pool:list');
  3946.         $instance->setDescription('List available cache pools');
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3951.      *
  3952.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3953.      */
  3954.     protected function getConsole_Command_CachePoolPruneService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3958.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3959.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3960.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3961.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3962.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3963.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3964.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3965.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3966.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3967.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3968.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3969.         }, 10));
  3970.         $instance->setName('cache:pool:prune');
  3971.         $instance->setDescription('Prune cache pools');
  3972.         return $instance;
  3973.     }
  3974.     /**
  3975.      * Gets the private 'console.command.cache_warmup' shared service.
  3976.      *
  3977.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3978.      */
  3979.     protected function getConsole_Command_CacheWarmupService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3983.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3984.         $instance->setName('cache:warmup');
  3985.         $instance->setDescription('Warm up an empty cache');
  3986.         return $instance;
  3987.     }
  3988.     /**
  3989.      * Gets the private 'console.command.config_debug' shared service.
  3990.      *
  3991.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3992.      */
  3993.     protected function getConsole_Command_ConfigDebugService()
  3994.     {
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4000.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4001.         $instance->setName('debug:config');
  4002.         $instance->setDescription('Dump the current configuration for an extension');
  4003.         return $instance;
  4004.     }
  4005.     /**
  4006.      * Gets the private 'console.command.config_dump_reference' shared service.
  4007.      *
  4008.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4009.      */
  4010.     protected function getConsole_Command_ConfigDumpReferenceService()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4017.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4018.         $instance->setName('config:dump-reference');
  4019.         $instance->setDescription('Dump the default configuration for an extension');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'console.command.container_debug' shared service.
  4024.      *
  4025.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4026.      */
  4027.     protected function getConsole_Command_ContainerDebugService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4032.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4033.         $instance->setName('debug:container');
  4034.         $instance->setDescription('Display current services for an application');
  4035.         return $instance;
  4036.     }
  4037.     /**
  4038.      * Gets the private 'console.command.container_lint' shared service.
  4039.      *
  4040.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4041.      */
  4042.     protected function getConsole_Command_ContainerLintService()
  4043.     {
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4046.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4047.         $instance->setName('lint:container');
  4048.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'console.command.debug_autowiring' shared service.
  4053.      *
  4054.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4055.      */
  4056.     protected function getConsole_Command_DebugAutowiringService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4062.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4063.         $instance->setName('debug:autowiring');
  4064.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the private 'console.command.dotenv_debug' shared service.
  4069.      *
  4070.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4071.      */
  4072.     protected function getConsole_Command_DotenvDebugService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4076.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  4077.         $instance->setName('debug:dotenv');
  4078.         $instance->setDescription('Lists all dotenv files with variables and values');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4083.      *
  4084.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4085.      */
  4086.     protected function getConsole_Command_EventDispatcherDebugService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4090.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  4091.         $instance->setName('debug:event-dispatcher');
  4092.         $instance->setDescription('Display configured listeners for an application');
  4093.         return $instance;
  4094.     }
  4095.     /**
  4096.      * Gets the private 'console.command.form_debug' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\Form\Command\DebugCommand
  4099.      */
  4100.     protected function getConsole_Command_FormDebugService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4104.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\BillingEditType'=> 'App\\Form\\ChangePasswordFormType'=> 'App\\Form\\CustomerCreateType'=> 'App\\Form\\ExportType'=> 'App\\Form\\FormUpload'=> 'App\\Form\\ResetPasswordRequestFormType'=> 'App\\Form\\SupportType'=> 'App\\Form\\UserCreate'=> 'App\\Form\\UserEdit'=> 'App\\Form\\UserTableActions'10 => 'App\\Form\\UserType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'15 => '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()));
  4105.         $instance->setName('debug:form');
  4106.         $instance->setDescription('Display form type information');
  4107.         return $instance;
  4108.     }
  4109.     /**
  4110.      * Gets the private 'console.command.router_debug' shared service.
  4111.      *
  4112.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4113.      */
  4114.     protected function getConsole_Command_RouterDebugService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4119.         $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()));
  4120.         $instance->setName('debug:router');
  4121.         $instance->setDescription('Display current routes for an application');
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the private 'console.command.router_match' shared service.
  4126.      *
  4127.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4128.      */
  4129.     protected function getConsole_Command_RouterMatchService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4133.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4134.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4135.         }, 1));
  4136.         $instance->setName('router:match');
  4137.         $instance->setDescription('Help debug routes by simulating a path info match');
  4138.         return $instance;
  4139.     }
  4140.     /**
  4141.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4142.      *
  4143.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4144.      */
  4145.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4151.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4152.         $instance->setName('secrets:decrypt-to-local');
  4153.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4154.         return $instance;
  4155.     }
  4156.     /**
  4157.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4158.      *
  4159.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4160.      */
  4161.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4167.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4168.         $instance->setName('secrets:encrypt-from-local');
  4169.         $instance->setDescription('Encrypt all local secrets to the vault');
  4170.         return $instance;
  4171.     }
  4172.     /**
  4173.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4174.      *
  4175.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4176.      */
  4177.     protected function getConsole_Command_SecretsGenerateKeyService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4183.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4184.         $instance->setName('secrets:generate-keys');
  4185.         $instance->setDescription('Generate new encryption keys');
  4186.         return $instance;
  4187.     }
  4188.     /**
  4189.      * Gets the private 'console.command.secrets_list' shared service.
  4190.      *
  4191.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4192.      */
  4193.     protected function getConsole_Command_SecretsListService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4199.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4200.         $instance->setName('secrets:list');
  4201.         $instance->setDescription('List all secrets');
  4202.         return $instance;
  4203.     }
  4204.     /**
  4205.      * Gets the private 'console.command.secrets_remove' shared service.
  4206.      *
  4207.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4208.      */
  4209.     protected function getConsole_Command_SecretsRemoveService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4215.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4216.         $instance->setName('secrets:remove');
  4217.         $instance->setDescription('Remove a secret from the vault');
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the private 'console.command.secrets_set' shared service.
  4222.      *
  4223.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4224.      */
  4225.     protected function getConsole_Command_SecretsSetService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4231.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4232.         $instance->setName('secrets:set');
  4233.         $instance->setDescription('Set a secret in the vault');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'console.command.translation_debug' shared service.
  4238.      *
  4239.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4240.      */
  4241.     protected function getConsole_Command_TranslationDebugService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4245.         $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/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4246.         $instance->setName('debug:translation');
  4247.         $instance->setDescription('Display translation messages information');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'console.command.translation_extract' shared service.
  4252.      *
  4253.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4254.      */
  4255.     protected function getConsole_Command_TranslationExtractService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4259.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), '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/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4260.         $instance->setName('translation:extract');
  4261.         $instance->setAliases([=> 'translation:update']);
  4262.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'console.command.translation_pull' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4269.      */
  4270.     protected function getConsole_Command_TranslationPullService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4275.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  4276.         $instance->setName('translation:pull');
  4277.         $instance->setDescription('Pull translations from a given provider.');
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the private 'console.command.translation_push' shared service.
  4282.      *
  4283.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4284.      */
  4285.     protected function getConsole_Command_TranslationPushService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4290.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  4291.         $instance->setName('translation:push');
  4292.         $instance->setDescription('Push translations to a given provider.');
  4293.         return $instance;
  4294.     }
  4295.     /**
  4296.      * Gets the private 'console.command.validator_debug' shared service.
  4297.      *
  4298.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4299.      */
  4300.     protected function getConsole_Command_ValidatorDebugService()
  4301.     {
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4304.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4305.         $instance->setName('debug:validator');
  4306.         $instance->setDescription('Display validation constraints for classes');
  4307.         return $instance;
  4308.     }
  4309.     /**
  4310.      * Gets the private 'console.command.xliff_lint' shared service.
  4311.      *
  4312.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4313.      */
  4314.     protected function getConsole_Command_XliffLintService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4318.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4319.         $instance->setName('lint:xliff');
  4320.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4321.         return $instance;
  4322.     }
  4323.     /**
  4324.      * Gets the private 'console.command.yaml_lint' shared service.
  4325.      *
  4326.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4327.      */
  4328.     protected function getConsole_Command_YamlLintService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4333.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4334.         $instance->setName('lint:yaml');
  4335.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the private 'console.error_listener' shared service.
  4340.      *
  4341.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4342.      */
  4343.     protected function getConsole_ErrorListenerService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4346.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4347.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4348.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4350.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4351.     }
  4352.     /**
  4353.      * Gets the private 'container.env_var_processor' shared service.
  4354.      *
  4355.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4356.      */
  4357.     protected function getContainer_EnvVarProcessorService()
  4358.     {
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4361.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4362.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4363.         }, 1));
  4364.     }
  4365.     /**
  4366.      * Gets the private 'container.getenv' shared service.
  4367.      *
  4368.      * @return \Closure
  4369.      */
  4370.     protected function getContainer_GetenvService()
  4371.     {
  4372.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4373.     }
  4374.     /**
  4375.      * Gets the private 'data_collector.form' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4378.      */
  4379.     protected function getDataCollector_FormService()
  4380.     {
  4381.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4382.     }
  4383.     /**
  4384.      * Gets the private 'data_collector.request' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4387.      */
  4388.     protected function getDataCollector_RequestService()
  4389.     {
  4390.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4391.     }
  4392.     /**
  4393.      * Gets the private 'data_collector.request.session_collector' shared service.
  4394.      *
  4395.      * @return \Closure
  4396.      */
  4397.     protected function getDataCollector_Request_SessionCollectorService()
  4398.     {
  4399.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4400.     }
  4401.     /**
  4402.      * Gets the private 'debug.argument_resolver.default' shared service.
  4403.      *
  4404.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4405.      */
  4406.     protected function getDebug_ArgumentResolver_DefaultService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4411.         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))));
  4412.     }
  4413.     /**
  4414.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4415.      *
  4416.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4417.      */
  4418.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4419.     {
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4423.         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.WQWK3K7'] ?? $this->get_ServiceLocator_WQWK3K7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4424.     }
  4425.     /**
  4426.      * Gets the private 'debug.argument_resolver.request' shared service.
  4427.      *
  4428.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4429.      */
  4430.     protected function getDebug_ArgumentResolver_RequestService()
  4431.     {
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4435.         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))));
  4436.     }
  4437.     /**
  4438.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4441.      */
  4442.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4443.     {
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4447.         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))));
  4448.     }
  4449.     /**
  4450.      * Gets the private 'debug.argument_resolver.service' shared service.
  4451.      *
  4452.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4453.      */
  4454.     protected function getDebug_ArgumentResolver_ServiceService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4459.         $a = ($this->privates['.service_locator.WQWK3K7'] ?? $this->get_ServiceLocator_WQWK3K7Service());
  4460.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4461.             return $this->privates['debug.argument_resolver.service'];
  4462.         }
  4463.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4464.     }
  4465.     /**
  4466.      * Gets the private 'debug.argument_resolver.session' shared service.
  4467.      *
  4468.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4469.      */
  4470.     protected function getDebug_ArgumentResolver_SessionService()
  4471.     {
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4475.         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))));
  4476.     }
  4477.     /**
  4478.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4479.      *
  4480.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4481.      */
  4482.     protected function getDebug_ArgumentResolver_VariadicService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4487.         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))));
  4488.     }
  4489.     /**
  4490.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4491.      *
  4492.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4493.      */
  4494.     protected function getDebug_DebugHandlersListenerService()
  4495.     {
  4496.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4497.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4498.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4499.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4500.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4501.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4502.     }
  4503.     /**
  4504.      * Gets the private 'debug.dump_listener' shared service.
  4505.      *
  4506.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4507.      */
  4508.     protected function getDebug_DumpListenerService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4512.         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()));
  4513.     }
  4514.     /**
  4515.      * Gets the private 'debug.file_link_formatter' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4518.      */
  4519.     protected function getDebug_FileLinkFormatterService()
  4520.     {
  4521.         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 () {
  4522.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4523.         });
  4524.     }
  4525.     /**
  4526.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4527.      *
  4528.      * @return \string
  4529.      */
  4530.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4531.     {
  4532.         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');
  4533.     }
  4534.     /**
  4535.      * Gets the private 'debug.log_processor' shared service.
  4536.      *
  4537.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4538.      */
  4539.     protected function getDebug_LogProcessorService()
  4540.     {
  4541.         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())));
  4542.     }
  4543.     /**
  4544.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4545.      *
  4546.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4547.      */
  4548.     protected function getDebug_Security_Access_DecisionManagerService()
  4549.     {
  4550.         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 () {
  4551.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4552.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4553.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4554.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4555.     }
  4556.     /**
  4557.      * Gets the private 'debug.security.firewall' shared service.
  4558.      *
  4559.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4560.      */
  4561.     protected function getDebug_Security_FirewallService()
  4562.     {
  4563.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4564.         if (isset($this->privates['debug.security.firewall'])) {
  4565.             return $this->privates['debug.security.firewall'];
  4566.         }
  4567.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4568.         if (isset($this->privates['debug.security.firewall'])) {
  4569.             return $this->privates['debug.security.firewall'];
  4570.         }
  4571.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4572.     }
  4573.     /**
  4574.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4577.      */
  4578.     protected function getDebug_Security_UserValueResolverService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4583.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4584.     }
  4585.     /**
  4586.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4589.      */
  4590.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4596.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4597.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4598.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4599.         }
  4600.         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()))), $a);
  4601.     }
  4602.     /**
  4603.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4606.      */
  4607.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4613.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4614.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4615.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4616.         }
  4617.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4618.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4619.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4620.         }
  4621.         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())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  4622.     }
  4623.     /**
  4624.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4625.      *
  4626.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4627.      */
  4628.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4629.     {
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4634.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4635.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4636.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4637.         }
  4638.         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(), $a);
  4639.     }
  4640.     /**
  4641.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4642.      *
  4643.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4644.      */
  4645.     protected function getDebug_Security_Voter_VoteListenerService()
  4646.     {
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4648.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4649.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4650.             return $this->privates['debug.security.voter.vote_listener'];
  4651.         }
  4652.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4653.     }
  4654.     /**
  4655.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4656.      *
  4657.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4658.      */
  4659.     protected function getDoctrine_CacheClearMetadataCommandService()
  4660.     {
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4666.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4667.         $instance->setName('doctrine:cache:clear-metadata');
  4668.         return $instance;
  4669.     }
  4670.     /**
  4671.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4672.      *
  4673.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4674.      */
  4675.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4682.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4683.         $instance->setName('doctrine:cache:clear-query');
  4684.         return $instance;
  4685.     }
  4686.     /**
  4687.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4688.      *
  4689.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4690.      */
  4691.     protected function getDoctrine_CacheClearResultCommandService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4698.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4699.         $instance->setName('doctrine:cache:clear-result');
  4700.         return $instance;
  4701.     }
  4702.     /**
  4703.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4704.      *
  4705.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4706.      */
  4707.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4714.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4715.         $instance->setName('doctrine:cache:clear-collection-region');
  4716.         return $instance;
  4717.     }
  4718.     /**
  4719.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4720.      *
  4721.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4722.      */
  4723.     protected function getDoctrine_ClearEntityRegionCommandService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4730.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4731.         $instance->setName('doctrine:cache:clear-entity-region');
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4736.      *
  4737.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4738.      */
  4739.     protected function getDoctrine_ClearQueryRegionCommandService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4746.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4747.         $instance->setName('doctrine:cache:clear-query-region');
  4748.         return $instance;
  4749.     }
  4750.     /**
  4751.      * Gets the private 'doctrine.database_create_command' shared service.
  4752.      *
  4753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4754.      */
  4755.     protected function getDoctrine_DatabaseCreateCommandService()
  4756.     {
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4760.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4761.         $instance->setName('doctrine:database:create');
  4762.         return $instance;
  4763.     }
  4764.     /**
  4765.      * Gets the private 'doctrine.database_drop_command' shared service.
  4766.      *
  4767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4768.      */
  4769.     protected function getDoctrine_DatabaseDropCommandService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4774.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4775.         $instance->setName('doctrine:database:drop');
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the private 'doctrine.database_import_command' shared service.
  4780.      *
  4781.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4782.      */
  4783.     protected function getDoctrine_DatabaseImportCommandService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4788.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4789.         $instance->setName('doctrine:database:import');
  4790.         return $instance;
  4791.     }
  4792.     /**
  4793.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4794.      *
  4795.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4796.      */
  4797.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4804.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4805.         $instance->setName('doctrine:ensure-production-settings');
  4806.         return $instance;
  4807.     }
  4808.     /**
  4809.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4810.      *
  4811.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4812.      */
  4813.     protected function getDoctrine_MappingConvertCommandService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4820.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4821.         $instance->setName('doctrine:mapping:convert');
  4822.         return $instance;
  4823.     }
  4824.     /**
  4825.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4826.      *
  4827.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4828.      */
  4829.     protected function getDoctrine_MappingImportCommandService()
  4830.     {
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4834.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4835.         $instance->setName('doctrine:mapping:import');
  4836.         return $instance;
  4837.     }
  4838.     /**
  4839.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4840.      *
  4841.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4842.      */
  4843.     protected function getDoctrine_MappingInfoCommandService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4850.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4851.         $instance->setName('doctrine:mapping:info');
  4852.         return $instance;
  4853.     }
  4854.     /**
  4855.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4856.      *
  4857.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4858.      */
  4859.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4863.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4864.     }
  4865.     /**
  4866.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4867.      *
  4868.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4869.      */
  4870.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4871.     {
  4872.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4873.     }
  4874.     /**
  4875.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4876.      *
  4877.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4878.      */
  4879.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4880.     {
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4882.         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()));
  4883.     }
  4884.     /**
  4885.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4886.      *
  4887.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4888.      */
  4889.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4892.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4893.     }
  4894.     /**
  4895.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4896.      *
  4897.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4898.      */
  4899.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4903.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4904.     }
  4905.     /**
  4906.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4907.      *
  4908.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4909.      */
  4910.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4914.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4915.             return new \EmptyIterator();
  4916.         }, 0));
  4917.     }
  4918.     /**
  4919.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4920.      *
  4921.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4922.      */
  4923.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4927.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4928.     }
  4929.     /**
  4930.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4931.      *
  4932.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4933.      */
  4934.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4938.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4942.      *
  4943.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4944.      */
  4945.     protected function getDoctrine_Orm_Validator_UniqueService()
  4946.     {
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4950.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4951.     }
  4952.     /**
  4953.      * Gets the private 'doctrine.query_dql_command' shared service.
  4954.      *
  4955.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4956.      */
  4957.     protected function getDoctrine_QueryDqlCommandService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4964.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4965.         $instance->setName('doctrine:query:dql');
  4966.         return $instance;
  4967.     }
  4968.     /**
  4969.      * Gets the private 'doctrine.query_sql_command' shared service.
  4970.      *
  4971.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4972.      */
  4973.     protected function getDoctrine_QuerySqlCommandService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4978.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4979.         $instance->setName('doctrine:query:sql');
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the private 'doctrine.schema_create_command' shared service.
  4984.      *
  4985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4986.      */
  4987.     protected function getDoctrine_SchemaCreateCommandService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4995.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4996.         $instance->setName('doctrine:schema:create');
  4997.         return $instance;
  4998.     }
  4999.     /**
  5000.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5001.      *
  5002.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5003.      */
  5004.     protected function getDoctrine_SchemaDropCommandService()
  5005.     {
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5012.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5013.         $instance->setName('doctrine:schema:drop');
  5014.         return $instance;
  5015.     }
  5016.     /**
  5017.      * Gets the private 'doctrine.schema_update_command' shared service.
  5018.      *
  5019.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5020.      */
  5021.     protected function getDoctrine_SchemaUpdateCommandService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5029.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5030.         $instance->setName('doctrine:schema:update');
  5031.         return $instance;
  5032.     }
  5033.     /**
  5034.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5035.      *
  5036.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5037.      */
  5038.     protected function getDoctrine_SchemaValidateCommandService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5045.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5046.         $instance->setName('doctrine:schema:validate');
  5047.         return $instance;
  5048.     }
  5049.     /**
  5050.      * Gets the private 'doctrine.ulid_generator' shared service.
  5051.      *
  5052.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5053.      */
  5054.     protected function getDoctrine_UlidGeneratorService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5058.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5059.     }
  5060.     /**
  5061.      * Gets the private 'doctrine.uuid_generator' shared service.
  5062.      *
  5063.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5064.      */
  5065.     protected function getDoctrine_UuidGeneratorService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5069.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5070.     }
  5071.     /**
  5072.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5073.      *
  5074.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  5075.      */
  5076.     protected function getDoctrineMigrations_DiffCommandService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  5082.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  5083.         $instance->setName('doctrine:migrations:diff');
  5084.         return $instance;
  5085.     }
  5086.     /**
  5087.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5088.      *
  5089.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  5090.      */
  5091.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  5097.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  5098.         $instance->setName('doctrine:migrations:dump-schema');
  5099.         return $instance;
  5100.     }
  5101.     /**
  5102.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5103.      *
  5104.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  5105.      */
  5106.     protected function getDoctrineMigrations_ExecuteCommandService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  5112.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  5113.         $instance->setName('doctrine:migrations:execute');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5118.      *
  5119.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  5120.      */
  5121.     protected function getDoctrineMigrations_GenerateCommandService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  5127.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  5128.         $instance->setName('doctrine:migrations:generate');
  5129.         return $instance;
  5130.     }
  5131.     /**
  5132.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5133.      *
  5134.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  5135.      */
  5136.     protected function getDoctrineMigrations_LatestCommandService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5142.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5143.         $instance->setName('doctrine:migrations:latest');
  5144.         return $instance;
  5145.     }
  5146.     /**
  5147.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5148.      *
  5149.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5150.      */
  5151.     protected function getDoctrineMigrations_MigrateCommandService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5157.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5158.         $instance->setName('doctrine:migrations:migrate');
  5159.         return $instance;
  5160.     }
  5161.     /**
  5162.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5163.      *
  5164.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5165.      */
  5166.     protected function getDoctrineMigrations_RollupCommandService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5172.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5173.         $instance->setName('doctrine:migrations:rollup');
  5174.         return $instance;
  5175.     }
  5176.     /**
  5177.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5178.      *
  5179.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5180.      */
  5181.     protected function getDoctrineMigrations_StatusCommandService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5187.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5188.         $instance->setName('doctrine:migrations:status');
  5189.         return $instance;
  5190.     }
  5191.     /**
  5192.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5193.      *
  5194.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5195.      */
  5196.     protected function getDoctrineMigrations_UpToDateCommandService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5202.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5203.         $instance->setName('doctrine:migrations:up-to-date');
  5204.         return $instance;
  5205.     }
  5206.     /**
  5207.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5208.      *
  5209.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5210.      */
  5211.     protected function getDoctrineMigrations_VersionCommandService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5217.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5218.         $instance->setName('doctrine:migrations:version');
  5219.         return $instance;
  5220.     }
  5221.     /**
  5222.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5225.      */
  5226.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5230.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5231.         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()));
  5232.     }
  5233.     /**
  5234.      * Gets the private 'exception_listener' shared service.
  5235.      *
  5236.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5237.      */
  5238.     protected function getExceptionListenerService()
  5239.     {
  5240.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5241.     }
  5242.     /**
  5243.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5244.      *
  5245.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5246.      */
  5247.     protected function getForm_ChoiceListFactory_CachedService()
  5248.     {
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5253.         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())));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'form.registry' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\Form\FormRegistry
  5259.      */
  5260.     protected function getForm_RegistryService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5269.         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, [
  5270.             'App\\Form\\BillingEditType' => ['privates''App\\Form\\BillingEditType''getBillingEditTypeService'false],
  5271.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  5272.             'App\\Form\\CustomerCreateType' => ['privates''App\\Form\\CustomerCreateType''getCustomerCreateTypeService'false],
  5273.             'App\\Form\\ExportType' => ['privates''App\\Form\\ExportType''getExportTypeService'false],
  5274.             'App\\Form\\FormUpload' => ['privates''App\\Form\\FormUpload''getFormUploadService'false],
  5275.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  5276.             'App\\Form\\SupportType' => ['privates''App\\Form\\SupportType''getSupportTypeService'false],
  5277.             'App\\Form\\UserCreate' => ['privates''App\\Form\\UserCreate''getUserCreateService'false],
  5278.             'App\\Form\\UserEdit' => ['privates''App\\Form\\UserEdit''getUserEditService'false],
  5279.             'App\\Form\\UserTableActions' => ['privates''App\\Form\\UserTableActions''getUserTableActionsService'false],
  5280.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  5281.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5282.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5283.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5284.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5285.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5286.         ], [
  5287.             'App\\Form\\BillingEditType' => '?',
  5288.             'App\\Form\\ChangePasswordFormType' => '?',
  5289.             'App\\Form\\CustomerCreateType' => '?',
  5290.             'App\\Form\\ExportType' => '?',
  5291.             'App\\Form\\FormUpload' => '?',
  5292.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  5293.             'App\\Form\\SupportType' => '?',
  5294.             'App\\Form\\UserCreate' => '?',
  5295.             'App\\Form\\UserEdit' => '?',
  5296.             'App\\Form\\UserTableActions' => '?',
  5297.             'App\\Form\\UserType' => '?',
  5298.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5299.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5300.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5301.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5302.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5303.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5304.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5305.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5306.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5307.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5308.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5309.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5310.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5311.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5312.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5313.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5314.         }, 1)], new RewindableGenerator(function () {
  5315.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5316.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5317.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5318.     }
  5319.     /**
  5320.      * Gets the private 'form.server_params' shared service.
  5321.      *
  5322.      * @return \Symfony\Component\Form\Util\ServerParams
  5323.      */
  5324.     protected function getForm_ServerParamsService()
  5325.     {
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5327.         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())));
  5328.     }
  5329.     /**
  5330.      * Gets the private 'form.type.choice' shared service.
  5331.      *
  5332.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5333.      */
  5334.     protected function getForm_Type_ChoiceService()
  5335.     {
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5339.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5340.     }
  5341.     /**
  5342.      * Gets the private 'form.type.color' shared service.
  5343.      *
  5344.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5345.      */
  5346.     protected function getForm_Type_ColorService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5351.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5352.     }
  5353.     /**
  5354.      * Gets the private 'form.type.entity' shared service.
  5355.      *
  5356.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5357.      */
  5358.     protected function getForm_Type_EntityService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5364.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5365.     }
  5366.     /**
  5367.      * Gets the private 'form.type.form' shared service.
  5368.      *
  5369.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5370.      */
  5371.     protected function getForm_Type_FormService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5377.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'form.type_extension.csrf' shared service.
  5381.      *
  5382.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5383.      */
  5384.     protected function getForm_TypeExtension_CsrfService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5389.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5390.     }
  5391.     /**
  5392.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5393.      *
  5394.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5395.      */
  5396.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5397.     {
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5401.         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()));
  5402.     }
  5403.     /**
  5404.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5405.      *
  5406.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5407.      */
  5408.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5415.         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())));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5419.      *
  5420.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5421.      */
  5422.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5427.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5428.     }
  5429.     /**
  5430.      * Gets the private 'form.type_extension.form.validator' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5433.      */
  5434.     protected function getForm_TypeExtension_Form_ValidatorService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5440.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5441.     }
  5442.     /**
  5443.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5446.      */
  5447.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5452.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5453.     }
  5454.     /**
  5455.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5456.      *
  5457.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5458.      */
  5459.     protected function getForm_TypeGuesser_DoctrineService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5463.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5464.     }
  5465.     /**
  5466.      * Gets the private 'form.type_guesser.validator' shared service.
  5467.      *
  5468.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5469.      */
  5470.     protected function getForm_TypeGuesser_ValidatorService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5474.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5475.     }
  5476.     /**
  5477.      * Gets the private 'fragment.renderer.inline' shared service.
  5478.      *
  5479.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5480.      */
  5481.     protected function getFragment_Renderer_InlineService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5486.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5487.         if (isset($this->privates['fragment.renderer.inline'])) {
  5488.             return $this->privates['fragment.renderer.inline'];
  5489.         }
  5490.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5491.         if (isset($this->privates['fragment.renderer.inline'])) {
  5492.             return $this->privates['fragment.renderer.inline'];
  5493.         }
  5494.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5495.         $instance->setFragmentPath('/_fragment');
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5500.      *
  5501.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5502.      */
  5503.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5504.     {
  5505.         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())));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5509.      *
  5510.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5511.      */
  5512.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5513.     {
  5514.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5515.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5516.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5517.         }
  5518.         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()), $a);
  5519.     }
  5520.     /**
  5521.      * Gets the private 'locale_aware_listener' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5524.      */
  5525.     protected function getLocaleAwareListenerService()
  5526.     {
  5527.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5528.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5529.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5530.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5531.     }
  5532.     /**
  5533.      * Gets the private 'locale_listener' shared service.
  5534.      *
  5535.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5536.      */
  5537.     protected function getLocaleListenerService()
  5538.     {
  5539.         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()), false, []);
  5540.     }
  5541.     /**
  5542.      * Gets the private 'mailer.mailer' shared service.
  5543.      *
  5544.      * @return \Symfony\Component\Mailer\Mailer
  5545.      */
  5546.     protected function getMailer_MailerService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5553.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5554.         if (isset($this->privates['mailer.mailer'])) {
  5555.             return $this->privates['mailer.mailer'];
  5556.         }
  5557.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5558.             yield => ($this->privates['mailer.transport_factory.amazon'] ?? $this->getMailer_TransportFactory_AmazonService());
  5559.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5560.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5561.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5562.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5563.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  5564.     }
  5565.     /**
  5566.      * Gets the private 'mailer.transport_factory.amazon' shared service.
  5567.      *
  5568.      * @return \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory
  5569.      */
  5570.     protected function getMailer_TransportFactory_AmazonService()
  5571.     {
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-mailer/Transport/SesTransportFactory.php';
  5575.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5576.         if (isset($this->privates['mailer.transport_factory.amazon'])) {
  5577.             return $this->privates['mailer.transport_factory.amazon'];
  5578.         }
  5579.         return $this->privates['mailer.transport_factory.amazon'] = new \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'mailer.transport_factory.native' shared service.
  5583.      *
  5584.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5585.      */
  5586.     protected function getMailer_TransportFactory_NativeService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5591.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5592.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5593.             return $this->privates['mailer.transport_factory.native'];
  5594.         }
  5595.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'mailer.transport_factory.null' shared service.
  5599.      *
  5600.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5601.      */
  5602.     protected function getMailer_TransportFactory_NullService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5607.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5608.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5609.             return $this->privates['mailer.transport_factory.null'];
  5610.         }
  5611.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5615.      *
  5616.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5617.      */
  5618.     protected function getMailer_TransportFactory_SendmailService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5623.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5624.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5625.             return $this->privates['mailer.transport_factory.sendmail'];
  5626.         }
  5627.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5628.     }
  5629.     /**
  5630.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5631.      *
  5632.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5633.      */
  5634.     protected function getMailer_TransportFactory_SmtpService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5639.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5640.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5641.             return $this->privates['mailer.transport_factory.smtp'];
  5642.         }
  5643.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5644.     }
  5645.     /**
  5646.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5647.      *
  5648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5649.      */
  5650.     protected function getMaker_AutoCommand_MakeAuthService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5660.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5661.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5662.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5663.         $instance->setName('make:auth');
  5664.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5665.         return $instance;
  5666.     }
  5667.     /**
  5668.      * Gets the private 'maker.auto_command.make_command' shared service.
  5669.      *
  5670.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5671.      */
  5672.     protected function getMaker_AutoCommand_MakeCommandService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5680.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5681.         $instance->setName('make:command');
  5682.         $instance->setDescription('Creates a new console command class');
  5683.         return $instance;
  5684.     }
  5685.     /**
  5686.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5687.      *
  5688.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5689.      */
  5690.     protected function getMaker_AutoCommand_MakeControllerService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5698.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5699.         $instance->setName('make:controller');
  5700.         $instance->setDescription('Creates a new controller class');
  5701.         return $instance;
  5702.     }
  5703.     /**
  5704.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5705.      *
  5706.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5707.      */
  5708.     protected function getMaker_AutoCommand_MakeCrudService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5716.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5717.         $instance->setName('make:crud');
  5718.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5719.         return $instance;
  5720.     }
  5721.     /**
  5722.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5723.      *
  5724.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5725.      */
  5726.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5727.     {
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5734.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5735.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5736.         $instance->setName('make:docker:database');
  5737.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5738.         return $instance;
  5739.     }
  5740.     /**
  5741.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5742.      *
  5743.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5744.      */
  5745.     protected function getMaker_AutoCommand_MakeEntityService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5754.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5755.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5756.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5757.         $instance->setName('make:entity');
  5758.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5759.         return $instance;
  5760.     }
  5761.     /**
  5762.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5763.      *
  5764.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5765.      */
  5766.     protected function getMaker_AutoCommand_MakeFixturesService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5774.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5775.         $instance->setName('make:fixtures');
  5776.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the private 'maker.auto_command.make_form' shared service.
  5781.      *
  5782.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5783.      */
  5784.     protected function getMaker_AutoCommand_MakeFormService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5792.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5793.         $instance->setName('make:form');
  5794.         $instance->setDescription('Creates a new form class');
  5795.         return $instance;
  5796.     }
  5797.     /**
  5798.      * Gets the private 'maker.auto_command.make_message' shared service.
  5799.      *
  5800.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5801.      */
  5802.     protected function getMaker_AutoCommand_MakeMessageService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5810.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5811.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5812.         $instance->setName('make:message');
  5813.         $instance->setDescription('Creates a new message and handler');
  5814.         return $instance;
  5815.     }
  5816.     /**
  5817.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5818.      *
  5819.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5820.      */
  5821.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5829.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5830.         $instance->setName('make:messenger-middleware');
  5831.         $instance->setDescription('Creates a new messenger middleware');
  5832.         return $instance;
  5833.     }
  5834.     /**
  5835.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5836.      *
  5837.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5838.      */
  5839.     protected function getMaker_AutoCommand_MakeMigrationService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5848.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5849.         $instance->setName('make:migration');
  5850.         $instance->setDescription('Creates a new migration based on database changes');
  5851.         return $instance;
  5852.     }
  5853.     /**
  5854.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5855.      *
  5856.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5857.      */
  5858.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5866.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5867.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5868.         $instance->setName('make:registration-form');
  5869.         $instance->setDescription('Creates a new registration form system');
  5870.         return $instance;
  5871.     }
  5872.     /**
  5873.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5874.      *
  5875.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5876.      */
  5877.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5878.     {
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5885.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5886.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5887.         $instance->setName('make:reset-password');
  5888.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5889.         return $instance;
  5890.     }
  5891.     /**
  5892.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5893.      *
  5894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5895.      */
  5896.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5906.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5907.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5908.         $instance->setName('make:security:form-login');
  5909.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5914.      *
  5915.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5916.      */
  5917.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5925.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5926.         $instance->setName('make:serializer:encoder');
  5927.         $instance->setDescription('Creates a new serializer encoder class');
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5932.      *
  5933.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5934.      */
  5935.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5943.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5944.         $instance->setName('make:serializer:normalizer');
  5945.         $instance->setDescription('Creates a new serializer normalizer class');
  5946.         return $instance;
  5947.     }
  5948.     /**
  5949.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5950.      *
  5951.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5952.      */
  5953.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5961.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5962.         $instance->setName('make:stimulus-controller');
  5963.         $instance->setDescription('Creates a new Stimulus controller');
  5964.         return $instance;
  5965.     }
  5966.     /**
  5967.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5968.      *
  5969.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5970.      */
  5971.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5980.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5981.         $instance->setName('make:subscriber');
  5982.         $instance->setDescription('Creates a new event subscriber class');
  5983.         return $instance;
  5984.     }
  5985.     /**
  5986.      * Gets the private 'maker.auto_command.make_test' shared service.
  5987.      *
  5988.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5989.      */
  5990.     protected function getMaker_AutoCommand_MakeTestService()
  5991.     {
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5999.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6000.         $instance->setName('make:test');
  6001.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6002.         $instance->setDescription('Creates a new test class');
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6007.      *
  6008.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6009.      */
  6010.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6018.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6019.         $instance->setName('make:twig-component');
  6020.         $instance->setDescription('Creates a twig (or live) component');
  6021.         return $instance;
  6022.     }
  6023.     /**
  6024.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6025.      *
  6026.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6027.      */
  6028.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6036.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6037.         $instance->setName('make:twig-extension');
  6038.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  6039.         return $instance;
  6040.     }
  6041.     /**
  6042.      * Gets the private 'maker.auto_command.make_user' shared service.
  6043.      *
  6044.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6045.      */
  6046.     protected function getMaker_AutoCommand_MakeUserService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6056.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6057.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6058.         $instance->setName('make:user');
  6059.         $instance->setDescription('Creates a new security user class');
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6064.      *
  6065.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6066.      */
  6067.     protected function getMaker_AutoCommand_MakeValidatorService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6075.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6076.         $instance->setName('make:validator');
  6077.         $instance->setDescription('Creates a new validator and constraint class');
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6082.      *
  6083.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6084.      */
  6085.     protected function getMaker_AutoCommand_MakeVoterService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6093.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6094.         $instance->setName('make:voter');
  6095.         $instance->setDescription('Creates a new security voter class');
  6096.         return $instance;
  6097.     }
  6098.     /**
  6099.      * Gets the private 'maker.doctrine_helper' shared service.
  6100.      *
  6101.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6102.      */
  6103.     protected function getMaker_DoctrineHelperService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6106.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6107.     }
  6108.     /**
  6109.      * Gets the private 'maker.entity_class_generator' shared service.
  6110.      *
  6111.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6112.      */
  6113.     protected function getMaker_EntityClassGeneratorService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6116.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6117.     }
  6118.     /**
  6119.      * Gets the private 'maker.file_link_formatter' shared service.
  6120.      *
  6121.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  6122.      */
  6123.     protected function getMaker_FileLinkFormatterService()
  6124.     {
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6126.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6127.     }
  6128.     /**
  6129.      * Gets the private 'maker.file_manager' shared service.
  6130.      *
  6131.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6132.      */
  6133.     protected function getMaker_FileManagerService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6139.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6140.     }
  6141.     /**
  6142.      * Gets the private 'maker.generator' shared service.
  6143.      *
  6144.      * @return \Symfony\Bundle\MakerBundle\Generator
  6145.      */
  6146.     protected function getMaker_GeneratorService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6150.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  6151.     }
  6152.     /**
  6153.      * Gets the private 'maker.php_compat_util' shared service.
  6154.      *
  6155.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6156.      */
  6157.     protected function getMaker_PhpCompatUtilService()
  6158.     {
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6160.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6161.     }
  6162.     /**
  6163.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6164.      *
  6165.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6166.      */
  6167.     protected function getMaker_Renderer_FormTypeRendererService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6170.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6171.     }
  6172.     /**
  6173.      * Gets the private 'mime_types' shared service.
  6174.      *
  6175.      * @return \Symfony\Component\Mime\MimeTypes
  6176.      */
  6177.     protected function getMimeTypesService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6182.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6183.         $instance->setDefault($instance);
  6184.         return $instance;
  6185.     }
  6186.     /**
  6187.      * Gets the private 'monolog.command.server_log' shared service.
  6188.      *
  6189.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6190.      */
  6191.     protected function getMonolog_Command_ServerLogService()
  6192.     {
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6195.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6196.         $instance->setName('server:log');
  6197.         $instance->setDescription('Start a log server that displays logs in real time');
  6198.         return $instance;
  6199.     }
  6200.     /**
  6201.      * Gets the private 'monolog.handler.console' shared service.
  6202.      *
  6203.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6204.      */
  6205.     protected function getMonolog_Handler_ConsoleService()
  6206.     {
  6207.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6208.     }
  6209.     /**
  6210.      * Gets the private 'monolog.handler.main' shared service.
  6211.      *
  6212.      * @return \Monolog\Handler\StreamHandler
  6213.      */
  6214.     protected function getMonolog_Handler_MainService()
  6215.     {
  6216.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6217.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6218.         return $instance;
  6219.     }
  6220.     /**
  6221.      * Gets the private 'monolog.logger' shared service.
  6222.      *
  6223.      * @return \Symfony\Bridge\Monolog\Logger
  6224.      */
  6225.     protected function getMonolog_LoggerService()
  6226.     {
  6227.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6228.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6229.         $instance->useMicrosecondTimestamps(true);
  6230.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6231.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6233.         return $instance;
  6234.     }
  6235.     /**
  6236.      * Gets the private 'monolog.logger.cache' shared service.
  6237.      *
  6238.      * @return \Symfony\Bridge\Monolog\Logger
  6239.      */
  6240.     protected function getMonolog_Logger_CacheService()
  6241.     {
  6242.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6243.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6244.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6245.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6246.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the private 'monolog.logger.mailer' shared service.
  6251.      *
  6252.      * @return \Symfony\Bridge\Monolog\Logger
  6253.      */
  6254.     protected function getMonolog_Logger_MailerService()
  6255.     {
  6256.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6257.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6258.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6259.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6260.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the private 'monolog.logger.request' shared service.
  6265.      *
  6266.      * @return \Symfony\Bridge\Monolog\Logger
  6267.      */
  6268.     protected function getMonolog_Logger_RequestService()
  6269.     {
  6270.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6271.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6272.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6273.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6274.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6275.         return $instance;
  6276.     }
  6277.     /**
  6278.      * Gets the private 'monolog.logger.security' shared service.
  6279.      *
  6280.      * @return \Symfony\Bridge\Monolog\Logger
  6281.      */
  6282.     protected function getMonolog_Logger_SecurityService()
  6283.     {
  6284.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6285.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6286.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6287.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6288.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6289.         return $instance;
  6290.     }
  6291.     /**
  6292.      * Gets the private 'parameter_bag' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6295.      */
  6296.     protected function getParameterBagService()
  6297.     {
  6298.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6299.     }
  6300.     /**
  6301.      * Gets the private 'profiler_listener' shared service.
  6302.      *
  6303.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6304.      */
  6305.     protected function getProfilerListenerService()
  6306.     {
  6307.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6308.         if (isset($this->privates['profiler_listener'])) {
  6309.             return $this->privates['profiler_listener'];
  6310.         }
  6311.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6312.     }
  6313.     /**
  6314.      * Gets the private 'property_accessor' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6317.      */
  6318.     protected function getPropertyAccessorService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6326.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6327.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6328.     }
  6329.     /**
  6330.      * Gets the private 'property_info' shared service.
  6331.      *
  6332.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6333.      */
  6334.     protected function getPropertyInfoService()
  6335.     {
  6336.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6337.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6338.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6339.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6340.         }, 3), new RewindableGenerator(function () {
  6341.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6342.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6343.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6344.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6345.         }, 4), new RewindableGenerator(function () {
  6346.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6347.         }, 1), new RewindableGenerator(function () {
  6348.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6349.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6350.         }, 2), new RewindableGenerator(function () {
  6351.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6352.         }, 1));
  6353.     }
  6354.     /**
  6355.      * Gets the private 'property_info.serializer_extractor' shared service.
  6356.      *
  6357.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6358.      */
  6359.     protected function getPropertyInfo_SerializerExtractorService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6362.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6363.     }
  6364.     /**
  6365.      * Gets the private 'router.cache_warmer' shared service.
  6366.      *
  6367.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6368.      */
  6369.     protected function getRouter_CacheWarmerService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6373.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6374.             'router' => ['services''router''getRouterService'false],
  6375.         ], [
  6376.             'router' => '?',
  6377.         ]))->withContext('router.cache_warmer'$this));
  6378.     }
  6379.     /**
  6380.      * Gets the private 'router.expression_language_provider' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6383.      */
  6384.     protected function getRouter_ExpressionLanguageProviderService()
  6385.     {
  6386.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6387.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6388.         ], [
  6389.             'env' => 'Closure',
  6390.         ]));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'router.request_context' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Routing\RequestContext
  6396.      */
  6397.     protected function getRouter_RequestContextService()
  6398.     {
  6399.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6400.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6401.         return $instance;
  6402.     }
  6403.     /**
  6404.      * Gets the private 'router_listener' shared service.
  6405.      *
  6406.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6407.      */
  6408.     protected function getRouterListenerService()
  6409.     {
  6410.         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);
  6411.     }
  6412.     /**
  6413.      * Gets the private 'secrets.vault' shared service.
  6414.      *
  6415.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6416.      */
  6417.     protected function getSecrets_VaultService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6423.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  6424.     }
  6425.     /**
  6426.      * Gets the private 'security.access_listener' shared service.
  6427.      *
  6428.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6429.      */
  6430.     protected function getSecurity_AccessListenerService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6435.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6436.         if (isset($this->privates['security.access_listener'])) {
  6437.             return $this->privates['security.access_listener'];
  6438.         }
  6439.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6440.         if (isset($this->privates['security.access_listener'])) {
  6441.             return $this->privates['security.access_listener'];
  6442.         }
  6443.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  6444.     }
  6445.     /**
  6446.      * Gets the private 'security.access_map' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\Security\Http\AccessMap
  6449.      */
  6450.     protected function getSecurity_AccessMapService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6456.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6457.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6458.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6459.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  6460.         return $instance;
  6461.     }
  6462.     /**
  6463.      * Gets the private 'security.authentication.guard_handler' shared service.
  6464.      *
  6465.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6466.      *
  6467.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6468.      */
  6469.     protected function getSecurity_Authentication_GuardHandlerService()
  6470.     {
  6471.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6474.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6475.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6476.             return $this->privates['security.authentication.guard_handler'];
  6477.         }
  6478.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  6479.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  6480.         return $instance;
  6481.     }
  6482.     /**
  6483.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6484.      *
  6485.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6486.      *
  6487.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6488.      */
  6489.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6490.     {
  6491.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6492.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6493.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6494.             return $this->privates['security.authentication.listener.anonymous.main'];
  6495.         }
  6496.         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()), $a);
  6497.     }
  6498.     /**
  6499.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6500.      *
  6501.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6502.      *
  6503.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6504.      */
  6505.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6506.     {
  6507.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6508.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6509.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6510.             return $this->privates['security.authentication.listener.guard.main'];
  6511.         }
  6512.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6513.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6514.             return $this->privates['security.authentication.listener.guard.main'];
  6515.         }
  6516.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  6517.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6518.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'security.authentication.manager' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6524.      *
  6525.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6526.      */
  6527.     protected function getSecurity_Authentication_ManagerService()
  6528.     {
  6529.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6530.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6531.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6532.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6533.         }, 2), true);
  6534.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6535.         return $instance;
  6536.     }
  6537.     /**
  6538.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6539.      *
  6540.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6541.      *
  6542.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6543.      */
  6544.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6545.     {
  6546.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6547.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6548.     }
  6549.     /**
  6550.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6551.      *
  6552.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6553.      *
  6554.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6555.      */
  6556.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6557.     {
  6558.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6563.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6564.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6565.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  6566.     }
  6567.     /**
  6568.      * Gets the private 'security.authentication_utils' shared service.
  6569.      *
  6570.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6571.      */
  6572.     protected function getSecurity_AuthenticationUtilsService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6575.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6576.     }
  6577.     /**
  6578.      * Gets the private 'security.channel_listener' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6581.      */
  6582.     protected function getSecurity_ChannelListenerService()
  6583.     {
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6587.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6588.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  6589.     }
  6590.     /**
  6591.      * Gets the private 'security.command.debug_firewall' shared service.
  6592.      *
  6593.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6594.      */
  6595.     protected function getSecurity_Command_DebugFirewallService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6599.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  6600.         $instance->setName('debug:firewall');
  6601.         $instance->setDescription('Display information about your security firewall(s)');
  6602.         return $instance;
  6603.     }
  6604.     /**
  6605.      * Gets the private 'security.command.user_password_encoder' shared service.
  6606.      *
  6607.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6608.      *
  6609.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6610.      */
  6611.     protected function getSecurity_Command_UserPasswordEncoderService()
  6612.     {
  6613.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6614.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  6615.         $instance->setName('security:encode-password');
  6616.         $instance->setDescription('Encode a password');
  6617.         return $instance;
  6618.     }
  6619.     /**
  6620.      * Gets the private 'security.command.user_password_hash' shared service.
  6621.      *
  6622.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6623.      */
  6624.     protected function getSecurity_Command_UserPasswordHashService()
  6625.     {
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6628.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  6629.         $instance->setName('security:hash-password');
  6630.         $instance->setDescription('Hash a user password');
  6631.         return $instance;
  6632.     }
  6633.     /**
  6634.      * Gets the private 'security.context_listener.0' shared service.
  6635.      *
  6636.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6637.      */
  6638.     protected function getSecurity_ContextListener_0Service()
  6639.     {
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6643.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6644.         if (isset($this->privates['security.context_listener.0'])) {
  6645.             return $this->privates['security.context_listener.0'];
  6646.         }
  6647.         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 () {
  6648.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6649.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6650.     }
  6651.     /**
  6652.      * Gets the private 'security.csrf.token_storage' shared service.
  6653.      *
  6654.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6655.      */
  6656.     protected function getSecurity_Csrf_TokenStorageService()
  6657.     {
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6661.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6662.     }
  6663.     /**
  6664.      * Gets the private 'security.encoder_factory.generic' shared service.
  6665.      *
  6666.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6667.      *
  6668.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6669.      */
  6670.     protected function getSecurity_EncoderFactory_GenericService()
  6671.     {
  6672.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6673.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6674.     }
  6675.     /**
  6676.      * Gets the private 'security.event_dispatcher.main' shared service.
  6677.      *
  6678.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6679.      */
  6680.     protected function getSecurity_EventDispatcher_MainService()
  6681.     {
  6682.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6684.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6685.         }, => 'onLogout'], 64);
  6686.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6687.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6688.         }, => 'onLogout'], 0);
  6689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6690.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6691.         }, => 'onLogout'], 0);
  6692.         return $instance;
  6693.     }
  6694.     /**
  6695.      * Gets the private 'security.firewall.map' shared service.
  6696.      *
  6697.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6698.      */
  6699.     protected function getSecurity_Firewall_MapService()
  6700.     {
  6701.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6702.         if (isset($this->privates['security.firewall.map'])) {
  6703.             return $this->privates['security.firewall.map'];
  6704.         }
  6705.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6706.             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)/')));
  6707.             yield 'security.firewall.map.context.main' => NULL;
  6708.         }, 2));
  6709.     }
  6710.     /**
  6711.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6712.      *
  6713.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6714.      */
  6715.     protected function getSecurity_Firewall_Map_Context_DevService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6719.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6720.             return new \EmptyIterator();
  6721.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6722.     }
  6723.     /**
  6724.      * Gets the private 'security.firewall.map.context.main' shared service.
  6725.      *
  6726.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6727.      */
  6728.     protected function getSecurity_Firewall_Map_Context_MainService()
  6729.     {
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6738.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6739.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6740.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6741.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6742.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6743.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6744.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6745.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6746.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6747.     }
  6748.     /**
  6749.      * Gets the private 'security.http_utils' shared service.
  6750.      *
  6751.      * @return \Symfony\Component\Security\Http\HttpUtils
  6752.      */
  6753.     protected function getSecurity_HttpUtilsService()
  6754.     {
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6756.         $a = ($this->services['router'] ?? $this->getRouterService());
  6757.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6758.     }
  6759.     /**
  6760.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6761.      *
  6762.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6763.      */
  6764.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6765.     {
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6767.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6768.     }
  6769.     /**
  6770.      * Gets the private 'security.logout.listener.default.main' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6773.      */
  6774.     protected function getSecurity_Logout_Listener_Default_MainService()
  6775.     {
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6777.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6778.     }
  6779.     /**
  6780.      * Gets the private 'security.logout_url_generator' shared service.
  6781.      *
  6782.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6783.      */
  6784.     protected function getSecurity_LogoutUrlGeneratorService()
  6785.     {
  6786.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6787.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6788.         return $instance;
  6789.     }
  6790.     /**
  6791.      * Gets the private 'security.password_hasher_factory' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6794.      */
  6795.     protected function getSecurity_PasswordHasherFactoryService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6799.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6800.     }
  6801.     /**
  6802.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6803.      *
  6804.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6805.      */
  6806.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6811.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  6812.     }
  6813.     /**
  6814.      * Gets the private 'security.validator.user_password' shared service.
  6815.      *
  6816.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6817.      */
  6818.     protected function getSecurity_Validator_UserPasswordService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6823.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6824.     }
  6825.     /**
  6826.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6827.      *
  6828.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6829.      */
  6830.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6831.     {
  6832.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6833.     }
  6834.     /**
  6835.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6836.      *
  6837.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6838.      */
  6839.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6840.     {
  6841.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6842.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6843.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6844.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6845.     }
  6846.     /**
  6847.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6848.      *
  6849.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6850.      */
  6851.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6852.     {
  6853.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6854.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6855.             return $this->privates['sensio_framework_extra.security.listener'];
  6856.         }
  6857.         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())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6858.     }
  6859.     /**
  6860.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6861.      *
  6862.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6863.      */
  6864.     protected function getSensioFrameworkExtra_View_ListenerService()
  6865.     {
  6866.         $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))));
  6867.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6868.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6869.         ], [
  6870.             'twig' => '?',
  6871.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6872.         return $instance;
  6873.     }
  6874.     /**
  6875.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6876.      *
  6877.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6878.      */
  6879.     protected function getSerializer_Mapping_CacheWarmerService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6886.         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'));
  6887.     }
  6888.     /**
  6889.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6890.      *
  6891.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6892.      */
  6893.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6894.     {
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6901.         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()))]));
  6902.     }
  6903.     /**
  6904.      * Gets the private 'session.factory' shared service.
  6905.      *
  6906.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6907.      */
  6908.     protected function getSession_FactoryService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6912.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6913.         if (isset($this->privates['session.factory'])) {
  6914.             return $this->privates['session.factory'];
  6915.         }
  6916.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  6917.     }
  6918.     /**
  6919.      * Gets the private 'session.storage.factory.service' shared service.
  6920.      *
  6921.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6922.      *
  6923.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  6924.      */
  6925.     protected function getSession_Storage_Factory_ServiceService()
  6926.     {
  6927.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  6928.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6929.     }
  6930.     /**
  6931.      * Gets the private 'session.storage.metadata_bag' shared service.
  6932.      *
  6933.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6934.      *
  6935.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6936.      */
  6937.     protected function getSession_Storage_MetadataBagService()
  6938.     {
  6939.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6940.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6941.     }
  6942.     /**
  6943.      * Gets the private 'session.storage.native' shared service.
  6944.      *
  6945.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6946.      *
  6947.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6948.      */
  6949.     protected function getSession_Storage_NativeService()
  6950.     {
  6951.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6954.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  6955.     }
  6956.     /**
  6957.      * Gets the private 'session_listener' shared service.
  6958.      *
  6959.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6960.      */
  6961.     protected function getSessionListenerService()
  6962.     {
  6963.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6964.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6965.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6966.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6967.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6968.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6969.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6970.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6971.         ], [
  6972.             'initialized_session' => '?',
  6973.             'logger' => '?',
  6974.             'request_stack' => '?',
  6975.             'session' => '?',
  6976.             'session_collector' => '?',
  6977.             'session_factory' => '?',
  6978.             'session_storage' => '?',
  6979.         ]), true$this->parameters['session.storage.options']);
  6980.     }
  6981.     /**
  6982.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  6983.      *
  6984.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  6985.      */
  6986.     protected function getSymfonycasts_ResetPassword_CleanerService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  6989.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  6990.     }
  6991.     /**
  6992.      * Gets the private 'translation.extractor' shared service.
  6993.      *
  6994.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6995.      */
  6996.     protected function getTranslation_ExtractorService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7003.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7004.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7005.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7006.         return $instance;
  7007.     }
  7008.     /**
  7009.      * Gets the private 'translation.loader.csv' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7012.      */
  7013.     protected function getTranslation_Loader_CsvService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7019.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7020.     }
  7021.     /**
  7022.      * Gets the private 'translation.loader.dat' shared service.
  7023.      *
  7024.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7025.      */
  7026.     protected function getTranslation_Loader_DatService()
  7027.     {
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7031.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7032.     }
  7033.     /**
  7034.      * Gets the private 'translation.loader.ini' shared service.
  7035.      *
  7036.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7037.      */
  7038.     protected function getTranslation_Loader_IniService()
  7039.     {
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7044.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7045.     }
  7046.     /**
  7047.      * Gets the private 'translation.loader.json' shared service.
  7048.      *
  7049.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7050.      */
  7051.     protected function getTranslation_Loader_JsonService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7057.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7058.     }
  7059.     /**
  7060.      * Gets the private 'translation.loader.mo' shared service.
  7061.      *
  7062.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7063.      */
  7064.     protected function getTranslation_Loader_MoService()
  7065.     {
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7070.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7071.     }
  7072.     /**
  7073.      * Gets the private 'translation.loader.php' shared service.
  7074.      *
  7075.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7076.      */
  7077.     protected function getTranslation_Loader_PhpService()
  7078.     {
  7079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7083.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7084.     }
  7085.     /**
  7086.      * Gets the private 'translation.loader.po' shared service.
  7087.      *
  7088.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7089.      */
  7090.     protected function getTranslation_Loader_PoService()
  7091.     {
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7096.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7097.     }
  7098.     /**
  7099.      * Gets the private 'translation.loader.qt' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7102.      */
  7103.     protected function getTranslation_Loader_QtService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7107.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7108.     }
  7109.     /**
  7110.      * Gets the private 'translation.loader.res' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7113.      */
  7114.     protected function getTranslation_Loader_ResService()
  7115.     {
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7118.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7119.     }
  7120.     /**
  7121.      * Gets the private 'translation.loader.xliff' shared service.
  7122.      *
  7123.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7124.      */
  7125.     protected function getTranslation_Loader_XliffService()
  7126.     {
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7129.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7130.     }
  7131.     /**
  7132.      * Gets the private 'translation.loader.yml' shared service.
  7133.      *
  7134.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7135.      */
  7136.     protected function getTranslation_Loader_YmlService()
  7137.     {
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7142.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7143.     }
  7144.     /**
  7145.      * Gets the private 'translation.provider_collection' shared service.
  7146.      *
  7147.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7148.      */
  7149.     protected function getTranslation_ProviderCollectionService()
  7150.     {
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7153.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7154.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7155.         }, 1), []))->fromConfig([]);
  7156.     }
  7157.     /**
  7158.      * Gets the private 'translation.reader' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7161.      */
  7162.     protected function getTranslation_ReaderService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7180.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7181.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7182.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7183.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7184.         $instance->addLoader('yaml'$a);
  7185.         $instance->addLoader('yml'$a);
  7186.         $instance->addLoader('xlf'$b);
  7187.         $instance->addLoader('xliff'$b);
  7188.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7189.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7190.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7191.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7192.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7193.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7194.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7195.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7196.         return $instance;
  7197.     }
  7198.     /**
  7199.      * Gets the private 'translation.warmer' shared service.
  7200.      *
  7201.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7202.      */
  7203.     protected function getTranslation_WarmerService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7207.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7208.             'translator' => ['services''translator''getTranslatorService'false],
  7209.         ], [
  7210.             'translator' => '?',
  7211.         ]))->withContext('translation.warmer'$this));
  7212.     }
  7213.     /**
  7214.      * Gets the private 'translation.writer' shared service.
  7215.      *
  7216.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7217.      */
  7218.     protected function getTranslation_WriterService()
  7219.     {
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7234.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7235.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7236.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7237.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7238.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7239.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7240.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7241.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7242.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7243.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7244.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7245.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the private 'translator.default' shared service.
  7250.      *
  7251.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7252.      */
  7253.     protected function getTranslator_DefaultService()
  7254.     {
  7255.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7256.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7257.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7258.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7259.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7260.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7261.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7262.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7263.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7264.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7265.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7266.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7267.         ], [
  7268.             'translation.loader.csv' => '?',
  7269.             'translation.loader.dat' => '?',
  7270.             'translation.loader.ini' => '?',
  7271.             'translation.loader.json' => '?',
  7272.             'translation.loader.mo' => '?',
  7273.             'translation.loader.php' => '?',
  7274.             'translation.loader.po' => '?',
  7275.             'translation.loader.qt' => '?',
  7276.             'translation.loader.res' => '?',
  7277.             'translation.loader.xliff' => '?',
  7278.             'translation.loader.yml' => '?',
  7279.         ]), 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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.el.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.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')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.he.xliff')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.zh_CN.xliff')], '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')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eo.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/kevinpapst/adminlte-bundle/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/twig/extra-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  7280.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7281.         $instance->setFallbackLocales([=> 'en']);
  7282.         return $instance;
  7283.     }
  7284.     /**
  7285.      * Gets the private 'twig.command.debug' shared service.
  7286.      *
  7287.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7288.      */
  7289.     protected function getTwig_Command_DebugService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7293.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7294.         $instance->setName('debug:twig');
  7295.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7296.         return $instance;
  7297.     }
  7298.     /**
  7299.      * Gets the private 'twig.command.lint' shared service.
  7300.      *
  7301.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7302.      */
  7303.     protected function getTwig_Command_LintService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7308.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7309.         $instance->setName('lint:twig');
  7310.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7311.         return $instance;
  7312.     }
  7313.     /**
  7314.      * Gets the private 'twig.form.engine' shared service.
  7315.      *
  7316.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7317.      */
  7318.     protected function getTwig_Form_EngineService()
  7319.     {
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7323.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7324.         if (isset($this->privates['twig.form.engine'])) {
  7325.             return $this->privates['twig.form.engine'];
  7326.         }
  7327.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7328.     }
  7329.     /**
  7330.      * Gets the private 'twig.form.renderer' shared service.
  7331.      *
  7332.      * @return \Symfony\Component\Form\FormRenderer
  7333.      */
  7334.     protected function getTwig_Form_RendererService()
  7335.     {
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7338.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7339.         if (isset($this->privates['twig.form.renderer'])) {
  7340.             return $this->privates['twig.form.renderer'];
  7341.         }
  7342.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7343.     }
  7344.     /**
  7345.      * Gets the private 'twig.mailer.message_listener' shared service.
  7346.      *
  7347.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7348.      */
  7349.     protected function getTwig_Mailer_MessageListenerService()
  7350.     {
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7354.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7355.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7356.             return $this->privates['twig.mailer.message_listener'];
  7357.         }
  7358.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7359.     }
  7360.     /**
  7361.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7362.      *
  7363.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7364.      */
  7365.     protected function getTwig_Runtime_HttpkernelService()
  7366.     {
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7373.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7374.         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, [
  7375.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7376.         ], [
  7377.             'inline' => '?',
  7378.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7379.     }
  7380.     /**
  7381.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7382.      *
  7383.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7384.      */
  7385.     protected function getTwig_Runtime_SecurityCsrfService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7388.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7389.     }
  7390.     /**
  7391.      * Gets the private 'twig.runtime.serializer' shared service.
  7392.      *
  7393.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7394.      */
  7395.     protected function getTwig_Runtime_SerializerService()
  7396.     {
  7397.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7399.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7400.     }
  7401.     /**
  7402.      * Gets the private 'twig.template_cache_warmer' shared service.
  7403.      *
  7404.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7405.      */
  7406.     protected function getTwig_TemplateCacheWarmerService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7411.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7412.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7413.         ], [
  7414.             'twig' => '?',
  7415.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  7416.     }
  7417.     /**
  7418.      * Gets the private 'validator.builder' shared service.
  7419.      *
  7420.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7421.      */
  7422.     protected function getValidator_BuilderService()
  7423.     {
  7424.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7425.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7426.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7427.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7428.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7429.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7430.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7431.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7432.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7433.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7434.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7435.         ], [
  7436.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7437.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7438.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7439.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7440.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7441.             'doctrine.orm.validator.unique' => '?',
  7442.             'security.validator.user_password' => '?',
  7443.             'validator.expression' => '?',
  7444.         ])));
  7445.         if ($this->has('translator')) {
  7446.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7447.         }
  7448.         $instance->setTranslationDomain('validators');
  7449.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7450.         $instance->enableAnnotationMapping(true);
  7451.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7452.         $instance->addMethodMapping('loadValidatorMetadata');
  7453.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7454.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7455.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7456.         return $instance;
  7457.     }
  7458.     /**
  7459.      * Gets the private 'validator.email' shared service.
  7460.      *
  7461.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7462.      */
  7463.     protected function getValidator_EmailService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7468.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7469.     }
  7470.     /**
  7471.      * Gets the private 'validator.expression' shared service.
  7472.      *
  7473.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7474.      */
  7475.     protected function getValidator_ExpressionService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7480.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  7481.     }
  7482.     /**
  7483.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7484.      *
  7485.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7486.      */
  7487.     protected function getValidator_Mapping_CacheWarmerService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7492.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7493.     }
  7494.     /**
  7495.      * Gets the private 'validator.not_compromised_password' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7498.      */
  7499.     protected function getValidator_NotCompromisedPasswordService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7504.         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);
  7505.     }
  7506.     /**
  7507.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7508.      *
  7509.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7510.      */
  7511.     protected function getVarDumper_Command_ServerDumpService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7519.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7520.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7521.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7522.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7523.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7524.         $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()))]);
  7525.         $instance->setName('server:dump');
  7526.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7527.         return $instance;
  7528.     }
  7529.     /**
  7530.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7531.      *
  7532.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7533.      */
  7534.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7535.     {
  7536.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7537.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7538.         return $instance;
  7539.     }
  7540.     /**
  7541.      * Gets the private 'var_dumper.html_dumper' shared service.
  7542.      *
  7543.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7544.      */
  7545.     protected function getVarDumper_HtmlDumperService()
  7546.     {
  7547.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7548.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7549.         return $instance;
  7550.     }
  7551.     /**
  7552.      * Gets the private 'var_dumper.server_connection' shared service.
  7553.      *
  7554.      * @return \Symfony\Component\VarDumper\Server\Connection
  7555.      */
  7556.     protected function getVarDumper_ServerConnectionService()
  7557.     {
  7558.         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()]);
  7559.     }
  7560.     /**
  7561.      * Gets the private 'web_profiler.csp.handler' shared service.
  7562.      *
  7563.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7564.      */
  7565.     protected function getWebProfiler_Csp_HandlerService()
  7566.     {
  7567.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7568.     }
  7569.     /**
  7570.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7571.      *
  7572.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7573.      */
  7574.     protected function getWebProfiler_DebugToolbarService()
  7575.     {
  7576.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7577.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7578.             return $this->privates['web_profiler.debug_toolbar'];
  7579.         }
  7580.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7581.     }
  7582.     /**
  7583.      * Gets the public 'cache_clearer' alias.
  7584.      *
  7585.      * @return object The ".container.private.cache_clearer" service.
  7586.      */
  7587.     protected function getCacheClearerService()
  7588.     {
  7589.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7590.         return $this->get('.container.private.cache_clearer');
  7591.     }
  7592.     /**
  7593.      * Gets the public 'filesystem' alias.
  7594.      *
  7595.      * @return object The ".container.private.filesystem" service.
  7596.      */
  7597.     protected function getFilesystemService()
  7598.     {
  7599.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7600.         return $this->get('.container.private.filesystem');
  7601.     }
  7602.     /**
  7603.      * Gets the public 'serializer' alias.
  7604.      *
  7605.      * @return object The ".container.private.serializer" service.
  7606.      */
  7607.     protected function getSerializerService()
  7608.     {
  7609.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7610.         return $this->get('.container.private.serializer');
  7611.     }
  7612.     /**
  7613.      * Gets the public 'security.csrf.token_manager' alias.
  7614.      *
  7615.      * @return object The ".container.private.security.csrf.token_manager" service.
  7616.      */
  7617.     protected function getSecurity_Csrf_TokenManagerService()
  7618.     {
  7619.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7620.         return $this->get('.container.private.security.csrf.token_manager');
  7621.     }
  7622.     /**
  7623.      * Gets the public 'form.factory' alias.
  7624.      *
  7625.      * @return object The ".container.private.form.factory" service.
  7626.      */
  7627.     protected function getForm_FactoryService()
  7628.     {
  7629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7630.         return $this->get('.container.private.form.factory');
  7631.     }
  7632.     /**
  7633.      * Gets the public 'form.type.file' alias.
  7634.      *
  7635.      * @return object The ".container.private.form.type.file" service.
  7636.      */
  7637.     protected function getForm_Type_FileService()
  7638.     {
  7639.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7640.         return $this->get('.container.private.form.type.file');
  7641.     }
  7642.     /**
  7643.      * Gets the public 'profiler' alias.
  7644.      *
  7645.      * @return object The ".container.private.profiler" service.
  7646.      */
  7647.     protected function getProfilerService()
  7648.     {
  7649.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7650.         return $this->get('.container.private.profiler');
  7651.     }
  7652.     /**
  7653.      * Gets the public 'security.authorization_checker' alias.
  7654.      *
  7655.      * @return object The ".container.private.security.authorization_checker" service.
  7656.      */
  7657.     protected function getSecurity_AuthorizationCheckerService()
  7658.     {
  7659.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7660.         return $this->get('.container.private.security.authorization_checker');
  7661.     }
  7662.     /**
  7663.      * Gets the public 'security.token_storage' alias.
  7664.      *
  7665.      * @return object The ".container.private.security.token_storage" service.
  7666.      */
  7667.     protected function getSecurity_TokenStorageService()
  7668.     {
  7669.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7670.         return $this->get('.container.private.security.token_storage');
  7671.     }
  7672.     /**
  7673.      * Gets the public 'twig' alias.
  7674.      *
  7675.      * @return object The ".container.private.twig" service.
  7676.      */
  7677.     protected function getTwigService()
  7678.     {
  7679.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7680.         return $this->get('.container.private.twig');
  7681.     }
  7682.     /**
  7683.      * Gets the public 'security.password_encoder' alias.
  7684.      *
  7685.      * @return object The ".container.private.security.password_encoder" service.
  7686.      */
  7687.     protected function getSecurity_PasswordEncoderService()
  7688.     {
  7689.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7690.         return $this->get('.container.private.security.password_encoder');
  7691.     }
  7692.     /**
  7693.      * Gets the public 'session' alias.
  7694.      *
  7695.      * @return object The ".container.private.session" service.
  7696.      */
  7697.     protected function getSessionService()
  7698.     {
  7699.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7700.         return $this->get('.container.private.session');
  7701.     }
  7702.     /**
  7703.      * Gets the public 'validator' alias.
  7704.      *
  7705.      * @return object The ".container.private.validator" service.
  7706.      */
  7707.     protected function getValidatorService()
  7708.     {
  7709.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7710.         return $this->get('.container.private.validator');
  7711.     }
  7712.     /**
  7713.      * @return array|bool|float|int|string|\UnitEnum|null
  7714.      */
  7715.     public function getParameter(string $name)
  7716.     {
  7717.         if (isset($this->buildParameters[$name])) {
  7718.             return $this->buildParameters[$name];
  7719.         }
  7720.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7721.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7722.         }
  7723.         if (isset($this->loadedDynamicParameters[$name])) {
  7724.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7725.         }
  7726.         return $this->parameters[$name];
  7727.     }
  7728.     public function hasParameter(string $name): bool
  7729.     {
  7730.         if (isset($this->buildParameters[$name])) {
  7731.             return true;
  7732.         }
  7733.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7734.     }
  7735.     public function setParameter(string $name$value): void
  7736.     {
  7737.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7738.     }
  7739.     public function getParameterBag(): ParameterBagInterface
  7740.     {
  7741.         if (null === $this->parameterBag) {
  7742.             $parameters $this->parameters;
  7743.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7744.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7745.             }
  7746.             foreach ($this->buildParameters as $name => $value) {
  7747.                 $parameters[$name] = $value;
  7748.             }
  7749.             $this->parameterBag = new FrozenParameterBag($parameters);
  7750.         }
  7751.         return $this->parameterBag;
  7752.     }
  7753.     private $loadedDynamicParameters = [
  7754.         'kernel.runtime_environment' => false,
  7755.         'kernel.build_dir' => false,
  7756.         'kernel.cache_dir' => false,
  7757.         'reset_password_from_email' => false,
  7758.         'reset_password_from_name' => false,
  7759.         'email_from' => false,
  7760.         'email_name' => false,
  7761.         'support_destination' => false,
  7762.         'kernel.secret' => false,
  7763.         'debug.container.dump' => false,
  7764.         'serializer.mapping.cache.file' => false,
  7765.         'validator.mapping.cache.file' => false,
  7766.         'profiler.storage.dsn' => false,
  7767.         'doctrine.orm.proxy_dir' => false,
  7768.     ];
  7769.     private $dynamicParameters = [];
  7770.     private function getDynamicParameter(string $name)
  7771.     {
  7772.         switch ($name) {
  7773.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7774.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7775.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7776.             case 'reset_password_from_email'$value $this->getEnv('RESET_PASSWORD_FROM_EMAIL'); break;
  7777.             case 'reset_password_from_name'$value $this->getEnv('RESET_PASSWORD_FROM_NAME'); break;
  7778.             case 'email_from'$value $this->getEnv('EMAIL_FROM'); break;
  7779.             case 'email_name'$value $this->getEnv('EMAIL_NAME'); break;
  7780.             case 'support_destination'$value $this->getEnv('EMAIL_SUPPORT'); break;
  7781.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7782.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7783.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7784.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7785.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7786.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7787.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7788.         }
  7789.         $this->loadedDynamicParameters[$name] = true;
  7790.         return $this->dynamicParameters[$name] = $value;
  7791.     }
  7792.     protected function getDefaultParameters(): array
  7793.     {
  7794.         return [
  7795.             'kernel.project_dir' => \dirname(__DIR__4),
  7796.             'kernel.environment' => 'dev',
  7797.             'kernel.debug' => true,
  7798.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7799.             'kernel.bundles' => [
  7800.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7801.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7802.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7803.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7804.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7805.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7806.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7807.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7808.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7809.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7810.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7811.                 'AdminLTEBundle' => 'KevinPapst\\AdminLTEBundle\\AdminLTEBundle',
  7812.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  7813.             ],
  7814.             'kernel.bundles_metadata' => [
  7815.                 'FrameworkBundle' => [
  7816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7817.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7818.                 ],
  7819.                 'SensioFrameworkExtraBundle' => [
  7820.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7821.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7822.                 ],
  7823.                 'DoctrineBundle' => [
  7824.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7825.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7826.                 ],
  7827.                 'DoctrineMigrationsBundle' => [
  7828.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7829.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7830.                 ],
  7831.                 'SecurityBundle' => [
  7832.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7833.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7834.                 ],
  7835.                 'TwigBundle' => [
  7836.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7837.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7838.                 ],
  7839.                 'TwigExtraBundle' => [
  7840.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7841.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7842.                 ],
  7843.                 'WebProfilerBundle' => [
  7844.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7845.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7846.                 ],
  7847.                 'MonologBundle' => [
  7848.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7849.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7850.                 ],
  7851.                 'DebugBundle' => [
  7852.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7853.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7854.                 ],
  7855.                 'MakerBundle' => [
  7856.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7857.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7858.                 ],
  7859.                 'AdminLTEBundle' => [
  7860.                     'path' => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle'),
  7861.                     'namespace' => 'KevinPapst\\AdminLTEBundle',
  7862.                 ],
  7863.                 'SymfonyCastsResetPasswordBundle' => [
  7864.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  7865.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  7866.                 ],
  7867.             ],
  7868.             'kernel.charset' => 'UTF-8',
  7869.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7870.             'container.dumper.inline_class_loader' => true,
  7871.             'container.dumper.inline_factories' => true,
  7872.             'user_upload_dir' => (\dirname(__DIR__3).'/uploads/users'),
  7873.             'sample_customer_csv' => (\dirname(__DIR__3).'/sample-files/customers.csv'),
  7874.             'payment_methods_pdf' => (\dirname(__DIR__3).'/sample-files/MabePaymentMethods.pdf'),
  7875.             'company_upload_dir' => (\dirname(__DIR__3).'/uploads/company'),
  7876.             'invoice_upload_dir' => (\dirname(__DIR__3).'/uploads/invoices'),
  7877.             'invoice_download_dir' => (\dirname(__DIR__3).'/downloads/invoices'),
  7878.             'invoice_upload_archive' => (\dirname(__DIR__3).'/uploads/invoices_archive'),
  7879.             'invoice_process' => (\dirname(__DIR__3).'/process/invoices'),
  7880.             'external_script' => (\dirname(__DIR__3).'/scripts/process.php'),
  7881.             'export_dir' => (\dirname(__DIR__3).'/export'),
  7882.             'pub_dir' => (\dirname(__DIR__4).'/public'),
  7883.             'admin_lte_theme.options' => [
  7884.                 'default_avatar' => 'bundles/adminlte/images/default_avatar.png',
  7885.                 'skin' => 'skin-blue',
  7886.                 'fixed_layout' => false,
  7887.                 'boxed_layout' => false,
  7888.                 'collapsed_sidebar' => false,
  7889.                 'mini_sidebar' => false,
  7890.                 'max_navbar_notifications' => 10,
  7891.                 'max_navbar_tasks' => 10,
  7892.                 'max_navbar_messages' => 10,
  7893.                 'form_theme' => 'default',
  7894.                 'control_sidebar' => [
  7895.                 ],
  7896.                 'knp_menu' => [
  7897.                     'enable' => false,
  7898.                     'main_menu' => 'adminlte_main',
  7899.                     'breadcrumb_menu' => false,
  7900.                 ],
  7901.                 'widget' => [
  7902.                     'type' => 'primary',
  7903.                     'bordered' => true,
  7904.                     'collapsible' => false,
  7905.                     'collapsible_title' => 'Collapse',
  7906.                     'removable' => false,
  7907.                     'removable_title' => 'Remove',
  7908.                     'solid' => false,
  7909.                     'use_footer' => true,
  7910.                 ],
  7911.                 'button' => [
  7912.                     'type' => 'primary',
  7913.                     'size' => false,
  7914.                 ],
  7915.             ],
  7916.             'admin_lte_theme.routes' => [
  7917.                 'adminlte_welcome' => 'home',
  7918.                 'adminlte_login_check' => 'app_login',
  7919.                 'adminlte_login' => 'login',
  7920.                 'adminlte_registration' => NULL,
  7921.                 'adminlte_password_reset' => NULL,
  7922.                 'adminlte_message' => 'message',
  7923.                 'adminlte_messages' => 'messages',
  7924.                 'adminlte_notification' => 'notification',
  7925.                 'adminlte_notifications' => 'notifications',
  7926.                 'adminlte_task' => 'task',
  7927.                 'adminlte_tasks' => 'tasks',
  7928.                 'adminlte_profile' => 'profile',
  7929.             ],
  7930.             'event_dispatcher.event_aliases' => [
  7931.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7932.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7933.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7934.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7935.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7936.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7937.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7938.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7939.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7940.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7941.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7942.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7943.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7944.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7945.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7946.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7947.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7948.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7949.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7950.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7951.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7952.             ],
  7953.             'fragment.renderer.hinclude.global_template' => NULL,
  7954.             'fragment.path' => '/_fragment',
  7955.             'kernel.http_method_override' => true,
  7956.             'kernel.trusted_hosts' => [
  7957.             ],
  7958.             'kernel.default_locale' => 'en',
  7959.             'kernel.enabled_locales' => [
  7960.             ],
  7961.             'kernel.error_controller' => 'error_controller',
  7962.             'debug.file_link_format' => NULL,
  7963.             'asset.request_context.base_path' => NULL,
  7964.             'asset.request_context.secure' => NULL,
  7965.             'translator.logging' => false,
  7966.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7967.             'debug.error_handler.throw_at' => -1,
  7968.             'router.request_context.host' => 'localhost',
  7969.             'router.request_context.scheme' => 'http',
  7970.             'router.request_context.base_url' => '',
  7971.             'router.resource' => 'kernel::loadRoutes',
  7972.             'request_listener.http_port' => 80,
  7973.             'request_listener.https_port' => 443,
  7974.             'session.metadata.storage_key' => '_sf2_meta',
  7975.             'session.storage.options' => [
  7976.                 'cache_limiter' => '0',
  7977.                 'cookie_secure' => 'auto',
  7978.                 'cookie_httponly' => true,
  7979.                 'cookie_samesite' => 'lax',
  7980.                 'gc_probability' => 1,
  7981.             ],
  7982.             'session.save_path' => NULL,
  7983.             'session.metadata.update_threshold' => 0,
  7984.             'form.type_extension.csrf.enabled' => true,
  7985.             'form.type_extension.csrf.field_name' => '_token',
  7986.             'validator.translation_domain' => 'validators',
  7987.             'profiler_listener.only_exceptions' => false,
  7988.             'profiler_listener.only_main_requests' => false,
  7989.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7990.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7991.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7992.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7993.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7994.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7995.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7996.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7997.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7998.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7999.             'doctrine.entity_managers' => [
  8000.                 'default' => 'doctrine.orm.default_entity_manager',
  8001.             ],
  8002.             'doctrine.default_entity_manager' => 'default',
  8003.             'doctrine.dbal.connection_factory.types' => [
  8004.             ],
  8005.             'doctrine.connections' => [
  8006.                 'default' => 'doctrine.dbal.default_connection',
  8007.             ],
  8008.             'doctrine.default_connection' => 'default',
  8009.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8010.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8011.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8012.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8013.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8014.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8015.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8016.             'doctrine.orm.cache.memcache_port' => 11211,
  8017.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8018.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8019.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8020.             'doctrine.orm.cache.memcached_port' => 11211,
  8021.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8022.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8023.             'doctrine.orm.cache.redis_host' => 'localhost',
  8024.             'doctrine.orm.cache.redis_port' => 6379,
  8025.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8026.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8027.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8028.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8029.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8030.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8031.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8032.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8033.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8034.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8035.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8036.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8037.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8038.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8039.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8040.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8041.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8042.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8043.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8044.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8045.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8046.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8047.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8048.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8049.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8050.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8051.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8052.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8053.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8054.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8055.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8056.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8057.             'doctrine_migrations.name' => 'Application Migrations',
  8058.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  8059.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  8060.             'doctrine_migrations.table_name' => 'migration_versions',
  8061.             'doctrine_migrations.column_name' => 'version',
  8062.             'doctrine_migrations.column_length' => 14,
  8063.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  8064.             'doctrine_migrations.all_or_nothing' => false,
  8065.             'doctrine_migrations.custom_template' => NULL,
  8066.             'doctrine_migrations.organize_migrations' => false,
  8067.             'security.role_hierarchy.roles' => [
  8068.             ],
  8069.             'security.access.denied_url' => NULL,
  8070.             'security.authentication.manager.erase_credentials' => true,
  8071.             'security.authentication.session_strategy.strategy' => 'migrate',
  8072.             'security.access.always_authenticate_before_granting' => false,
  8073.             'security.authentication.hide_user_not_found' => true,
  8074.             'security.firewalls' => [
  8075.                 => 'dev',
  8076.                 => 'main',
  8077.             ],
  8078.             'security.main._indexed_authenticators' => [
  8079.             ],
  8080.             'twig.form.resources' => [
  8081.                 => 'form_div_layout.html.twig',
  8082.                 => '@AdminLTE/layout/form-theme.html.twig',
  8083.                 => 'form/theme.html.twig',
  8084.             ],
  8085.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8086.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8087.             'web_profiler.debug_toolbar.mode' => 2,
  8088.             'monolog.use_microseconds' => true,
  8089.             'monolog.swift_mailer.handlers' => [
  8090.             ],
  8091.             'monolog.handlers_to_channels' => [
  8092.                 'monolog.handler.console' => [
  8093.                     'type' => 'exclusive',
  8094.                     'elements' => [
  8095.                         => 'event',
  8096.                         => 'doctrine',
  8097.                         => 'console',
  8098.                     ],
  8099.                 ],
  8100.                 'monolog.handler.main' => [
  8101.                     'type' => 'exclusive',
  8102.                     'elements' => [
  8103.                         => 'event',
  8104.                     ],
  8105.                 ],
  8106.             ],
  8107.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8108.             'data_collector.templates' => [
  8109.                 'data_collector.request' => [
  8110.                     => 'request',
  8111.                     => '@WebProfiler/Collector/request.html.twig',
  8112.                 ],
  8113.                 'data_collector.time' => [
  8114.                     => 'time',
  8115.                     => '@WebProfiler/Collector/time.html.twig',
  8116.                 ],
  8117.                 'data_collector.memory' => [
  8118.                     => 'memory',
  8119.                     => '@WebProfiler/Collector/memory.html.twig',
  8120.                 ],
  8121.                 'data_collector.validator' => [
  8122.                     => 'validator',
  8123.                     => '@WebProfiler/Collector/validator.html.twig',
  8124.                 ],
  8125.                 'data_collector.ajax' => [
  8126.                     => 'ajax',
  8127.                     => '@WebProfiler/Collector/ajax.html.twig',
  8128.                 ],
  8129.                 'data_collector.form' => [
  8130.                     => 'form',
  8131.                     => '@WebProfiler/Collector/form.html.twig',
  8132.                 ],
  8133.                 'data_collector.exception' => [
  8134.                     => 'exception',
  8135.                     => '@WebProfiler/Collector/exception.html.twig',
  8136.                 ],
  8137.                 'data_collector.logger' => [
  8138.                     => 'logger',
  8139.                     => '@WebProfiler/Collector/logger.html.twig',
  8140.                 ],
  8141.                 'data_collector.events' => [
  8142.                     => 'events',
  8143.                     => '@WebProfiler/Collector/events.html.twig',
  8144.                 ],
  8145.                 'data_collector.router' => [
  8146.                     => 'router',
  8147.                     => '@WebProfiler/Collector/router.html.twig',
  8148.                 ],
  8149.                 'data_collector.cache' => [
  8150.                     => 'cache',
  8151.                     => '@WebProfiler/Collector/cache.html.twig',
  8152.                 ],
  8153.                 'data_collector.translation' => [
  8154.                     => 'translation',
  8155.                     => '@WebProfiler/Collector/translation.html.twig',
  8156.                 ],
  8157.                 'data_collector.security' => [
  8158.                     => 'security',
  8159.                     => '@Security/Collector/security.html.twig',
  8160.                 ],
  8161.                 'data_collector.twig' => [
  8162.                     => 'twig',
  8163.                     => '@WebProfiler/Collector/twig.html.twig',
  8164.                 ],
  8165.                 'data_collector.http_client' => [
  8166.                     => 'http_client',
  8167.                     => '@WebProfiler/Collector/http_client.html.twig',
  8168.                 ],
  8169.                 'data_collector.doctrine' => [
  8170.                     => 'db',
  8171.                     => '@Doctrine/Collector/db.html.twig',
  8172.                 ],
  8173.                 'data_collector.dump' => [
  8174.                     => 'dump',
  8175.                     => '@Debug/Profiler/dump.html.twig',
  8176.                 ],
  8177.                 'mailer.data_collector' => [
  8178.                     => 'mailer',
  8179.                     => '@WebProfiler/Collector/mailer.html.twig',
  8180.                 ],
  8181.                 'data_collector.config' => [
  8182.                     => 'config',
  8183.                     => '@WebProfiler/Collector/config.html.twig',
  8184.                 ],
  8185.             ],
  8186.             'console.command.ids' => [
  8187.             ],
  8188.         ];
  8189.     }
  8190.     protected function throw($message)
  8191.     {
  8192.         throw new RuntimeException($message);
  8193.     }
  8194. }