var/cache/dev/Container2sXudA1/App_KernelDevDebugContainer.php line 6199

Open in your IDE?
  1. <?php
  2. namespace Container2sXudA1;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\BackOffice\\AnalysisMethodsController' => 'getAnalysisMethodsControllerService',
  37.             'App\\Controller\\BackOffice\\ApiVersionController' => 'getApiVersionControllerService',
  38.             'App\\Controller\\BackOffice\\AppVersionController' => 'getAppVersionControllerService',
  39.             'App\\Controller\\BackOffice\\AssayDataController' => 'getAssayDataControllerService',
  40.             'App\\Controller\\BackOffice\\AssayDownloadController' => 'getAssayDownloadControllerService',
  41.             'App\\Controller\\BackOffice\\AssayResultsController' => 'getAssayResultsControllerService',
  42.             'App\\Controller\\BackOffice\\AssaysController' => 'getAssaysControllerService',
  43.             'App\\Controller\\BackOffice\\CustomersController' => 'getCustomersControllerService',
  44.             'App\\Controller\\BackOffice\\DeviceConfigurationsController' => 'getDeviceConfigurationsControllerService',
  45.             'App\\Controller\\BackOffice\\DeviceController' => 'getDeviceControllerService',
  46.             'App\\Controller\\BackOffice\\FirmwareVersionController' => 'getFirmwareVersionControllerService',
  47.             'App\\Controller\\BackOffice\\MqttController' => 'getMqttControllerService',
  48.             'App\\Controller\\BackOffice\\PairingController' => 'getPairingControllerService',
  49.             'App\\Controller\\BackOffice\\ProtocolsController' => 'getProtocolsControllerService',
  50.             'App\\Controller\\BackOffice\\ProtocolsRelationController' => 'getProtocolsRelationControllerService',
  51.             'App\\Controller\\BackOffice\\QRDataController' => 'getQRDataControllerService',
  52.             'App\\Controller\\BackOffice\\QrCodeGeneratorController' => 'getQrCodeGeneratorControllerService',
  53.             'App\\Controller\\BackOffice\\SecurityController' => 'getSecurityControllerService',
  54.             'App\\Controller\\BackOffice\\TestsController' => 'getTestsControllerService',
  55.             'App\\Controller\\Frontend\\Assay\\AssayDataController' => 'getAssayDataController2Service',
  56.             'App\\Controller\\Frontend\\Assay\\AssaysController' => 'getAssaysController2Service',
  57.             'App\\Controller\\Frontend\\Assay\\ProtocolsController' => 'getProtocolsController2Service',
  58.             'App\\Controller\\Frontend\\Assay\\TestsController' => 'getTestsController2Service',
  59.             'App\\Controller\\Frontend\\Customer\\CustomersController' => 'getCustomersController2Service',
  60.             'App\\Controller\\Frontend\\Customer\\PasswordsController' => 'getPasswordsControllerService',
  61.             'App\\Controller\\Frontend\\Customer\\RegistrationsController' => 'getRegistrationsControllerService',
  62.             'App\\Controller\\Frontend\\Device\\DeviceController' => 'getDeviceController2Service',
  63.             'App\\Controller\\Frontend\\Device\\PairingController' => 'getPairingController2Service',
  64.             'App\\Controller\\Frontend\\OpenAPIController' => 'getOpenAPIControllerService',
  65.             'App\\Controller\\Frontend\\QrCode\\QrCodeController' => 'getQrCodeControllerService',
  66.             'App\\Controller\\Frontend\\SecurityController' => 'getSecurityController2Service',
  67.             'App\\Controller\\Frontend\\Versions\\FirmwareVersionController' => 'getFirmwareVersionController2Service',
  68.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  69.             'Endroid\\QrCode\\Writer\\BinaryWriter' => 'getBinaryWriterService',
  70.             'Endroid\\QrCode\\Writer\\DebugWriter' => 'getDebugWriterService',
  71.             'Endroid\\QrCode\\Writer\\EpsWriter' => 'getEpsWriterService',
  72.             'Endroid\\QrCode\\Writer\\PngWriter' => 'getPngWriterService',
  73.             'Endroid\\QrCode\\Writer\\SvgWriter' => 'getSvgWriterService',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  76.             'cache.app' => 'getCache_AppService',
  77.             'cache.app_clearer' => 'getCache_AppClearerService',
  78.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  79.             'cache.system' => 'getCache_SystemService',
  80.             'cache.system_clearer' => 'getCache_SystemClearerService',
  81.             'cache_clearer' => 'getCacheClearerService',
  82.             'cache_warmer' => 'getCacheWarmerService',
  83.             'console.command.public_alias.App\\Command\\AlgorithmTestCommand' => 'getAlgorithmTestCommandService',
  84.             'console.command.public_alias.App\\Command\\DeleteExpiredTokensCommand' => 'getDeleteExpiredTokensCommandService',
  85.             'console.command_loader' => 'getConsole_CommandLoaderService',
  86.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  87.             'doctrine' => 'getDoctrineService',
  88.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  89.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  90.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  91.             'error_controller' => 'getErrorControllerService',
  92.             'event_dispatcher' => 'getEventDispatcherService',
  93.             'filesystem' => 'getFilesystemService',
  94.             'form.factory' => 'getForm_FactoryService',
  95.             'form.type.file' => 'getForm_Type_FileService',
  96.             'http_kernel' => 'getHttpKernelService',
  97.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  98.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  99.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  100.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  101.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  102.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  103.             'profiler' => 'getProfilerService',
  104.             'request_stack' => 'getRequestStackService',
  105.             'router' => 'getRouterService',
  106.             'routing.loader' => 'getRouting_LoaderService',
  107.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  108.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  109.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  110.             'security.token_storage' => 'getSecurity_TokenStorageService',
  111.             'serializer' => 'getSerializerService',
  112.             'services_resetter' => 'getServicesResetterService',
  113.             'session' => 'getSessionService',
  114.             'translator' => 'getTranslatorService',
  115.             'twig' => 'getTwigService',
  116.             'validator' => 'getValidatorService',
  117.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  118.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  119.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  120.         ];
  121.         $this->aliases = [
  122.             'database_connection' => 'doctrine.dbal.default_connection',
  123.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  124.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  125.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  126.         ];
  127.         $this->privates['service_container'] = function () {
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  134.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  135.             include_once \dirname(__DIR__4).'/src/Service/AnalysisService.php';
  136.             include_once \dirname(__DIR__4).'/src/Service/AssayReportService.php';
  137.             include_once \dirname(__DIR__4).'/src/Service/AssayResultService.php';
  138.             include_once \dirname(__DIR__4).'/src/Service/SinaveService.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  145.             include_once \dirname(__DIR__4).'/src/Uploader/UploaderInterface.php';
  146.             include_once \dirname(__DIR__4).'/src/Uploader/CustomerAreaUploader.php';
  147.             include_once \dirname(__DIR__4).'/src/Uploader/CustomerUploader.php';
  148.             include_once \dirname(__DIR__4).'/src/Util/FilenameGenerator.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  159.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  349.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  381.             include_once \dirname(__DIR__4).'/src/Twig/AnalysisMethodExtension.php';
  382.             include_once \dirname(__DIR__4).'/src/Twig/AssayReporterExtension.php';
  383.             include_once \dirname(__DIR__4).'/src/Twig/PaginationExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  422.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  430.         };
  431.     }
  432.     public function compile(): void
  433.     {
  434.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  435.     }
  436.     public function isCompiled(): bool
  437.     {
  438.         return true;
  439.     }
  440.     public function getRemovedIds(): array
  441.     {
  442.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  443.     }
  444.     /**
  445.      * Gets the public 'App\Controller\BackOffice\AnalysisMethodsController' shared autowired service.
  446.      *
  447.      * @return \App\Controller\BackOffice\AnalysisMethodsController
  448.      */
  449.     protected function getAnalysisMethodsControllerService()
  450.     {
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  452.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AnalysisMethodsController.php';
  453.         include_once \dirname(__DIR__4).'/src/Service/AnalysisMethodService.php';
  454.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  455.         $this->services['App\\Controller\\BackOffice\\AnalysisMethodsController'] = $instance = new \App\Controller\BackOffice\AnalysisMethodsController($a, ($this->services['form.factory'] ?? $this->getForm_FactoryService()), new \App\Service\AnalysisMethodService($a));
  456.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AnalysisMethodsController'$this));
  457.         return $instance;
  458.     }
  459.     /**
  460.      * Gets the public 'App\Controller\BackOffice\ApiVersionController' shared autowired service.
  461.      *
  462.      * @return \App\Controller\BackOffice\ApiVersionController
  463.      */
  464.     protected function getApiVersionControllerService()
  465.     {
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  467.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/ApiVersionController.php';
  468.         $this->services['App\\Controller\\BackOffice\\ApiVersionController'] = $instance = new \App\Controller\BackOffice\ApiVersionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  469.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\ApiVersionController'$this));
  470.         return $instance;
  471.     }
  472.     /**
  473.      * Gets the public 'App\Controller\BackOffice\AppVersionController' shared autowired service.
  474.      *
  475.      * @return \App\Controller\BackOffice\AppVersionController
  476.      */
  477.     protected function getAppVersionControllerService()
  478.     {
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  480.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AppVersionController.php';
  481.         $this->services['App\\Controller\\BackOffice\\AppVersionController'] = $instance = new \App\Controller\BackOffice\AppVersionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  482.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AppVersionController'$this));
  483.         return $instance;
  484.     }
  485.     /**
  486.      * Gets the public 'App\Controller\BackOffice\AssayDataController' shared autowired service.
  487.      *
  488.      * @return \App\Controller\BackOffice\AssayDataController
  489.      */
  490.     protected function getAssayDataControllerService()
  491.     {
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  493.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AssayDataController.php';
  494.         $this->services['App\\Controller\\BackOffice\\AssayDataController'] = $instance = new \App\Controller\BackOffice\AssayDataController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  495.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AssayDataController'$this));
  496.         return $instance;
  497.     }
  498.     /**
  499.      * Gets the public 'App\Controller\BackOffice\AssayDownloadController' shared autowired service.
  500.      *
  501.      * @return \App\Controller\BackOffice\AssayDownloadController
  502.      */
  503.     protected function getAssayDownloadControllerService()
  504.     {
  505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  506.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AssayDownloadController.php';
  507.         $this->services['App\\Controller\\BackOffice\\AssayDownloadController'] = $instance = new \App\Controller\BackOffice\AssayDownloadController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  508.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AssayDownloadController'$this));
  509.         return $instance;
  510.     }
  511.     /**
  512.      * Gets the public 'App\Controller\BackOffice\AssayResultsController' shared autowired service.
  513.      *
  514.      * @return \App\Controller\BackOffice\AssayResultsController
  515.      */
  516.     protected function getAssayResultsControllerService()
  517.     {
  518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  519.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AssayResultsController.php';
  520.         $this->services['App\\Controller\\BackOffice\\AssayResultsController'] = $instance = new \App\Controller\BackOffice\AssayResultsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  521.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AssayResultsController'$this));
  522.         return $instance;
  523.     }
  524.     /**
  525.      * Gets the public 'App\Controller\BackOffice\AssaysController' shared autowired service.
  526.      *
  527.      * @return \App\Controller\BackOffice\AssaysController
  528.      */
  529.     protected function getAssaysControllerService()
  530.     {
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  532.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/AssaysController.php';
  533.         $this->services['App\\Controller\\BackOffice\\AssaysController'] = $instance = new \App\Controller\BackOffice\AssaysController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService()), ($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()), ($this->privates['App\\Service\\SinaveService'] ?? $this->getSinaveServiceService()), ($this->privates['App\\Service\\AssayReportService'] ?? $this->getAssayReportServiceService()));
  534.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\AssaysController'$this));
  535.         return $instance;
  536.     }
  537.     /**
  538.      * Gets the public 'App\Controller\BackOffice\CustomersController' shared autowired service.
  539.      *
  540.      * @return \App\Controller\BackOffice\CustomersController
  541.      */
  542.     protected function getCustomersControllerService()
  543.     {
  544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  545.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/CustomersController.php';
  546.         $this->services['App\\Controller\\BackOffice\\CustomersController'] = $instance = new \App\Controller\BackOffice\CustomersController();
  547.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\CustomersController'$this));
  548.         return $instance;
  549.     }
  550.     /**
  551.      * Gets the public 'App\Controller\BackOffice\DeviceConfigurationsController' shared autowired service.
  552.      *
  553.      * @return \App\Controller\BackOffice\DeviceConfigurationsController
  554.      */
  555.     protected function getDeviceConfigurationsControllerService()
  556.     {
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  558.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/DeviceConfigurationsController.php';
  559.         $this->services['App\\Controller\\BackOffice\\DeviceConfigurationsController'] = $instance = new \App\Controller\BackOffice\DeviceConfigurationsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  560.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\DeviceConfigurationsController'$this));
  561.         return $instance;
  562.     }
  563.     /**
  564.      * Gets the public 'App\Controller\BackOffice\DeviceController' shared autowired service.
  565.      *
  566.      * @return \App\Controller\BackOffice\DeviceController
  567.      */
  568.     protected function getDeviceControllerService()
  569.     {
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  571.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/DeviceController.php';
  572.         $this->services['App\\Controller\\BackOffice\\DeviceController'] = $instance = new \App\Controller\BackOffice\DeviceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  573.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\DeviceController'$this));
  574.         return $instance;
  575.     }
  576.     /**
  577.      * Gets the public 'App\Controller\BackOffice\FirmwareVersionController' shared autowired service.
  578.      *
  579.      * @return \App\Controller\BackOffice\FirmwareVersionController
  580.      */
  581.     protected function getFirmwareVersionControllerService()
  582.     {
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  584.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/FirmwareVersionController.php';
  585.         $this->services['App\\Controller\\BackOffice\\FirmwareVersionController'] = $instance = new \App\Controller\BackOffice\FirmwareVersionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  586.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\FirmwareVersionController'$this));
  587.         return $instance;
  588.     }
  589.     /**
  590.      * Gets the public 'App\Controller\BackOffice\MqttController' shared autowired service.
  591.      *
  592.      * @return \App\Controller\BackOffice\MqttController
  593.      */
  594.     protected function getMqttControllerService()
  595.     {
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  597.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/MqttController.php';
  598.         $this->services['App\\Controller\\BackOffice\\MqttController'] = $instance = new \App\Controller\BackOffice\MqttController(($this->services['twig'] ?? $this->getTwigService()));
  599.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\MqttController'$this));
  600.         return $instance;
  601.     }
  602.     /**
  603.      * Gets the public 'App\Controller\BackOffice\PairingController' shared autowired service.
  604.      *
  605.      * @return \App\Controller\BackOffice\PairingController
  606.      */
  607.     protected function getPairingControllerService()
  608.     {
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  610.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/PairingController.php';
  611.         $this->services['App\\Controller\\BackOffice\\PairingController'] = $instance = new \App\Controller\BackOffice\PairingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  612.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\PairingController'$this));
  613.         return $instance;
  614.     }
  615.     /**
  616.      * Gets the public 'App\Controller\BackOffice\ProtocolsController' shared autowired service.
  617.      *
  618.      * @return \App\Controller\BackOffice\ProtocolsController
  619.      */
  620.     protected function getProtocolsControllerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  623.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/ProtocolsController.php';
  624.         include_once \dirname(__DIR__4).'/src/Service/ProtocolService.php';
  625.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  626.         $this->services['App\\Controller\\BackOffice\\ProtocolsController'] = $instance = new \App\Controller\BackOffice\ProtocolsController($a, ($this->services['form.factory'] ?? $this->getForm_FactoryService()), new \App\Service\ProtocolService($a));
  627.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\ProtocolsController'$this));
  628.         return $instance;
  629.     }
  630.     /**
  631.      * Gets the public 'App\Controller\BackOffice\ProtocolsRelationController' shared autowired service.
  632.      *
  633.      * @return \App\Controller\BackOffice\ProtocolsRelationController
  634.      */
  635.     protected function getProtocolsRelationControllerService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  638.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/ProtocolsRelationController.php';
  639.         $this->services['App\\Controller\\BackOffice\\ProtocolsRelationController'] = $instance = new \App\Controller\BackOffice\ProtocolsRelationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  640.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\ProtocolsRelationController'$this));
  641.         return $instance;
  642.     }
  643.     /**
  644.      * Gets the public 'App\Controller\BackOffice\QRDataController' shared autowired service.
  645.      *
  646.      * @return \App\Controller\BackOffice\QRDataController
  647.      */
  648.     protected function getQRDataControllerService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  651.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/QRDataController.php';
  652.         $this->services['App\\Controller\\BackOffice\\QRDataController'] = $instance = new \App\Controller\BackOffice\QRDataController();
  653.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\QRDataController'$this));
  654.         return $instance;
  655.     }
  656.     /**
  657.      * Gets the public 'App\Controller\BackOffice\QrCodeGeneratorController' shared autowired service.
  658.      *
  659.      * @return \App\Controller\BackOffice\QrCodeGeneratorController
  660.      */
  661.     protected function getQrCodeGeneratorControllerService()
  662.     {
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  664.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/QrCodeGeneratorController.php';
  665.         $this->services['App\\Controller\\BackOffice\\QrCodeGeneratorController'] = $instance = new \App\Controller\BackOffice\QrCodeGeneratorController(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  666.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\QrCodeGeneratorController'$this));
  667.         return $instance;
  668.     }
  669.     /**
  670.      * Gets the public 'App\Controller\BackOffice\SecurityController' shared autowired service.
  671.      *
  672.      * @return \App\Controller\BackOffice\SecurityController
  673.      */
  674.     protected function getSecurityControllerService()
  675.     {
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  677.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/SecurityController.php';
  678.         $this->services['App\\Controller\\BackOffice\\SecurityController'] = $instance = new \App\Controller\BackOffice\SecurityController(($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()));
  679.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\SecurityController'$this));
  680.         return $instance;
  681.     }
  682.     /**
  683.      * Gets the public 'App\Controller\BackOffice\TestsController' shared autowired service.
  684.      *
  685.      * @return \App\Controller\BackOffice\TestsController
  686.      */
  687.     protected function getTestsControllerService()
  688.     {
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  690.         include_once \dirname(__DIR__4).'/src/Controller/BackOffice/TestsController.php';
  691.         $this->services['App\\Controller\\BackOffice\\TestsController'] = $instance = new \App\Controller\BackOffice\TestsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  692.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\BackOffice\\TestsController'$this));
  693.         return $instance;
  694.     }
  695.     /**
  696.      * Gets the public 'App\Controller\Frontend\Assay\AssayDataController' shared autowired service.
  697.      *
  698.      * @return \App\Controller\Frontend\Assay\AssayDataController
  699.      */
  700.     protected function getAssayDataController2Service()
  701.     {
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  703.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Assay/AssayDataController.php';
  704.         $this->services['App\\Controller\\Frontend\\Assay\\AssayDataController'] = $instance = new \App\Controller\Frontend\Assay\AssayDataController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AssayDataService'] ?? $this->getAssayDataServiceService()));
  705.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Assay\\AssayDataController'$this));
  706.         return $instance;
  707.     }
  708.     /**
  709.      * Gets the public 'App\Controller\Frontend\Assay\AssaysController' shared autowired service.
  710.      *
  711.      * @return \App\Controller\Frontend\Assay\AssaysController
  712.      */
  713.     protected function getAssaysController2Service()
  714.     {
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  716.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Assay/AssaysController.php';
  717.         include_once \dirname(__DIR__4).'/src/Service/MqttService.php';
  718.         $this->services['App\\Controller\\Frontend\\Assay\\AssaysController'] = $instance = new \App\Controller\Frontend\Assay\AssaysController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService()), ($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\AssayReportService'] ?? $this->getAssayReportServiceService()), ($this->privates['App\\Service\\MqttService'] ?? ($this->privates['App\\Service\\MqttService'] = new \App\Service\MqttService())));
  719.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Assay\\AssaysController'$this));
  720.         return $instance;
  721.     }
  722.     /**
  723.      * Gets the public 'App\Controller\Frontend\Assay\ProtocolsController' shared autowired service.
  724.      *
  725.      * @return \App\Controller\Frontend\Assay\ProtocolsController
  726.      */
  727.     protected function getProtocolsController2Service()
  728.     {
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  730.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Assay/ProtocolsController.php';
  731.         $this->services['App\\Controller\\Frontend\\Assay\\ProtocolsController'] = $instance = new \App\Controller\Frontend\Assay\ProtocolsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  732.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Assay\\ProtocolsController'$this));
  733.         return $instance;
  734.     }
  735.     /**
  736.      * Gets the public 'App\Controller\Frontend\Assay\TestsController' shared autowired service.
  737.      *
  738.      * @return \App\Controller\Frontend\Assay\TestsController
  739.      */
  740.     protected function getTestsController2Service()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  743.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Assay/TestsController.php';
  744.         $this->services['App\\Controller\\Frontend\\Assay\\TestsController'] = $instance = new \App\Controller\Frontend\Assay\TestsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  745.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Assay\\TestsController'$this));
  746.         return $instance;
  747.     }
  748.     /**
  749.      * Gets the public 'App\Controller\Frontend\Customer\CustomersController' shared autowired service.
  750.      *
  751.      * @return \App\Controller\Frontend\Customer\CustomersController
  752.      */
  753.     protected function getCustomersController2Service()
  754.     {
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  756.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Customer/CustomersController.php';
  757.         $this->services['App\\Controller\\Frontend\\Customer\\CustomersController'] = $instance = new \App\Controller\Frontend\Customer\CustomersController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AccessTokenService'] ?? $this->getAccessTokenServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Uploader\\CustomerUploader'] ?? $this->getCustomerUploaderService()), ($this->privates['App\\Uploader\\CustomerAreaUploader'] ?? $this->getCustomerAreaUploaderService()));
  758.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Customer\\CustomersController'$this));
  759.         return $instance;
  760.     }
  761.     /**
  762.      * Gets the public 'App\Controller\Frontend\Customer\PasswordsController' shared autowired service.
  763.      *
  764.      * @return \App\Controller\Frontend\Customer\PasswordsController
  765.      */
  766.     protected function getPasswordsControllerService()
  767.     {
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  769.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Customer/PasswordsController.php';
  770.         include_once \dirname(__DIR__4).'/src/Service/PasswordsService.php';
  771.         $this->services['App\\Controller\\Frontend\\Customer\\PasswordsController'] = $instance = new \App\Controller\Frontend\Customer\PasswordsController(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\PasswordsService($this->getEnv('MAILER_FROM')), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  772.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Customer\\PasswordsController'$this));
  773.         return $instance;
  774.     }
  775.     /**
  776.      * Gets the public 'App\Controller\Frontend\Customer\RegistrationsController' shared autowired service.
  777.      *
  778.      * @return \App\Controller\Frontend\Customer\RegistrationsController
  779.      */
  780.     protected function getRegistrationsControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  783.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Customer/RegistrationsController.php';
  784.         include_once \dirname(__DIR__4).'/src/Service/RegistrationService.php';
  785.         include_once \dirname(__DIR__4).'/src/Service/MqttService.php';
  786.         $this->services['App\\Controller\\Frontend\\Customer\\RegistrationsController'] = $instance = new \App\Controller\Frontend\Customer\RegistrationsController(($this->services['form.factory'] ?? $this->getForm_FactoryService()), new \App\Service\RegistrationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->getEnv('MAILER_FROM')), ($this->privates['App\\Service\\AccessTokenService'] ?? $this->getAccessTokenServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Service\\MqttService'] ?? ($this->privates['App\\Service\\MqttService'] = new \App\Service\MqttService())));
  787.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Customer\\RegistrationsController'$this));
  788.         return $instance;
  789.     }
  790.     /**
  791.      * Gets the public 'App\Controller\Frontend\Device\DeviceController' shared autowired service.
  792.      *
  793.      * @return \App\Controller\Frontend\Device\DeviceController
  794.      */
  795.     protected function getDeviceController2Service()
  796.     {
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  798.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Device/DeviceController.php';
  799.         include_once \dirname(__DIR__4).'/src/Service/MqttService.php';
  800.         $this->services['App\\Controller\\Frontend\\Device\\DeviceController'] = $instance = new \App\Controller\Frontend\Device\DeviceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\MqttService'] ?? ($this->privates['App\\Service\\MqttService'] = new \App\Service\MqttService())));
  801.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Device\\DeviceController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\Frontend\Device\PairingController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\Frontend\Device\PairingController
  808.      */
  809.     protected function getPairingController2Service()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Device/PairingController.php';
  813.         include_once \dirname(__DIR__4).'/src/Service/MqttService.php';
  814.         $this->services['App\\Controller\\Frontend\\Device\\PairingController'] = $instance = new \App\Controller\Frontend\Device\PairingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\MqttService'] ?? ($this->privates['App\\Service\\MqttService'] = new \App\Service\MqttService())));
  815.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Device\\PairingController'$this));
  816.         return $instance;
  817.     }
  818.     /**
  819.      * Gets the public 'App\Controller\Frontend\OpenAPIController' shared autowired service.
  820.      *
  821.      * @return \App\Controller\Frontend\OpenAPIController
  822.      */
  823.     protected function getOpenAPIControllerService()
  824.     {
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  826.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/OpenAPIController.php';
  827.         $this->services['App\\Controller\\Frontend\\OpenAPIController'] = $instance = new \App\Controller\Frontend\OpenAPIController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\AccessTokenService'] ?? $this->getAccessTokenServiceService()), ($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService()), ($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()), ($this->privates['App\\Uploader\\CustomerUploader'] ?? $this->getCustomerUploaderService()), ($this->privates['App\\Uploader\\CustomerAreaUploader'] ?? $this->getCustomerAreaUploaderService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  828.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\OpenAPIController'$this));
  829.         return $instance;
  830.     }
  831.     /**
  832.      * Gets the public 'App\Controller\Frontend\QrCode\QrCodeController' shared autowired service.
  833.      *
  834.      * @return \App\Controller\Frontend\QrCode\QrCodeController
  835.      */
  836.     protected function getQrCodeControllerService()
  837.     {
  838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  839.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/QrCode/QrCodeController.php';
  840.         include_once \dirname(__DIR__4).'/src/Service/QrCodeService.php';
  841.         $this->services['App\\Controller\\Frontend\\QrCode\\QrCodeController'] = $instance = new \App\Controller\Frontend\QrCode\QrCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), new \App\Service\QrCodeService());
  842.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\QrCode\\QrCodeController'$this));
  843.         return $instance;
  844.     }
  845.     /**
  846.      * Gets the public 'App\Controller\Frontend\SecurityController' shared autowired service.
  847.      *
  848.      * @return \App\Controller\Frontend\SecurityController
  849.      */
  850.     protected function getSecurityController2Service()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  853.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/SecurityController.php';
  854.         include_once \dirname(__DIR__4).'/src/Service/MqttService.php';
  855.         $this->services['App\\Controller\\Frontend\\SecurityController'] = $instance = new \App\Controller\Frontend\SecurityController(($this->privates['App\\Service\\AccessTokenService'] ?? $this->getAccessTokenServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['App\\Service\\MqttService'] ?? ($this->privates['App\\Service\\MqttService'] = new \App\Service\MqttService())));
  856.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\SecurityController'$this));
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'App\Controller\Frontend\Versions\FirmwareVersionController' shared autowired service.
  861.      *
  862.      * @return \App\Controller\Frontend\Versions\FirmwareVersionController
  863.      */
  864.     protected function getFirmwareVersionController2Service()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  867.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/Versions/FirmwareVersionController.php';
  868.         $this->services['App\\Controller\\Frontend\\Versions\\FirmwareVersionController'] = $instance = new \App\Controller\Frontend\Versions\FirmwareVersionController(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  869.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Frontend\\Versions\\FirmwareVersionController'$this));
  870.         return $instance;
  871.     }
  872.     /**
  873.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  874.      *
  875.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  876.      */
  877.     protected function getGenerateControllerService()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  880.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] ?? $this->getQrCodeFactoryService()));
  881.     }
  882.     /**
  883.      * Gets the public 'Endroid\QrCode\Writer\BinaryWriter' shared autowired service.
  884.      *
  885.      * @return \Endroid\QrCode\Writer\BinaryWriter
  886.      */
  887.     protected function getBinaryWriterService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  890.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  891.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/BinaryWriter.php';
  892.         return $this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter();
  893.     }
  894.     /**
  895.      * Gets the public 'Endroid\QrCode\Writer\DebugWriter' shared autowired service.
  896.      *
  897.      * @return \Endroid\QrCode\Writer\DebugWriter
  898.      */
  899.     protected function getDebugWriterService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  902.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  903.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/DebugWriter.php';
  904.         return $this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter();
  905.     }
  906.     /**
  907.      * Gets the public 'Endroid\QrCode\Writer\EpsWriter' shared autowired service.
  908.      *
  909.      * @return \Endroid\QrCode\Writer\EpsWriter
  910.      */
  911.     protected function getEpsWriterService()
  912.     {
  913.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  914.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  915.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/EpsWriter.php';
  916.         return $this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter();
  917.     }
  918.     /**
  919.      * Gets the public 'Endroid\QrCode\Writer\PngWriter' shared autowired service.
  920.      *
  921.      * @return \Endroid\QrCode\Writer\PngWriter
  922.      */
  923.     protected function getPngWriterService()
  924.     {
  925.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  926.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  927.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  928.         return $this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter();
  929.     }
  930.     /**
  931.      * Gets the public 'Endroid\QrCode\Writer\SvgWriter' shared autowired service.
  932.      *
  933.      * @return \Endroid\QrCode\Writer\SvgWriter
  934.      */
  935.     protected function getSvgWriterService()
  936.     {
  937.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  938.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  939.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/SvgWriter.php';
  940.         return $this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter();
  941.     }
  942.     /**
  943.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  944.      *
  945.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  946.      */
  947.     protected function getRedirectControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  950.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  951.     }
  952.     /**
  953.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  954.      *
  955.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  956.      */
  957.     protected function getTemplateControllerService()
  958.     {
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  960.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  961.     }
  962.     /**
  963.      * Gets the public 'cache.app' shared service.
  964.      *
  965.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  966.      */
  967.     protected function getCache_AppService()
  968.     {
  969.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7mjngOrM8X'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  970.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  971.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  972.     }
  973.     /**
  974.      * Gets the public 'cache.app_clearer' shared service.
  975.      *
  976.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  977.      */
  978.     protected function getCache_AppClearerService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  981.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  982.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  983.     }
  984.     /**
  985.      * Gets the public 'cache.global_clearer' shared service.
  986.      *
  987.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  988.      */
  989.     protected function getCache_GlobalClearerService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  993.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  994.     }
  995.     /**
  996.      * Gets the public 'cache.system' shared service.
  997.      *
  998.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  999.      */
  1000.     protected function getCache_SystemService()
  1001.     {
  1002.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eaNMZi3mpb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1003.     }
  1004.     /**
  1005.      * Gets the public 'cache.system_clearer' shared service.
  1006.      *
  1007.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1008.      */
  1009.     protected function getCache_SystemClearerService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1013.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1014.     }
  1015.     /**
  1016.      * Gets the public 'cache_clearer' shared service.
  1017.      *
  1018.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1019.      */
  1020.     protected function getCacheClearerService()
  1021.     {
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1024.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1025.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1026.         }, 1));
  1027.     }
  1028.     /**
  1029.      * Gets the public 'cache_warmer' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1032.      */
  1033.     protected function getCacheWarmerService()
  1034.     {
  1035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1037.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1038.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1039.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1040.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1041.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1042.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1043.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1044.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1045.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1046.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1047.     }
  1048.     /**
  1049.      * Gets the public 'console.command.public_alias.App\Command\AlgorithmTestCommand' shared autowired service.
  1050.      *
  1051.      * @return \App\Command\AlgorithmTestCommand
  1052.      */
  1053.     protected function getAlgorithmTestCommandService()
  1054.     {
  1055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1056.         include_once \dirname(__DIR__4).'/src/Command/AlgorithmTestCommand.php';
  1057.         return $this->services['console.command.public_alias.App\\Command\\AlgorithmTestCommand'] = new \App\Command\AlgorithmTestCommand(($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService()));
  1058.     }
  1059.     /**
  1060.      * Gets the public 'console.command.public_alias.App\Command\DeleteExpiredTokensCommand' shared autowired service.
  1061.      *
  1062.      * @return \App\Command\DeleteExpiredTokensCommand
  1063.      */
  1064.     protected function getDeleteExpiredTokensCommandService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1067.         include_once \dirname(__DIR__4).'/src/Command/DeleteExpiredTokensCommand.php';
  1068.         return $this->services['console.command.public_alias.App\\Command\\DeleteExpiredTokensCommand'] = new \App\Command\DeleteExpiredTokensCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1069.     }
  1070.     /**
  1071.      * Gets the public 'console.command_loader' shared service.
  1072.      *
  1073.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1074.      */
  1075.     protected function getConsole_CommandLoaderService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1079.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1080.             'App\\Command\\MqttListenCommand' => ['privates''App\\Command\\MqttListenCommand''getMqttListenCommandService'false],
  1081.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1082.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1083.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1084.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1085.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1086.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1087.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1088.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1089.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1090.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1091.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1092.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1093.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1094.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1095.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1096.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1097.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1098.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1099.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1100.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1101.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1102.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1103.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1104.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1105.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1106.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1107.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1108.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1109.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1110.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1111.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1112.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1113.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1114.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1115.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1116.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1117.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1118.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1119.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1120.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1121.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1122.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1123.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1124.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1125.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1126.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1127.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1128.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1129.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1130.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1131.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1132.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1133.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1134.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1135.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1136.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1137.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1138.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1139.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1140.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1141.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1142.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1143.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1144.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1145.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1146.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1147.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1148.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1149.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1150.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1151.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1152.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1153.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1154.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1155.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1156.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1157.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1158.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1159.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  1160.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1161.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1162.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1163.         ], [
  1164.             'App\\Command\\MqttListenCommand' => 'App\\Command\\MqttListenCommand',
  1165.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1166.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1167.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1168.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1169.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1170.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1171.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1172.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1173.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1174.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1175.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1176.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1177.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1178.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1179.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1180.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1181.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1182.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1183.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1184.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1185.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1186.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1187.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1188.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1189.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1190.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1191.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1192.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1193.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1194.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1195.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1196.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1197.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1198.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1199.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1200.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1201.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1202.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1203.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1204.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1205.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1206.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1207.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1208.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1209.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1210.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1211.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1212.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1213.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1214.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1215.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1216.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1217.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1218.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1219.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1220.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1221.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1222.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1223.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1224.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1225.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1226.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1227.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1228.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1229.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1230.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1231.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1232.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1233.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1234.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1235.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1236.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1237.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1238.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1239.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1240.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1241.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1242.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1243.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1244.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1245.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1246.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1247.         ]), ['mqtt:listen' => 'App\\Command\\MqttListenCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1248.     }
  1249.     /**
  1250.      * Gets the public 'container.env_var_processors_locator' shared service.
  1251.      *
  1252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1253.      */
  1254.     protected function getContainer_EnvVarProcessorsLocatorService()
  1255.     {
  1256.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1257.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1258.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1259.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1260.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1261.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1262.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1263.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1264.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1265.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1266.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1267.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1268.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1269.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1270.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1271.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1272.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1273.         ], [
  1274.             'base64' => '?',
  1275.             'bool' => '?',
  1276.             'const' => '?',
  1277.             'csv' => '?',
  1278.             'default' => '?',
  1279.             'file' => '?',
  1280.             'float' => '?',
  1281.             'int' => '?',
  1282.             'json' => '?',
  1283.             'key' => '?',
  1284.             'query_string' => '?',
  1285.             'require' => '?',
  1286.             'resolve' => '?',
  1287.             'string' => '?',
  1288.             'trim' => '?',
  1289.             'url' => '?',
  1290.         ]);
  1291.     }
  1292.     /**
  1293.      * Gets the public 'doctrine' shared service.
  1294.      *
  1295.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1296.      */
  1297.     protected function getDoctrineService()
  1298.     {
  1299.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1300.     }
  1301.     /**
  1302.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1303.      *
  1304.      * @return \Doctrine\DBAL\Connection
  1305.      */
  1306.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1307.     {
  1308.         $a = new \Doctrine\DBAL\Configuration();
  1309.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1310.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1311.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1312.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1313.         $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()))]));
  1314.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1315.             'App\\EntityListener\\AssayReporterEntityListener' => ['privates''App\\EntityListener\\AssayReporterEntityListener''getAssayReporterEntityListenerService'false],
  1316.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1317.         ], [
  1318.             'App\\EntityListener\\AssayReporterEntityListener' => '?',
  1319.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1320.         ]));
  1321.         $c->addEventListener([=> 'postFlush'], 'App\\EntityListener\\AssayReporterEntityListener');
  1322.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1323.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1324.     }
  1325.     /**
  1326.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1327.      *
  1328.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1329.      */
  1330.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1331.     {
  1332.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1333.             'App\\EntityListener\\AssayDataEntityListener' => ['privates''App\\EntityListener\\AssayDataEntityListener''getAssayDataEntityListenerService'false],
  1334.             'App\\EntityListener\\AssayEntityListener' => ['privates''App\\EntityListener\\AssayEntityListener''getAssayEntityListenerService'false],
  1335.             'App\\EntityListener\\AssayReporterEntityListener' => ['privates''App\\EntityListener\\AssayReporterEntityListener''getAssayReporterEntityListenerService'false],
  1336.             'App\\EntityListener\\CustomerAreaEntityListener' => ['privates''App\\EntityListener\\CustomerAreaEntityListener''getCustomerAreaEntityListenerService'false],
  1337.             'App\\EntityListener\\CustomerEntityListener' => ['privates''App\\EntityListener\\CustomerEntityListener''getCustomerEntityListenerService'false],
  1338.         ], [
  1339.             'App\\EntityListener\\AssayDataEntityListener' => '?',
  1340.             'App\\EntityListener\\AssayEntityListener' => '?',
  1341.             'App\\EntityListener\\AssayReporterEntityListener' => '?',
  1342.             'App\\EntityListener\\CustomerAreaEntityListener' => '?',
  1343.             'App\\EntityListener\\CustomerEntityListener' => '?',
  1344.         ]));
  1345.         $instance->registerService('App\\EntityListener\\AssayDataEntityListener''App\\EntityListener\\AssayDataEntityListener');
  1346.         $instance->registerService('App\\EntityListener\\AssayEntityListener''App\\EntityListener\\AssayEntityListener');
  1347.         $instance->registerService('App\\EntityListener\\AssayReporterEntityListener''App\\EntityListener\\AssayReporterEntityListener');
  1348.         $instance->registerService('App\\EntityListener\\AssayReporterEntityListener''App\\EntityListener\\AssayReporterEntityListener');
  1349.         $instance->registerService('App\\EntityListener\\AssayReporterEntityListener''App\\EntityListener\\AssayReporterEntityListener');
  1350.         $instance->registerService('App\\EntityListener\\AssayReporterEntityListener''App\\EntityListener\\AssayReporterEntityListener');
  1351.         $instance->registerService('App\\EntityListener\\CustomerAreaEntityListener''App\\EntityListener\\CustomerAreaEntityListener');
  1352.         $instance->registerService('App\\EntityListener\\CustomerEntityListener''App\\EntityListener\\CustomerEntityListener');
  1353.         return $instance;
  1354.     }
  1355.     /**
  1356.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1357.      *
  1358.      * @return \Doctrine\ORM\EntityManager
  1359.      */
  1360.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1361.     {
  1362.         $a = new \Doctrine\ORM\Configuration();
  1363.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1364.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1365.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1366.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1367.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1368.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1369.         $a->setMetadataDriverImpl($b);
  1370.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1371.         $a->setProxyNamespace('Proxies');
  1372.         $a->setAutoGenerateProxyClasses(true);
  1373.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1374.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1375.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1376.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1377.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1378.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1379.             'App\\Repository\\Assay\\AssayMeltDataRepository' => ['privates''App\\Repository\\Assay\\AssayMeltDataRepository''getAssayMeltDataRepositoryService'false],
  1380.             'App\\Repository\\User\\UserRepository' => ['privates''App\\Repository\\User\\UserRepository''getUserRepositoryService'false],
  1381.         ], [
  1382.             'App\\Repository\\Assay\\AssayMeltDataRepository' => '?',
  1383.             'App\\Repository\\User\\UserRepository' => '?',
  1384.         ])));
  1385.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1386.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1387.         return $instance;
  1388.     }
  1389.     /**
  1390.      * Gets the public 'error_controller' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1393.      */
  1394.     protected function getErrorControllerService()
  1395.     {
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1401.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1402.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1403.     }
  1404.     /**
  1405.      * Gets the public 'event_dispatcher' shared service.
  1406.      *
  1407.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1408.      */
  1409.     protected function getEventDispatcherService()
  1410.     {
  1411.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1412.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1413.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1414.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1415.         $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())));
  1416.         $instance->addListener('kernel.controller', [=> function () {
  1417.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1418.         }, => 'onKernelController'], 0);
  1419.         $instance->addListener('kernel.request', [=> function () {
  1420.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1421.         }, => 'onKernelRequest'], 250);
  1422.         $instance->addListener('kernel.response', [=> function () {
  1423.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1424.         }, => 'onKernelResponse'], 0);
  1425.         $instance->addListener('kernel.response', [=> function () {
  1426.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1427.         }, => 'onResponse'], 0);
  1428.         $instance->addListener('kernel.exception', [=> function () {
  1429.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1430.         }, => 'onKernelException'], 0);
  1431.         $instance->addListener('kernel.response', [=> function () {
  1432.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1433.         }, => 'onKernelResponse'], 0);
  1434.         $instance->addListener('kernel.response', [=> function () {
  1435.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1436.         }, => 'onKernelResponse'], -1024);
  1437.         $instance->addListener('kernel.request', [=> function () {
  1438.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1439.         }, => 'setDefaultLocale'], 100);
  1440.         $instance->addListener('kernel.request', [=> function () {
  1441.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1442.         }, => 'onKernelRequest'], 16);
  1443.         $instance->addListener('kernel.finish_request', [=> function () {
  1444.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1445.         }, => 'onKernelFinishRequest'], 0);
  1446.         $instance->addListener('kernel.request', [=> function () {
  1447.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1448.         }, => 'onKernelRequest'], 256);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1451.         }, => 'onResponse'], -255);
  1452.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1453.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1454.         }, => 'onControllerArguments'], 0);
  1455.         $instance->addListener('kernel.exception', [=> function () {
  1456.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1457.         }, => 'logKernelException'], 0);
  1458.         $instance->addListener('kernel.exception', [=> function () {
  1459.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1460.         }, => 'onKernelException'], -128);
  1461.         $instance->addListener('kernel.request', [=> function () {
  1462.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1463.         }, => 'onKernelRequest'], 15);
  1464.         $instance->addListener('kernel.finish_request', [=> function () {
  1465.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1466.         }, => 'onKernelFinishRequest'], -15);
  1467.         $instance->addListener('console.error', [=> function () {
  1468.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1469.         }, => 'onConsoleError'], -128);
  1470.         $instance->addListener('console.terminate', [=> function () {
  1471.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1472.         }, => 'onConsoleTerminate'], -128);
  1473.         $instance->addListener('console.error', [=> function () {
  1474.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1475.         }, => 'onConsoleError'], 0);
  1476.         $instance->addListener('kernel.request', [=> function () {
  1477.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1478.         }, => 'onKernelRequest'], 128);
  1479.         $instance->addListener('kernel.response', [=> function () {
  1480.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1481.         }, => 'onKernelResponse'], -1000);
  1482.         $instance->addListener('kernel.finish_request', [=> function () {
  1483.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1484.         }, => 'onFinishRequest'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1486.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1487.         }, => 'onMessage'], -255);
  1488.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1489.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1490.         }, => 'onMessage'], -255);
  1491.         $instance->addListener('kernel.response', [=> function () {
  1492.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1493.         }, => 'onKernelResponse'], -100);
  1494.         $instance->addListener('kernel.exception', [=> function () {
  1495.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1496.         }, => 'onKernelException'], 0);
  1497.         $instance->addListener('kernel.terminate', [=> function () {
  1498.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1499.         }, => 'onKernelTerminate'], -1024);
  1500.         $instance->addListener('kernel.controller', [=> function () {
  1501.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1502.         }, => 'onKernelController'], 0);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1505.         }, => 'onKernelResponse'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1508.         }, => 'configure'], 2048);
  1509.         $instance->addListener('console.command', [=> function () {
  1510.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1511.         }, => 'configure'], 2048);
  1512.         $instance->addListener('kernel.request', [=> function () {
  1513.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1514.         }, => 'onKernelRequest'], 32);
  1515.         $instance->addListener('kernel.finish_request', [=> function () {
  1516.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1517.         }, => 'onKernelFinishRequest'], 0);
  1518.         $instance->addListener('kernel.exception', [=> function () {
  1519.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1520.         }, => 'onKernelException'], -64);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1523.         }, => 'onKernelResponse'], 0);
  1524.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1525.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1526.         }, => 'onVoterVote'], 0);
  1527.         $instance->addListener('kernel.request', [=> function () {
  1528.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1529.         }, => 'configureLogoutUrlGenerator'], 8);
  1530.         $instance->addListener('kernel.request', [=> function () {
  1531.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1532.         }, => 'onKernelRequest'], 8);
  1533.         $instance->addListener('kernel.finish_request', [=> function () {
  1534.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1535.         }, => 'onKernelFinishRequest'], 0);
  1536.         $instance->addListener('console.error', [=> function () {
  1537.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1538.         }, => 'onConsoleError'], 0);
  1539.         $instance->addListener('console.terminate', [=> function () {
  1540.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1541.         }, => 'onConsoleTerminate'], 0);
  1542.         $instance->addListener('console.command', [=> function () {
  1543.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1544.         }, => 'onCommand'], 255);
  1545.         $instance->addListener('console.terminate', [=> function () {
  1546.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1547.         }, => 'onTerminate'], -255);
  1548.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1549.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1550.         }, => 'onMessage'], 0);
  1551.         $instance->addListener('kernel.response', [=> function () {
  1552.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1553.         }, => 'onKernelResponse'], -128);
  1554.         $instance->addListener('kernel.finish_request', [=> function () {
  1555.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1556.         }, => 'resetAssets'], 0);
  1557.         return $instance;
  1558.     }
  1559.     /**
  1560.      * Gets the public 'filesystem' shared service.
  1561.      *
  1562.      * @return \Symfony\Component\Filesystem\Filesystem
  1563.      */
  1564.     protected function getFilesystemService()
  1565.     {
  1566.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1567.     }
  1568.     /**
  1569.      * Gets the public 'form.factory' shared service.
  1570.      *
  1571.      * @return \Symfony\Component\Form\FormFactory
  1572.      */
  1573.     protected function getForm_FactoryService()
  1574.     {
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1577.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1578.     }
  1579.     /**
  1580.      * Gets the public 'form.type.file' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1583.      */
  1584.     protected function getForm_Type_FileService()
  1585.     {
  1586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1589.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1590.     }
  1591.     /**
  1592.      * Gets the public 'http_kernel' shared service.
  1593.      *
  1594.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1595.      */
  1596.     protected function getHttpKernelService()
  1597.     {
  1598.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1599.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1600.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1601.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1602.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1603.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1604.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1605.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1606.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1607.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1608.         }, 8)), $a));
  1609.     }
  1610.     /**
  1611.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  1612.      *
  1613.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  1614.      */
  1615.     protected function getNelmioApiDoc_Command_DumpService()
  1616.     {
  1617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  1619.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1620.         $instance->setName('nelmio:apidoc:dump');
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  1625.      *
  1626.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  1627.      */
  1628.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  1629.     {
  1630.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  1631.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1632.     }
  1633.     /**
  1634.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  1635.      *
  1636.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1637.      */
  1638.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  1639.     {
  1640.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  1641.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1642.     }
  1643.     /**
  1644.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  1645.      *
  1646.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  1647.      */
  1648.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  1649.     {
  1650.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  1651.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1652.     }
  1653.     /**
  1654.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  1655.      *
  1656.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  1657.      */
  1658.     protected function getNelmioApiDoc_Generator_DefaultService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  1661.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  1662.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  1663.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  1664.             yield => ($this->privates['App\\OpenApi\\YamlModelDescriber'] ?? ($this->privates['App\\OpenApi\\YamlModelDescriber'] = new \App\OpenApi\YamlModelDescriber(($this->services['kernel'] ?? $this->get('kernel'1)))));
  1665.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  1666.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  1667.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  1668.         }, 6), new RewindableGenerator(function () {
  1669.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  1670.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  1671.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  1672.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  1673.         }, 4));
  1674.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  1675.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1676.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1677.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1679.         $instance->setAlternativeNames(['AccessToken' => ['type' => 'App\\ViewModel\\Frontend\\AccessTokenViewModel''groups' => NULL]]);
  1680.         $instance->setMediaTypes([=> 'json']);
  1681.         $instance->setLogger($a);
  1682.         return $instance;
  1683.     }
  1684.     /**
  1685.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  1686.      *
  1687.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  1688.      */
  1689.     protected function getNelmioApiDoc_RenderDocsService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  1692.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  1696.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1697.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  1698.         ], [
  1699.             'default' => '?',
  1700.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['twig'] ?? $this->getTwigService())));
  1701.     }
  1702.     /**
  1703.      * Gets the public 'profiler' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1706.      */
  1707.     protected function getProfilerService()
  1708.     {
  1709.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1710.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1711.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1712.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1713.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1714.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1715.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1716.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1717.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1718.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1719.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1720.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1721.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1722.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1723.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1724.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1725.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1726.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1727.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1728.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1729.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1730.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1731.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1732.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1733.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1734.         if ($this->has('kernel')) {
  1735.             $g->setKernel($b);
  1736.         }
  1737.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1738.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1740.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1742.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1743.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1744.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1746.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1747.         $instance->add($d);
  1748.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1749.         $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())), 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())));
  1750.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1751.         $instance->add($e);
  1752.         $instance->add($f);
  1753.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1754.         $instance->add($g);
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'request_stack' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1761.      */
  1762.     protected function getRequestStackService()
  1763.     {
  1764.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1765.     }
  1766.     /**
  1767.      * Gets the public 'router' shared service.
  1768.      *
  1769.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1770.      */
  1771.     protected function getRouterService()
  1772.     {
  1773.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1774.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1775.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1776.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1777.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1778.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1779.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1780.         ], [
  1781.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1782.         ]))->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');
  1783.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'routing.loader' shared service.
  1788.      *
  1789.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1790.      */
  1791.     protected function getRouting_LoaderService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1810.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1814.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1815.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1816.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1817.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1818.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1819.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1820.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1821.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1822.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1823.             'kernel' => ['services''kernel''getKernelService'false],
  1824.         ], [
  1825.             'kernel' => 'App\\Kernel',
  1826.         ])));
  1827.         $a->addLoader($c);
  1828.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1829.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1830.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1831.     }
  1832.     /**
  1833.      * Gets the public 'security.authentication_utils' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1836.      */
  1837.     protected function getSecurity_AuthenticationUtilsService()
  1838.     {
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1840.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1841.     }
  1842.     /**
  1843.      * Gets the public 'security.authorization_checker' shared service.
  1844.      *
  1845.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1846.      */
  1847.     protected function getSecurity_AuthorizationCheckerService()
  1848.     {
  1849.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1850.     }
  1851.     /**
  1852.      * Gets the public 'security.password_encoder' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1855.      */
  1856.     protected function getSecurity_PasswordEncoderService()
  1857.     {
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1860.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1861.     }
  1862.     /**
  1863.      * Gets the public 'security.token_storage' shared service.
  1864.      *
  1865.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1866.      */
  1867.     protected function getSecurity_TokenStorageService()
  1868.     {
  1869.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1870.             'session' => ['services''session''getSessionService'false],
  1871.         ], [
  1872.             'session' => '?',
  1873.         ]));
  1874.     }
  1875.     /**
  1876.      * Gets the public 'serializer' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\Serializer\Serializer
  1879.      */
  1880.     protected function getSerializerService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1914.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1915.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1916.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1917.     }
  1918.     /**
  1919.      * Gets the public 'services_resetter' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1922.      */
  1923.     protected function getServicesResetterService()
  1924.     {
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1926.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1927.             if (isset($this->services['cache.app'])) {
  1928.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1929.             }
  1930.             if (isset($this->services['cache.system'])) {
  1931.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1932.             }
  1933.             if (isset($this->privates['cache.validator'])) {
  1934.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1935.             }
  1936.             if (isset($this->privates['cache.serializer'])) {
  1937.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1938.             }
  1939.             if (isset($this->privates['cache.annotations'])) {
  1940.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1941.             }
  1942.             if (isset($this->privates['cache.property_info'])) {
  1943.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1944.             }
  1945.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1946.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1947.             }
  1948.             if (isset($this->services['profiler'])) {
  1949.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1950.             }
  1951.             if (isset($this->services['validator'])) {
  1952.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1953.             }
  1954.             if (isset($this->privates['debug.stopwatch'])) {
  1955.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1956.             }
  1957.             if (isset($this->services['event_dispatcher'])) {
  1958.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1959.             }
  1960.             if (isset($this->services['doctrine'])) {
  1961.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1962.             }
  1963.             if (isset($this->privates['form.type.entity'])) {
  1964.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1965.             }
  1966.             if (isset($this->services['security.token_storage'])) {
  1967.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1968.             }
  1969.             if (isset($this->privates['cache.security_expression_language'])) {
  1970.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1971.             }
  1972.             if (isset($this->privates['monolog.handler.csn'])) {
  1973.                 yield 'monolog.handler.csn' => ($this->privates['monolog.handler.csn'] ?? null);
  1974.             }
  1975.             if (isset($this->privates['monolog.handler.main'])) {
  1976.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1977.             }
  1978.             if (isset($this->privates['monolog.handler.console'])) {
  1979.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1980.             }
  1981.             if (isset($this->privates['monolog.handler.sinave'])) {
  1982.                 yield 'monolog.handler.sinave' => ($this->privates['monolog.handler.sinave'] ?? null);
  1983.             }
  1984.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1985.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1986.             }
  1987.             if (isset($this->privates['cache.webpack_encore'])) {
  1988.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1989.             }
  1990.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1991.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1992.             }
  1993.         }, function () {
  1994.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.csn'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.sinave'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  1995.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.csn' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.sinave' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  1996.     }
  1997.     /**
  1998.      * Gets the public 'session' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2001.      */
  2002.     protected function getSessionService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2006.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2007.     }
  2008.     /**
  2009.      * Gets the public 'translator' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2012.      */
  2013.     protected function getTranslatorService()
  2014.     {
  2015.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2016.     }
  2017.     /**
  2018.      * Gets the public 'twig' shared service.
  2019.      *
  2020.      * @return \Twig\Environment
  2021.      */
  2022.     protected function getTwigService()
  2023.     {
  2024.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2025.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2026.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2027.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2028.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2029.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2030.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2031.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2032.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2033.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  2034.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  2035.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  2036.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2037.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2038.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2039.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2040.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2041.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2042.         $c = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  2043.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2044.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2045.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2046.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  2047.         $g = new \Symfony\Bridge\Twig\AppVariable();
  2048.         $g->setEnvironment('dev');
  2049.         $g->setDebug(true);
  2050.         if ($this->has('security.token_storage')) {
  2051.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2052.         }
  2053.         if ($this->has('request_stack')) {
  2054.             $g->setRequestStack($e);
  2055.         }
  2056.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2061.         $instance->addExtension($c);
  2062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  2063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2066.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2067.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2068.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2069.         $instance->addExtension(new \App\Twig\AnalysisMethodExtension(($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService())));
  2070.         $instance->addExtension(new \App\Twig\AssayReporterExtension(($this->privates['App\\Service\\AssayReportService'] ?? $this->getAssayReportServiceService())));
  2071.         $instance->addExtension(new \App\Twig\PaginationExtension($e));
  2072.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2073.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  2074.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  2075.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2076.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2077.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  2078.         ], [
  2079.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2080.             'webpack_encore.tag_renderer' => '?',
  2081.         ])));
  2082.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  2083.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  2084.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($c));
  2085.         $instance->addGlobal('app'$g);
  2086.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2087.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  2088.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2089.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2090.         ], [
  2091.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  2092.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2093.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2094.         ])));
  2095.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  2096.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  2097.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  2098.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'validator' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2105.      */
  2106.     protected function getValidatorService()
  2107.     {
  2108.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2109.     }
  2110.     /**
  2111.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2112.      *
  2113.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2114.      */
  2115.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2116.     {
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2118.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2119.     }
  2120.     /**
  2121.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2122.      *
  2123.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2124.      */
  2125.     protected function getWebProfiler_Controller_ProfilerService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2128.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2129.     }
  2130.     /**
  2131.      * Gets the public 'web_profiler.controller.router' shared service.
  2132.      *
  2133.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2134.      */
  2135.     protected function getWebProfiler_Controller_RouterService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2138.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2139.     }
  2140.     /**
  2141.      * Gets the private '.debug.http_client' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2144.      */
  2145.     protected function get_Debug_HttpClientService()
  2146.     {
  2147.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2148.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2149.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2150.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2151.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2152.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2153.         $a->setLogger($b);
  2154.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2155.     }
  2156.     /**
  2157.      * Gets the private '.service_locator.pNNo5z3' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2160.      */
  2161.     protected function get_ServiceLocator_PNNo5z3Service()
  2162.     {
  2163.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2164.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2165.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2166.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2167.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2168.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2169.             'router' => ['services''router''getRouterService'false],
  2170.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2171.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2172.             'serializer' => ['services''serializer''getSerializerService'false],
  2173.             'session' => ['services''session''getSessionService'false],
  2174.             'twig' => ['services''twig''getTwigService'false],
  2175.         ], [
  2176.             'doctrine' => '?',
  2177.             'form.factory' => '?',
  2178.             'http_kernel' => '?',
  2179.             'parameter_bag' => '?',
  2180.             'request_stack' => '?',
  2181.             'router' => '?',
  2182.             'security.authorization_checker' => '?',
  2183.             'security.token_storage' => '?',
  2184.             'serializer' => '?',
  2185.             'session' => '?',
  2186.             'twig' => '?',
  2187.         ]);
  2188.     }
  2189.     /**
  2190.      * Gets the private 'App\AssayReporter\Csn\CsnAssayReporter' shared autowired service.
  2191.      *
  2192.      * @return \App\AssayReporter\Csn\CsnAssayReporter
  2193.      */
  2194.     protected function getCsnAssayReporterService()
  2195.     {
  2196.         include_once \dirname(__DIR__4).'/src/AssayReporter/AssayReporterInterface.php';
  2197.         include_once \dirname(__DIR__4).'/src/AssayReporter/Csn/CsnAssayReporter.php';
  2198.         $a = new \Symfony\Bridge\Monolog\Logger('csn');
  2199.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2200.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2201.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2202.         $a->pushHandler(($this->privates['monolog.handler.csn'] ?? $this->getMonolog_Handler_CsnService()));
  2203.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2204.         return $this->privates['App\\AssayReporter\\Csn\\CsnAssayReporter'] = new \App\AssayReporter\Csn\CsnAssayReporter($a$this->getEnv('CSNTESTEN_BASE_URL'), $this->getEnv('CSNTESTEN_API_KEY'));
  2205.     }
  2206.     /**
  2207.      * Gets the private 'App\Command\MqttListenCommand' shared autowired service.
  2208.      *
  2209.      * @return \App\Command\MqttListenCommand
  2210.      */
  2211.     protected function getMqttListenCommandService()
  2212.     {
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2214.         include_once \dirname(__DIR__4).'/src/Command/MqttListenCommand.php';
  2215.         include_once \dirname(__DIR__4).'/src/Service/DeviceService.php';
  2216.         $this->privates['App\\Command\\MqttListenCommand'] = $instance = new \App\Command\MqttListenCommand(new \App\Service\DeviceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Service\\AssayDataService'] ?? $this->getAssayDataServiceService()));
  2217.         $instance->setName('mqtt:listen');
  2218.         return $instance;
  2219.     }
  2220.     /**
  2221.      * Gets the private 'App\EntityListener\AssayDataEntityListener' shared autowired service.
  2222.      *
  2223.      * @return \App\EntityListener\AssayDataEntityListener
  2224.      */
  2225.     protected function getAssayDataEntityListenerService()
  2226.     {
  2227.         include_once \dirname(__DIR__4).'/src/EntityListener/AssayDataEntityListener.php';
  2228.         return $this->privates['App\\EntityListener\\AssayDataEntityListener'] = new \App\EntityListener\AssayDataEntityListener(($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()));
  2229.     }
  2230.     /**
  2231.      * Gets the private 'App\EntityListener\AssayEntityListener' shared autowired service.
  2232.      *
  2233.      * @return \App\EntityListener\AssayEntityListener
  2234.      */
  2235.     protected function getAssayEntityListenerService()
  2236.     {
  2237.         include_once \dirname(__DIR__4).'/src/EntityListener/AssayEntityListener.php';
  2238.         return $this->privates['App\\EntityListener\\AssayEntityListener'] = new \App\EntityListener\AssayEntityListener(($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()));
  2239.     }
  2240.     /**
  2241.      * Gets the private 'App\EntityListener\AssayReporterEntityListener' shared autowired service.
  2242.      *
  2243.      * @return \App\EntityListener\AssayReporterEntityListener
  2244.      */
  2245.     protected function getAssayReporterEntityListenerService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/src/EntityListener/AssayReporterEntityListener.php';
  2248.         return $this->privates['App\\EntityListener\\AssayReporterEntityListener'] = new \App\EntityListener\AssayReporterEntityListener(($this->privates['App\\Service\\AssayReportService'] ?? $this->getAssayReportServiceService()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'App\EntityListener\CustomerAreaEntityListener' shared autowired service.
  2252.      *
  2253.      * @return \App\EntityListener\CustomerAreaEntityListener
  2254.      */
  2255.     protected function getCustomerAreaEntityListenerService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/src/EntityListener/CustomerAreaEntityListener.php';
  2258.         return $this->privates['App\\EntityListener\\CustomerAreaEntityListener'] = new \App\EntityListener\CustomerAreaEntityListener(($this->privates['App\\Uploader\\CustomerAreaUploader'] ?? $this->getCustomerAreaUploaderService()));
  2259.     }
  2260.     /**
  2261.      * Gets the private 'App\EntityListener\CustomerEntityListener' shared autowired service.
  2262.      *
  2263.      * @return \App\EntityListener\CustomerEntityListener
  2264.      */
  2265.     protected function getCustomerEntityListenerService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/src/EntityListener/CustomerEntityListener.php';
  2268.         return $this->privates['App\\EntityListener\\CustomerEntityListener'] = new \App\EntityListener\CustomerEntityListener(($this->privates['App\\Uploader\\CustomerUploader'] ?? $this->getCustomerUploaderService()));
  2269.     }
  2270.     /**
  2271.      * Gets the private 'App\Form\Type\BackOffice\AnalysisMethodSimulationType' shared autowired service.
  2272.      *
  2273.      * @return \App\Form\Type\BackOffice\AnalysisMethodSimulationType
  2274.      */
  2275.     protected function getAnalysisMethodSimulationTypeService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2279.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AnalysisMethodSimulationType.php';
  2280.         return $this->privates['App\\Form\\Type\\BackOffice\\AnalysisMethodSimulationType'] = new \App\Form\Type\BackOffice\AnalysisMethodSimulationType();
  2281.     }
  2282.     /**
  2283.      * Gets the private 'App\Form\Type\BackOffice\AnalysisMethodType' shared autowired service.
  2284.      *
  2285.      * @return \App\Form\Type\BackOffice\AnalysisMethodType
  2286.      */
  2287.     protected function getAnalysisMethodTypeService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2291.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AnalysisMethodType.php';
  2292.         return $this->privates['App\\Form\\Type\\BackOffice\\AnalysisMethodType'] = new \App\Form\Type\BackOffice\AnalysisMethodType(($this->privates['App\\Service\\AnalysisService'] ?? $this->getAnalysisServiceService()));
  2293.     }
  2294.     /**
  2295.      * Gets the private 'App\Form\Type\BackOffice\AnalysisMethod\StandardType' shared autowired service.
  2296.      *
  2297.      * @return \App\Form\Type\BackOffice\AnalysisMethod\StandardType
  2298.      */
  2299.     protected function getStandardTypeService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2303.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AnalysisMethod/StandardType.php';
  2304.         return $this->privates['App\\Form\\Type\\BackOffice\\AnalysisMethod\\StandardType'] = new \App\Form\Type\BackOffice\AnalysisMethod\StandardType();
  2305.     }
  2306.     /**
  2307.      * Gets the private 'App\Form\Type\BackOffice\AnalysisMethod\UTMType' shared autowired service.
  2308.      *
  2309.      * @return \App\Form\Type\BackOffice\AnalysisMethod\UTMType
  2310.      */
  2311.     protected function getUTMTypeService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2315.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AnalysisMethod/UTMType.php';
  2316.         return $this->privates['App\\Form\\Type\\BackOffice\\AnalysisMethod\\UTMType'] = new \App\Form\Type\BackOffice\AnalysisMethod\UTMType();
  2317.     }
  2318.     /**
  2319.      * Gets the private 'App\Form\Type\BackOffice\AnalysisMethod\VPMType' shared autowired service.
  2320.      *
  2321.      * @return \App\Form\Type\BackOffice\AnalysisMethod\VPMType
  2322.      */
  2323.     protected function getVPMTypeService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2327.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AnalysisMethod/VPMType.php';
  2328.         return $this->privates['App\\Form\\Type\\BackOffice\\AnalysisMethod\\VPMType'] = new \App\Form\Type\BackOffice\AnalysisMethod\VPMType();
  2329.     }
  2330.     /**
  2331.      * Gets the private 'App\Form\Type\BackOffice\AssayResultType' shared autowired service.
  2332.      *
  2333.      * @return \App\Form\Type\BackOffice\AssayResultType
  2334.      */
  2335.     protected function getAssayResultTypeService()
  2336.     {
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2339.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AssayResultType.php';
  2340.         return $this->privates['App\\Form\\Type\\BackOffice\\AssayResultType'] = new \App\Form\Type\BackOffice\AssayResultType();
  2341.     }
  2342.     /**
  2343.      * Gets the private 'App\Form\Type\BackOffice\AssaySearchFiltersType' shared autowired service.
  2344.      *
  2345.      * @return \App\Form\Type\BackOffice\AssaySearchFiltersType
  2346.      */
  2347.     protected function getAssaySearchFiltersTypeService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2351.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/AssaySearchFiltersType.php';
  2352.         return $this->privates['App\\Form\\Type\\BackOffice\\AssaySearchFiltersType'] = new \App\Form\Type\BackOffice\AssaySearchFiltersType();
  2353.     }
  2354.     /**
  2355.      * Gets the private 'App\Form\Type\BackOffice\DeviceConfigurationType' shared autowired service.
  2356.      *
  2357.      * @return \App\Form\Type\BackOffice\DeviceConfigurationType
  2358.      */
  2359.     protected function getDeviceConfigurationTypeService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2363.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/DeviceConfigurationType.php';
  2364.         return $this->privates['App\\Form\\Type\\BackOffice\\DeviceConfigurationType'] = new \App\Form\Type\BackOffice\DeviceConfigurationType(($this->privates['App\\Service\\AssayReportService'] ?? $this->getAssayReportServiceService()));
  2365.     }
  2366.     /**
  2367.      * Gets the private 'App\Form\Type\BackOffice\DeviceType' shared autowired service.
  2368.      *
  2369.      * @return \App\Form\Type\BackOffice\DeviceType
  2370.      */
  2371.     protected function getDeviceTypeService()
  2372.     {
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2375.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/DeviceType.php';
  2376.         return $this->privates['App\\Form\\Type\\BackOffice\\DeviceType'] = new \App\Form\Type\BackOffice\DeviceType();
  2377.     }
  2378.     /**
  2379.      * Gets the private 'App\Form\Type\BackOffice\PairingSearchFilterType' shared autowired service.
  2380.      *
  2381.      * @return \App\Form\Type\BackOffice\PairingSearchFilterType
  2382.      */
  2383.     protected function getPairingSearchFilterTypeService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2387.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/PairingSearchFilterType.php';
  2388.         return $this->privates['App\\Form\\Type\\BackOffice\\PairingSearchFilterType'] = new \App\Form\Type\BackOffice\PairingSearchFilterType();
  2389.     }
  2390.     /**
  2391.      * Gets the private 'App\Form\Type\BackOffice\PairingType' shared autowired service.
  2392.      *
  2393.      * @return \App\Form\Type\BackOffice\PairingType
  2394.      */
  2395.     protected function getPairingTypeService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2399.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/PairingType.php';
  2400.         return $this->privates['App\\Form\\Type\\BackOffice\\PairingType'] = new \App\Form\Type\BackOffice\PairingType();
  2401.     }
  2402.     /**
  2403.      * Gets the private 'App\Form\Type\BackOffice\ProtocolControlType' shared autowired service.
  2404.      *
  2405.      * @return \App\Form\Type\BackOffice\ProtocolControlType
  2406.      */
  2407.     protected function getProtocolControlTypeService()
  2408.     {
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2411.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolControlType.php';
  2412.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolControlType'] = new \App\Form\Type\BackOffice\ProtocolControlType();
  2413.     }
  2414.     /**
  2415.      * Gets the private 'App\Form\Type\BackOffice\ProtocolInstructionType' shared autowired service.
  2416.      *
  2417.      * @return \App\Form\Type\BackOffice\ProtocolInstructionType
  2418.      */
  2419.     protected function getProtocolInstructionTypeService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2423.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolInstructionType.php';
  2424.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolInstructionType'] = new \App\Form\Type\BackOffice\ProtocolInstructionType();
  2425.     }
  2426.     /**
  2427.      * Gets the private 'App\Form\Type\BackOffice\ProtocolInstruction\HoldType' shared autowired service.
  2428.      *
  2429.      * @return \App\Form\Type\BackOffice\ProtocolInstruction\HoldType
  2430.      */
  2431.     protected function getHoldTypeService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2435.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolInstruction/HoldType.php';
  2436.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolInstruction\\HoldType'] = new \App\Form\Type\BackOffice\ProtocolInstruction\HoldType();
  2437.     }
  2438.     /**
  2439.      * Gets the private 'App\Form\Type\BackOffice\ProtocolInstruction\RampType' shared autowired service.
  2440.      *
  2441.      * @return \App\Form\Type\BackOffice\ProtocolInstruction\RampType
  2442.      */
  2443.     protected function getRampTypeService()
  2444.     {
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2447.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolInstruction/RampType.php';
  2448.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolInstruction\\RampType'] = new \App\Form\Type\BackOffice\ProtocolInstruction\RampType();
  2449.     }
  2450.     /**
  2451.      * Gets the private 'App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType' shared autowired service.
  2452.      *
  2453.      * @return \App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType
  2454.      */
  2455.     protected function getSensorTypeService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2459.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolInstruction/Sensor/SensorType.php';
  2460.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor\\SensorType'] = new \App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType();
  2461.     }
  2462.     /**
  2463.      * Gets the private 'App\Form\Type\BackOffice\ProtocolType' shared autowired service.
  2464.      *
  2465.      * @return \App\Form\Type\BackOffice\ProtocolType
  2466.      */
  2467.     protected function getProtocolTypeService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2471.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/ProtocolType.php';
  2472.         return $this->privates['App\\Form\\Type\\BackOffice\\ProtocolType'] = new \App\Form\Type\BackOffice\ProtocolType();
  2473.     }
  2474.     /**
  2475.      * Gets the private 'App\Form\Type\BackOffice\QrCodeGeneratorType' shared autowired service.
  2476.      *
  2477.      * @return \App\Form\Type\BackOffice\QrCodeGeneratorType
  2478.      */
  2479.     protected function getQrCodeGeneratorTypeService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2483.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/QrCodeGeneratorType.php';
  2484.         return $this->privates['App\\Form\\Type\\BackOffice\\QrCodeGeneratorType'] = new \App\Form\Type\BackOffice\QrCodeGeneratorType();
  2485.     }
  2486.     /**
  2487.      * Gets the private 'App\Form\Type\BackOffice\TestType' shared autowired service.
  2488.      *
  2489.      * @return \App\Form\Type\BackOffice\TestType
  2490.      */
  2491.     protected function getTestTypeService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2495.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/TestType.php';
  2496.         return $this->privates['App\\Form\\Type\\BackOffice\\TestType'] = new \App\Form\Type\BackOffice\TestType(($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService()));
  2497.     }
  2498.     /**
  2499.      * Gets the private 'App\Form\Type\BackOffice\Version\ApiVersionsType' shared autowired service.
  2500.      *
  2501.      * @return \App\Form\Type\BackOffice\Version\ApiVersionsType
  2502.      */
  2503.     protected function getApiVersionsTypeService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2507.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/VersionType.php';
  2508.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/ApiVersionsType.php';
  2509.         return $this->privates['App\\Form\\Type\\BackOffice\\Version\\ApiVersionsType'] = new \App\Form\Type\BackOffice\Version\ApiVersionsType();
  2510.     }
  2511.     /**
  2512.      * Gets the private 'App\Form\Type\BackOffice\Version\AppVersionType' shared autowired service.
  2513.      *
  2514.      * @return \App\Form\Type\BackOffice\Version\AppVersionType
  2515.      */
  2516.     protected function getAppVersionTypeService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2520.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/VersionType.php';
  2521.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/AppVersionType.php';
  2522.         return $this->privates['App\\Form\\Type\\BackOffice\\Version\\AppVersionType'] = new \App\Form\Type\BackOffice\Version\AppVersionType();
  2523.     }
  2524.     /**
  2525.      * Gets the private 'App\Form\Type\BackOffice\Version\FirmwareVersionType' shared autowired service.
  2526.      *
  2527.      * @return \App\Form\Type\BackOffice\Version\FirmwareVersionType
  2528.      */
  2529.     protected function getFirmwareVersionTypeService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2533.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/VersionType.php';
  2534.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/FirmwareVersionType.php';
  2535.         return $this->privates['App\\Form\\Type\\BackOffice\\Version\\FirmwareVersionType'] = new \App\Form\Type\BackOffice\Version\FirmwareVersionType();
  2536.     }
  2537.     /**
  2538.      * Gets the private 'App\Form\Type\BackOffice\Version\VersionType' shared autowired service.
  2539.      *
  2540.      * @return \App\Form\Type\BackOffice\Version\VersionType
  2541.      */
  2542.     protected function getVersionTypeService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2546.         include_once \dirname(__DIR__4).'/src/Form/Type/BackOffice/Version/VersionType.php';
  2547.         return $this->privates['App\\Form\\Type\\BackOffice\\Version\\VersionType'] = new \App\Form\Type\BackOffice\Version\VersionType();
  2548.     }
  2549.     /**
  2550.      * Gets the private 'App\Form\Type\Frontend\AssayDataType' shared autowired service.
  2551.      *
  2552.      * @return \App\Form\Type\Frontend\AssayDataType
  2553.      */
  2554.     protected function getAssayDataTypeService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2558.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/AssayDataType.php';
  2559.         return $this->privates['App\\Form\\Type\\Frontend\\AssayDataType'] = new \App\Form\Type\Frontend\AssayDataType();
  2560.     }
  2561.     /**
  2562.      * Gets the private 'App\Form\Type\Frontend\AssayMeltDataType' shared autowired service.
  2563.      *
  2564.      * @return \App\Form\Type\Frontend\AssayMeltDataType
  2565.      */
  2566.     protected function getAssayMeltDataTypeService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2570.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/AssayMeltDataType.php';
  2571.         return $this->privates['App\\Form\\Type\\Frontend\\AssayMeltDataType'] = new \App\Form\Type\Frontend\AssayMeltDataType();
  2572.     }
  2573.     /**
  2574.      * Gets the private 'App\Form\Type\Frontend\AssayResultType' shared autowired service.
  2575.      *
  2576.      * @return \App\Form\Type\Frontend\AssayResultType
  2577.      */
  2578.     protected function getAssayResultType2Service()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2582.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/AssayResultType.php';
  2583.         return $this->privates['App\\Form\\Type\\Frontend\\AssayResultType'] = new \App\Form\Type\Frontend\AssayResultType();
  2584.     }
  2585.     /**
  2586.      * Gets the private 'App\Form\Type\Frontend\AssayResult\IntermediateResultType' shared autowired service.
  2587.      *
  2588.      * @return \App\Form\Type\Frontend\AssayResult\IntermediateResultType
  2589.      */
  2590.     protected function getIntermediateResultTypeService()
  2591.     {
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2594.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/AssayResult/IntermediateResultType.php';
  2595.         return $this->privates['App\\Form\\Type\\Frontend\\AssayResult\\IntermediateResultType'] = new \App\Form\Type\Frontend\AssayResult\IntermediateResultType();
  2596.     }
  2597.     /**
  2598.      * Gets the private 'App\Form\Type\Frontend\AssayType' shared autowired service.
  2599.      *
  2600.      * @return \App\Form\Type\Frontend\AssayType
  2601.      */
  2602.     protected function getAssayTypeService()
  2603.     {
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2606.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/AssayType.php';
  2607.         return $this->privates['App\\Form\\Type\\Frontend\\AssayType'] = new \App\Form\Type\Frontend\AssayType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2608.     }
  2609.     /**
  2610.      * Gets the private 'App\Form\Type\Frontend\Base64UploadedFileType' shared autowired service.
  2611.      *
  2612.      * @return \App\Form\Type\Frontend\Base64UploadedFileType
  2613.      */
  2614.     protected function getBase64UploadedFileTypeService()
  2615.     {
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2618.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/Base64UploadedFileType.php';
  2619.         return $this->privates['App\\Form\\Type\\Frontend\\Base64UploadedFileType'] = new \App\Form\Type\Frontend\Base64UploadedFileType(($this->privates['App\\Util\\FilenameGenerator'] ?? ($this->privates['App\\Util\\FilenameGenerator'] = new \App\Util\FilenameGenerator())));
  2620.     }
  2621.     /**
  2622.      * Gets the private 'App\Form\Type\Frontend\CustomerAreaType' shared autowired service.
  2623.      *
  2624.      * @return \App\Form\Type\Frontend\CustomerAreaType
  2625.      */
  2626.     protected function getCustomerAreaTypeService()
  2627.     {
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2630.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/CustomerAreaType.php';
  2631.         return $this->privates['App\\Form\\Type\\Frontend\\CustomerAreaType'] = new \App\Form\Type\Frontend\CustomerAreaType();
  2632.     }
  2633.     /**
  2634.      * Gets the private 'App\Form\Type\Frontend\CustomerType' shared autowired service.
  2635.      *
  2636.      * @return \App\Form\Type\Frontend\CustomerType
  2637.      */
  2638.     protected function getCustomerTypeService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2642.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/CustomerType.php';
  2643.         return $this->privates['App\\Form\\Type\\Frontend\\CustomerType'] = new \App\Form\Type\Frontend\CustomerType();
  2644.     }
  2645.     /**
  2646.      * Gets the private 'App\Form\Type\Frontend\DeleteAccountType' shared autowired service.
  2647.      *
  2648.      * @return \App\Form\Type\Frontend\DeleteAccountType
  2649.      */
  2650.     protected function getDeleteAccountTypeService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2654.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/DeleteAccountType.php';
  2655.         return $this->privates['App\\Form\\Type\\Frontend\\DeleteAccountType'] = new \App\Form\Type\Frontend\DeleteAccountType();
  2656.     }
  2657.     /**
  2658.      * Gets the private 'App\Form\Type\Frontend\FirmwareRequestType' shared autowired service.
  2659.      *
  2660.      * @return \App\Form\Type\Frontend\FirmwareRequestType
  2661.      */
  2662.     protected function getFirmwareRequestTypeService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2666.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/FirmwareRequestType.php';
  2667.         return $this->privates['App\\Form\\Type\\Frontend\\FirmwareRequestType'] = new \App\Form\Type\Frontend\FirmwareRequestType();
  2668.     }
  2669.     /**
  2670.      * Gets the private 'App\Form\Type\Frontend\QRCodeType' shared autowired service.
  2671.      *
  2672.      * @return \App\Form\Type\Frontend\QRCodeType
  2673.      */
  2674.     protected function getQRCodeTypeService()
  2675.     {
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2678.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/QRCodeType.php';
  2679.         return $this->privates['App\\Form\\Type\\Frontend\\QRCodeType'] = new \App\Form\Type\Frontend\QRCodeType();
  2680.     }
  2681.     /**
  2682.      * Gets the private 'App\Form\Type\Frontend\QrAssayRelationType' shared autowired service.
  2683.      *
  2684.      * @return \App\Form\Type\Frontend\QrAssayRelationType
  2685.      */
  2686.     protected function getQrAssayRelationTypeService()
  2687.     {
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2690.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/QrAssayRelationType.php';
  2691.         return $this->privates['App\\Form\\Type\\Frontend\\QrAssayRelationType'] = new \App\Form\Type\Frontend\QrAssayRelationType();
  2692.     }
  2693.     /**
  2694.      * Gets the private 'App\Form\Type\Frontend\RecoverPasswordType' shared autowired service.
  2695.      *
  2696.      * @return \App\Form\Type\Frontend\RecoverPasswordType
  2697.      */
  2698.     protected function getRecoverPasswordTypeService()
  2699.     {
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2702.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/RecoverPasswordType.php';
  2703.         return $this->privates['App\\Form\\Type\\Frontend\\RecoverPasswordType'] = new \App\Form\Type\Frontend\RecoverPasswordType();
  2704.     }
  2705.     /**
  2706.      * Gets the private 'App\Form\Type\Frontend\RegistrationType' shared autowired service.
  2707.      *
  2708.      * @return \App\Form\Type\Frontend\RegistrationType
  2709.      */
  2710.     protected function getRegistrationTypeService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2714.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/RegistrationType.php';
  2715.         return $this->privates['App\\Form\\Type\\Frontend\\RegistrationType'] = new \App\Form\Type\Frontend\RegistrationType();
  2716.     }
  2717.     /**
  2718.      * Gets the private 'App\Form\Type\Frontend\ResetPasswordType' shared autowired service.
  2719.      *
  2720.      * @return \App\Form\Type\Frontend\ResetPasswordType
  2721.      */
  2722.     protected function getResetPasswordTypeService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2726.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/ResetPasswordType.php';
  2727.         return $this->privates['App\\Form\\Type\\Frontend\\ResetPasswordType'] = new \App\Form\Type\Frontend\ResetPasswordType();
  2728.     }
  2729.     /**
  2730.      * Gets the private 'App\Form\Type\Frontend\UpdatePasswordType' shared autowired service.
  2731.      *
  2732.      * @return \App\Form\Type\Frontend\UpdatePasswordType
  2733.      */
  2734.     protected function getUpdatePasswordTypeService()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2738.         include_once \dirname(__DIR__4).'/src/Form/Type/Frontend/UpdatePasswordType.php';
  2739.         return $this->privates['App\\Form\\Type\\Frontend\\UpdatePasswordType'] = new \App\Form\Type\Frontend\UpdatePasswordType();
  2740.     }
  2741.     /**
  2742.      * Gets the private 'App\Repository\Assay\AssayMeltDataRepository' shared autowired service.
  2743.      *
  2744.      * @return \App\Repository\Assay\AssayMeltDataRepository
  2745.      */
  2746.     protected function getAssayMeltDataRepositoryService()
  2747.     {
  2748.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2753.         include_once \dirname(__DIR__4).'/src/Repository/Assay/AssayMeltDataRepository.php';
  2754.         return $this->privates['App\\Repository\\Assay\\AssayMeltDataRepository'] = new \App\Repository\Assay\AssayMeltDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'App\Repository\User\UserRepository' shared autowired service.
  2758.      *
  2759.      * @return \App\Repository\User\UserRepository
  2760.      */
  2761.     protected function getUserRepositoryService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2769.         include_once \dirname(__DIR__4).'/src/Repository/User/UserRepository.php';
  2770.         return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'App\Security\TokenAuthenticator' shared autowired service.
  2774.      *
  2775.      * @return \App\Security\TokenAuthenticator
  2776.      */
  2777.     protected function getTokenAuthenticatorService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2782.         include_once \dirname(__DIR__4).'/src/Security/TokenAuthenticator.php';
  2783.         return $this->privates['App\\Security\\TokenAuthenticator'] = new \App\Security\TokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'App\Service\AccessTokenService' shared autowired service.
  2787.      *
  2788.      * @return \App\Service\AccessTokenService
  2789.      */
  2790.     protected function getAccessTokenServiceService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/src/Service/AccessTokenService.php';
  2793.         return $this->privates['App\\Service\\AccessTokenService'] = new \App\Service\AccessTokenService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'App\Service\AnalysisService' shared autowired service.
  2797.      *
  2798.      * @return \App\Service\AnalysisService
  2799.      */
  2800.     protected function getAnalysisServiceService()
  2801.     {
  2802.         $a = ($this->privates['App\\Service\\AssayResultService'] ?? $this->getAssayResultServiceService());
  2803.         if (isset($this->privates['App\\Service\\AnalysisService'])) {
  2804.             return $this->privates['App\\Service\\AnalysisService'];
  2805.         }
  2806.         return $this->privates['App\\Service\\AnalysisService'] = new \App\Service\AnalysisService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, new RewindableGenerator(function () {
  2807.             yield => ($this->privates['App\\Service\\AnalysisMethod\\LactoseAlgorithm'] ?? ($this->privates['App\\Service\\AnalysisMethod\\LactoseAlgorithm'] = new \App\Service\AnalysisMethod\LactoseAlgorithm(\dirname(__DIR__4))));
  2808.             yield => ($this->privates['App\\Service\\AnalysisMethod\\LegionellaAlgorithm'] ?? ($this->privates['App\\Service\\AnalysisMethod\\LegionellaAlgorithm'] = new \App\Service\AnalysisMethod\LegionellaAlgorithm(\dirname(__DIR__4))));
  2809.             yield => ($this->privates['App\\Service\\AnalysisMethod\\StandardAlgorithm'] ?? ($this->privates['App\\Service\\AnalysisMethod\\StandardAlgorithm'] = new \App\Service\AnalysisMethod\StandardAlgorithm()));
  2810.             yield => ($this->privates['App\\Service\\AnalysisMethod\\UTMAlgorithm'] ?? ($this->privates['App\\Service\\AnalysisMethod\\UTMAlgorithm'] = new \App\Service\AnalysisMethod\UTMAlgorithm()));
  2811.             yield => ($this->privates['App\\Service\\AnalysisMethod\\VPMAlgorithm'] ?? ($this->privates['App\\Service\\AnalysisMethod\\VPMAlgorithm'] = new \App\Service\AnalysisMethod\VPMAlgorithm()));
  2812.         }, 5));
  2813.     }
  2814.     /**
  2815.      * Gets the private 'App\Service\AssayDataService' shared autowired service.
  2816.      *
  2817.      * @return \App\Service\AssayDataService
  2818.      */
  2819.     protected function getAssayDataServiceService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/src/Service/AssayDataService.php';
  2822.         return $this->privates['App\\Service\\AssayDataService'] = new \App\Service\AssayDataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2823.     }
  2824.     /**
  2825.      * Gets the private 'App\Service\AssayReportService' shared autowired service.
  2826.      *
  2827.      * @return \App\Service\AssayReportService
  2828.      */
  2829.     protected function getAssayReportServiceService()
  2830.     {
  2831.         return $this->privates['App\\Service\\AssayReportService'] = new \App\Service\AssayReportService(new RewindableGenerator(function () {
  2832.             yield => ($this->privates['App\\AssayReporter\\Csn\\CsnAssayReporter'] ?? $this->getCsnAssayReporterService());
  2833.         }, 1), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2834.     }
  2835.     /**
  2836.      * Gets the private 'App\Service\AssayResultService' shared autowired service.
  2837.      *
  2838.      * @return \App\Service\AssayResultService
  2839.      */
  2840.     protected function getAssayResultServiceService()
  2841.     {
  2842.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2843.         if (isset($this->privates['App\\Service\\AssayResultService'])) {
  2844.             return $this->privates['App\\Service\\AssayResultService'];
  2845.         }
  2846.         $b = ($this->privates['App\\Service\\SinaveService'] ?? $this->getSinaveServiceService());
  2847.         if (isset($this->privates['App\\Service\\AssayResultService'])) {
  2848.             return $this->privates['App\\Service\\AssayResultService'];
  2849.         }
  2850.         return $this->privates['App\\Service\\AssayResultService'] = new \App\Service\AssayResultService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $this->getEnv('MAILER_FROM'), $this->getEnv('MAILER_DEBUG'), $a$b, ($this->privates['App\\Uploader\\CustomerUploader'] ?? $this->getCustomerUploaderService()), ($this->privates['App\\Uploader\\CustomerAreaUploader'] ?? $this->getCustomerAreaUploaderService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), (\dirname(__DIR__4).'/public'));
  2851.     }
  2852.     /**
  2853.      * Gets the private 'App\Service\SinaveService' shared autowired service.
  2854.      *
  2855.      * @return \App\Service\SinaveService
  2856.      */
  2857.     protected function getSinaveServiceService()
  2858.     {
  2859.         $a = ($this->services['twig'] ?? $this->getTwigService());
  2860.         if (isset($this->privates['App\\Service\\SinaveService'])) {
  2861.             return $this->privates['App\\Service\\SinaveService'];
  2862.         }
  2863.         $b = new \Symfony\Bridge\Monolog\Logger('sinave');
  2864.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2865.         $b->pushHandler(($this->privates['monolog.handler.sinave'] ?? $this->getMonolog_Handler_SinaveService()));
  2866.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2867.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2868.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2869.         return $this->privates['App\\Service\\SinaveService'] = new \App\Service\SinaveService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('SINAVE_URL'), $this->getEnv('SINAVE_USERNAME'), $this->getEnv('SINAVE_PASSWORD'), $this->getEnv('LAB_NIF'), $this->getEnv('SINAVE_VALIDATOR'), $a$b, ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $this->getEnv('MAILER_FROM'));
  2870.     }
  2871.     /**
  2872.      * Gets the private 'App\Uploader\CustomerAreaUploader' shared autowired service.
  2873.      *
  2874.      * @return \App\Uploader\CustomerAreaUploader
  2875.      */
  2876.     protected function getCustomerAreaUploaderService()
  2877.     {
  2878.         return $this->privates['App\\Uploader\\CustomerAreaUploader'] = new \App\Uploader\CustomerAreaUploader(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['App\\Util\\FilenameGenerator'] ?? ($this->privates['App\\Util\\FilenameGenerator'] = new \App\Util\FilenameGenerator())), (\dirname(__DIR__4).'/public/uploads/customer/signatures'));
  2879.     }
  2880.     /**
  2881.      * Gets the private 'App\Uploader\CustomerUploader' shared autowired service.
  2882.      *
  2883.      * @return \App\Uploader\CustomerUploader
  2884.      */
  2885.     protected function getCustomerUploaderService()
  2886.     {
  2887.         return $this->privates['App\\Uploader\\CustomerUploader'] = new \App\Uploader\CustomerUploader(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['App\\Util\\FilenameGenerator'] ?? ($this->privates['App\\Util\\FilenameGenerator'] = new \App\Util\FilenameGenerator())), (\dirname(__DIR__4).'/public/uploads/customer/logos'));
  2888.     }
  2889.     /**
  2890.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2891.      *
  2892.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2893.      */
  2894.     protected function getManagerRegistryAwareConnectionProviderService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2898.         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'));
  2899.     }
  2900.     /**
  2901.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2902.      *
  2903.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2904.      */
  2905.     protected function getRunSqlCommandService()
  2906.     {
  2907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2909.         $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()));
  2910.         $instance->setName('dbal:run-sql');
  2911.         return $instance;
  2912.     }
  2913.     /**
  2914.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  2915.      *
  2916.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  2917.      */
  2918.     protected function getQrCodeRuntimeService()
  2919.     {
  2920.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  2922.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] ?? $this->getQrCodeFactoryService()), ($this->services['router'] ?? $this->getRouterService()));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'Endroid\QrCode\Factory\QrCodeFactory' shared autowired service.
  2926.      *
  2927.      * @return \Endroid\QrCode\Factory\QrCodeFactory
  2928.      */
  2929.     protected function getQrCodeFactoryService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Factory/QrCodeFactoryInterface.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Factory/QrCodeFactory.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/WriterRegistryInterface.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/WriterRegistry.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/BinaryWriter.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/DebugWriter.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/EpsWriter.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/SvgWriter.php';
  2942.         $a = new \Endroid\QrCode\WriterRegistry();
  2943.         $a->addWriters(new RewindableGenerator(function () {
  2944.             yield => ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter()));
  2945.             yield => ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter()));
  2946.             yield => ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter()));
  2947.             yield => ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter()));
  2948.             yield => ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter()));
  2949.         }, 5));
  2950.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter())));
  2951.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter())));
  2952.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter())));
  2953.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  2954.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter())));
  2955.         return $this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] = new \Endroid\QrCode\Factory\QrCodeFactory(['writer' => 'png''size' => 300'margin' => 10'error_correction_level' => 'low''validate_result' => false'writer_options' => [], 'encoding' => 'UTF-8'], $a);
  2956.     }
  2957.     /**
  2958.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2959.      *
  2960.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2961.      */
  2962.     protected function getResetAssetsEventListenerService()
  2963.     {
  2964.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2965.     }
  2966.     /**
  2967.      * Gets the private 'annotations.cache' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Cache\DoctrineProvider
  2970.      */
  2971.     protected function getAnnotations_CacheService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2975.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2976.     }
  2977.     /**
  2978.      * Gets the private 'annotations.cache_warmer' shared service.
  2979.      *
  2980.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2981.      */
  2982.     protected function getAnnotations_CacheWarmerService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2987.         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);
  2988.     }
  2989.     /**
  2990.      * Gets the private 'annotations.cached_reader' shared service.
  2991.      *
  2992.      * @return \Doctrine\Common\Annotations\CachedReader
  2993.      */
  2994.     protected function getAnnotations_CachedReaderService()
  2995.     {
  2996.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2997.     }
  2998.     /**
  2999.      * Gets the private 'annotations.reader' shared service.
  3000.      *
  3001.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3002.      */
  3003.     protected function getAnnotations_ReaderService()
  3004.     {
  3005.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3006.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3007.         $a->registerUniqueLoader('class_exists');
  3008.         $instance->addGlobalIgnoredName('required'$a);
  3009.         return $instance;
  3010.     }
  3011.     /**
  3012.      * Gets the private 'assets.packages' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Asset\Packages
  3015.      */
  3016.     protected function getAssets_PackagesService()
  3017.     {
  3018.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  3019.     }
  3020.     /**
  3021.      * Gets the private 'cache.annotations' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3024.      */
  3025.     protected function getCache_AnnotationsService()
  3026.     {
  3027.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FBA5BdVr8D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  3031.      *
  3032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3033.      */
  3034.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  3035.     {
  3036.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3037.     }
  3038.     /**
  3039.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3042.      */
  3043.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3044.     {
  3045.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3046.     }
  3047.     /**
  3048.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3051.      */
  3052.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3053.     {
  3054.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3055.     }
  3056.     /**
  3057.      * Gets the private 'cache.property_info' shared service.
  3058.      *
  3059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3060.      */
  3061.     protected function getCache_PropertyInfoService()
  3062.     {
  3063.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F8SSiI--fC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3064.     }
  3065.     /**
  3066.      * Gets the private 'cache.security_expression_language' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3069.      */
  3070.     protected function getCache_SecurityExpressionLanguageService()
  3071.     {
  3072.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3JdsOOM6US'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3073.     }
  3074.     /**
  3075.      * Gets the private 'cache.serializer' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3078.      */
  3079.     protected function getCache_SerializerService()
  3080.     {
  3081.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TbwJxgVpS9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3082.     }
  3083.     /**
  3084.      * Gets the private 'cache.validator' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3087.      */
  3088.     protected function getCache_ValidatorService()
  3089.     {
  3090.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HxInxHSWE+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3091.     }
  3092.     /**
  3093.      * Gets the private 'cache.webpack_encore' shared service.
  3094.      *
  3095.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3096.      */
  3097.     protected function getCache_WebpackEncoreService()
  3098.     {
  3099.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zWALf101SY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3100.     }
  3101.     /**
  3102.      * Gets the private 'config_cache_factory' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3105.      */
  3106.     protected function getConfigCacheFactoryService()
  3107.     {
  3108.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3109.             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)));
  3110.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3111.         }, 2));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'console.command.about' shared service.
  3115.      *
  3116.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3117.      */
  3118.     protected function getConsole_Command_AboutService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3122.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3123.         $instance->setName('about');
  3124.         return $instance;
  3125.     }
  3126.     /**
  3127.      * Gets the private 'console.command.assets_install' shared service.
  3128.      *
  3129.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3130.      */
  3131.     protected function getConsole_Command_AssetsInstallService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3135.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3136.         $instance->setName('assets:install');
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the private 'console.command.cache_clear' shared service.
  3141.      *
  3142.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3143.      */
  3144.     protected function getConsole_Command_CacheClearService()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3148.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3149.         $instance->setName('cache:clear');
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3154.      *
  3155.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3156.      */
  3157.     protected function getConsole_Command_CachePoolClearService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3161.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3162.         $instance->setName('cache:pool:clear');
  3163.         return $instance;
  3164.     }
  3165.     /**
  3166.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3167.      *
  3168.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3169.      */
  3170.     protected function getConsole_Command_CachePoolDeleteService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3174.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3175.         $instance->setName('cache:pool:delete');
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'console.command.cache_pool_list' shared service.
  3180.      *
  3181.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3182.      */
  3183.     protected function getConsole_Command_CachePoolListService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3187.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3188.         $instance->setName('cache:pool:list');
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3193.      *
  3194.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3195.      */
  3196.     protected function getConsole_Command_CachePoolPruneService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3200.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3201.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3202.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3203.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3204.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3205.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3206.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3207.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  3208.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3209.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3210.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3211.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3212.         }, 11));
  3213.         $instance->setName('cache:pool:prune');
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'console.command.cache_warmup' shared service.
  3218.      *
  3219.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3220.      */
  3221.     protected function getConsole_Command_CacheWarmupService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3225.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3226.         $instance->setName('cache:warmup');
  3227.         return $instance;
  3228.     }
  3229.     /**
  3230.      * Gets the private 'console.command.config_debug' shared service.
  3231.      *
  3232.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3233.      */
  3234.     protected function getConsole_Command_ConfigDebugService()
  3235.     {
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3240.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3241.         $instance->setName('debug:config');
  3242.         return $instance;
  3243.     }
  3244.     /**
  3245.      * Gets the private 'console.command.config_dump_reference' shared service.
  3246.      *
  3247.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3248.      */
  3249.     protected function getConsole_Command_ConfigDumpReferenceService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3255.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3256.         $instance->setName('config:dump-reference');
  3257.         return $instance;
  3258.     }
  3259.     /**
  3260.      * Gets the private 'console.command.container_debug' shared service.
  3261.      *
  3262.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3263.      */
  3264.     protected function getConsole_Command_ContainerDebugService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3268.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3269.         $instance->setName('debug:container');
  3270.         return $instance;
  3271.     }
  3272.     /**
  3273.      * Gets the private 'console.command.container_lint' shared service.
  3274.      *
  3275.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3276.      */
  3277.     protected function getConsole_Command_ContainerLintService()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3281.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3282.         $instance->setName('lint:container');
  3283.         return $instance;
  3284.     }
  3285.     /**
  3286.      * Gets the private 'console.command.debug_autowiring' shared service.
  3287.      *
  3288.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3289.      */
  3290.     protected function getConsole_Command_DebugAutowiringService()
  3291.     {
  3292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3295.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3296.         $instance->setName('debug:autowiring');
  3297.         return $instance;
  3298.     }
  3299.     /**
  3300.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3301.      *
  3302.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3303.      */
  3304.     protected function getConsole_Command_EventDispatcherDebugService()
  3305.     {
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3308.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3309.         $instance->setName('debug:event-dispatcher');
  3310.         return $instance;
  3311.     }
  3312.     /**
  3313.      * Gets the private 'console.command.form_debug' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\Form\Command\DebugCommand
  3316.      */
  3317.     protected function getConsole_Command_FormDebugService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3321.         $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\\Type\\BackOffice\\AnalysisMethod'=> 'App\\Form\\Type\\BackOffice'=> 'App\\Form\\Type\\BackOffice\\ProtocolInstruction'=> 'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor'=> 'App\\Form\\Type\\BackOffice\\Version'=> 'App\\Form\\Type\\Frontend'=> 'App\\Form\\Type\\Frontend\\AssayResult'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\Type\\BackOffice\\AnalysisMethod\\StandardType'=> 'App\\Form\\Type\\BackOffice\\AnalysisMethod\\UTMType'=> 'App\\Form\\Type\\BackOffice\\AnalysisMethod\\VPMType'=> 'App\\Form\\Type\\BackOffice\\AnalysisMethodSimulationType'=> 'App\\Form\\Type\\BackOffice\\AnalysisMethodType'=> 'App\\Form\\Type\\BackOffice\\AssayResultType'=> 'App\\Form\\Type\\BackOffice\\AssaySearchFiltersType'=> 'App\\Form\\Type\\BackOffice\\DeviceConfigurationType'=> 'App\\Form\\Type\\BackOffice\\DeviceType'=> 'App\\Form\\Type\\BackOffice\\PairingSearchFilterType'10 => 'App\\Form\\Type\\BackOffice\\PairingType'11 => 'App\\Form\\Type\\BackOffice\\ProtocolControlType'12 => 'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\HoldType'13 => 'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\RampType'14 => 'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor\\SensorType'15 => 'App\\Form\\Type\\BackOffice\\ProtocolInstructionType'16 => 'App\\Form\\Type\\BackOffice\\ProtocolType'17 => 'App\\Form\\Type\\BackOffice\\QrCodeGeneratorType'18 => 'App\\Form\\Type\\BackOffice\\TestType'19 => 'App\\Form\\Type\\BackOffice\\Version\\ApiVersionsType'20 => 'App\\Form\\Type\\BackOffice\\Version\\AppVersionType'21 => 'App\\Form\\Type\\BackOffice\\Version\\FirmwareVersionType'22 => 'App\\Form\\Type\\BackOffice\\Version\\VersionType'23 => 'App\\Form\\Type\\Frontend\\AssayDataType'24 => 'App\\Form\\Type\\Frontend\\AssayMeltDataType'25 => 'App\\Form\\Type\\Frontend\\AssayResult\\IntermediateResultType'26 => 'App\\Form\\Type\\Frontend\\AssayResultType'27 => 'App\\Form\\Type\\Frontend\\AssayType'28 => 'App\\Form\\Type\\Frontend\\Base64UploadedFileType'29 => 'App\\Form\\Type\\Frontend\\CustomerAreaType'30 => 'App\\Form\\Type\\Frontend\\CustomerType'31 => 'App\\Form\\Type\\Frontend\\DeleteAccountType'32 => 'App\\Form\\Type\\Frontend\\FirmwareRequestType'33 => 'App\\Form\\Type\\Frontend\\QRCodeType'34 => 'App\\Form\\Type\\Frontend\\QrAssayRelationType'35 => 'App\\Form\\Type\\Frontend\\RecoverPasswordType'36 => 'App\\Form\\Type\\Frontend\\RegistrationType'37 => 'App\\Form\\Type\\Frontend\\ResetPasswordType'38 => 'App\\Form\\Type\\Frontend\\UpdatePasswordType'39 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'40 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'41 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'42 => '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\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3322.         $instance->setName('debug:form');
  3323.         return $instance;
  3324.     }
  3325.     /**
  3326.      * Gets the private 'console.command.router_debug' shared service.
  3327.      *
  3328.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3329.      */
  3330.     protected function getConsole_Command_RouterDebugService()
  3331.     {
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3334.         $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()));
  3335.         $instance->setName('debug:router');
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the private 'console.command.router_match' shared service.
  3340.      *
  3341.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3342.      */
  3343.     protected function getConsole_Command_RouterMatchService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3347.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3348.         $instance->setName('router:match');
  3349.         return $instance;
  3350.     }
  3351.     /**
  3352.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3353.      *
  3354.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3355.      */
  3356.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3364.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3365.         $instance->setName('secrets:decrypt-to-local');
  3366.         return $instance;
  3367.     }
  3368.     /**
  3369.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3370.      *
  3371.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3372.      */
  3373.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3381.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3382.         $instance->setName('secrets:encrypt-from-local');
  3383.         return $instance;
  3384.     }
  3385.     /**
  3386.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3387.      *
  3388.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3389.      */
  3390.     protected function getConsole_Command_SecretsGenerateKeyService()
  3391.     {
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3398.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3399.         $instance->setName('secrets:generate-keys');
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the private 'console.command.secrets_list' shared service.
  3404.      *
  3405.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3406.      */
  3407.     protected function getConsole_Command_SecretsListService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3415.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3416.         $instance->setName('secrets:list');
  3417.         return $instance;
  3418.     }
  3419.     /**
  3420.      * Gets the private 'console.command.secrets_remove' shared service.
  3421.      *
  3422.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3423.      */
  3424.     protected function getConsole_Command_SecretsRemoveService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3432.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3433.         $instance->setName('secrets:remove');
  3434.         return $instance;
  3435.     }
  3436.     /**
  3437.      * Gets the private 'console.command.secrets_set' shared service.
  3438.      *
  3439.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3440.      */
  3441.     protected function getConsole_Command_SecretsSetService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3449.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3450.         $instance->setName('secrets:set');
  3451.         return $instance;
  3452.     }
  3453.     /**
  3454.      * Gets the private 'console.command.translation_debug' shared service.
  3455.      *
  3456.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3457.      */
  3458.     protected function getConsole_Command_TranslationDebugService()
  3459.     {
  3460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3462.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/AssayResultService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3463.         $instance->setName('debug:translation');
  3464.         return $instance;
  3465.     }
  3466.     /**
  3467.      * Gets the private 'console.command.translation_update' shared service.
  3468.      *
  3469.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3470.      */
  3471.     protected function getConsole_Command_TranslationUpdateService()
  3472.     {
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3489.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3490.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3491.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3492.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3493.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3494.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3495.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3496.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3497.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3498.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3499.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3500.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3501.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/AssayResultService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3502.         $instance->setName('translation:update');
  3503.         return $instance;
  3504.     }
  3505.     /**
  3506.      * Gets the private 'console.command.xliff_lint' shared service.
  3507.      *
  3508.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3509.      */
  3510.     protected function getConsole_Command_XliffLintService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3515.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3516.         $instance->setName('lint:xliff');
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the private 'console.command.yaml_lint' shared service.
  3521.      *
  3522.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3523.      */
  3524.     protected function getConsole_Command_YamlLintService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3529.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3530.         $instance->setName('lint:yaml');
  3531.         return $instance;
  3532.     }
  3533.     /**
  3534.      * Gets the private 'console.error_listener' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3537.      */
  3538.     protected function getConsole_ErrorListenerService()
  3539.     {
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3541.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3542.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3543.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3544.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3545.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3546.     }
  3547.     /**
  3548.      * Gets the private 'container.env_var_processor' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3551.      */
  3552.     protected function getContainer_EnvVarProcessorService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3556.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3557.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3558.         }, 1));
  3559.     }
  3560.     /**
  3561.      * Gets the private 'data_collector.form' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3564.      */
  3565.     protected function getDataCollector_FormService()
  3566.     {
  3567.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3568.     }
  3569.     /**
  3570.      * Gets the private 'debug.argument_resolver.default' shared service.
  3571.      *
  3572.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3573.      */
  3574.     protected function getDebug_ArgumentResolver_DefaultService()
  3575.     {
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3579.         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))));
  3580.     }
  3581.     /**
  3582.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3583.      *
  3584.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3585.      */
  3586.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3587.     {
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3591.         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.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3592.     }
  3593.     /**
  3594.      * Gets the private 'debug.argument_resolver.request' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3597.      */
  3598.     protected function getDebug_ArgumentResolver_RequestService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3603.         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))));
  3604.     }
  3605.     /**
  3606.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3609.      */
  3610.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3611.     {
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3615.         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))));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'debug.argument_resolver.service' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3621.      */
  3622.     protected function getDebug_ArgumentResolver_ServiceService()
  3623.     {
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3627.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3628.     }
  3629.     /**
  3630.      * Gets the private 'debug.argument_resolver.session' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3633.      */
  3634.     protected function getDebug_ArgumentResolver_SessionService()
  3635.     {
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3639.         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))));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3643.      *
  3644.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3645.      */
  3646.     protected function getDebug_ArgumentResolver_VariadicService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3651.         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))));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3657.      */
  3658.     protected function getDebug_DebugHandlersListenerService()
  3659.     {
  3660.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3661.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3662.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3663.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3664.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3665.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3666.     }
  3667.     /**
  3668.      * Gets the private 'debug.file_link_formatter' shared service.
  3669.      *
  3670.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3671.      */
  3672.     protected function getDebug_FileLinkFormatterService()
  3673.     {
  3674.         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 () {
  3675.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3676.         });
  3677.     }
  3678.     /**
  3679.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3680.      *
  3681.      * @return \string
  3682.      */
  3683.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3684.     {
  3685.         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');
  3686.     }
  3687.     /**
  3688.      * Gets the private 'debug.log_processor' shared service.
  3689.      *
  3690.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3691.      */
  3692.     protected function getDebug_LogProcessorService()
  3693.     {
  3694.         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())));
  3695.     }
  3696.     /**
  3697.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3698.      *
  3699.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3700.      */
  3701.     protected function getDebug_Security_Access_DecisionManagerService()
  3702.     {
  3703.         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 () {
  3704.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3705.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3706.         }, 2), 'affirmative'falsetrue));
  3707.     }
  3708.     /**
  3709.      * Gets the private 'debug.security.firewall' shared service.
  3710.      *
  3711.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3712.      */
  3713.     protected function getDebug_Security_FirewallService()
  3714.     {
  3715.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3716.     }
  3717.     /**
  3718.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3719.      *
  3720.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3721.      */
  3722.     protected function getDebug_Security_UserValueResolverService()
  3723.     {
  3724.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3727.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3728.     }
  3729.     /**
  3730.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3731.      *
  3732.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3733.      */
  3734.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  3741.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3742.     }
  3743.     /**
  3744.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3745.      *
  3746.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3747.      */
  3748.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3753.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3757.      *
  3758.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3759.      */
  3760.     protected function getDebug_Security_Voter_VoteListenerService()
  3761.     {
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3763.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3764.     }
  3765.     /**
  3766.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3767.      *
  3768.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3769.      */
  3770.     protected function getDoctrine_CacheClearMetadataCommandService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3775.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3776.         $instance->setName('doctrine:cache:clear-metadata');
  3777.         return $instance;
  3778.     }
  3779.     /**
  3780.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3781.      *
  3782.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3783.      */
  3784.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3789.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3790.         $instance->setName('doctrine:cache:clear-query');
  3791.         return $instance;
  3792.     }
  3793.     /**
  3794.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3795.      *
  3796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3797.      */
  3798.     protected function getDoctrine_CacheClearResultCommandService()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3803.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3804.         $instance->setName('doctrine:cache:clear-result');
  3805.         return $instance;
  3806.     }
  3807.     /**
  3808.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3809.      *
  3810.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3811.      */
  3812.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3817.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3818.         $instance->setName('doctrine:cache:clear-collection-region');
  3819.         return $instance;
  3820.     }
  3821.     /**
  3822.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3823.      *
  3824.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3825.      */
  3826.     protected function getDoctrine_ClearEntityRegionCommandService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3831.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3832.         $instance->setName('doctrine:cache:clear-entity-region');
  3833.         return $instance;
  3834.     }
  3835.     /**
  3836.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3837.      *
  3838.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3839.      */
  3840.     protected function getDoctrine_ClearQueryRegionCommandService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3845.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3846.         $instance->setName('doctrine:cache:clear-query-region');
  3847.         return $instance;
  3848.     }
  3849.     /**
  3850.      * Gets the private 'doctrine.database_create_command' shared service.
  3851.      *
  3852.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3853.      */
  3854.     protected function getDoctrine_DatabaseCreateCommandService()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3859.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3860.         $instance->setName('doctrine:database:create');
  3861.         return $instance;
  3862.     }
  3863.     /**
  3864.      * Gets the private 'doctrine.database_drop_command' shared service.
  3865.      *
  3866.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3867.      */
  3868.     protected function getDoctrine_DatabaseDropCommandService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3873.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3874.         $instance->setName('doctrine:database:drop');
  3875.         return $instance;
  3876.     }
  3877.     /**
  3878.      * Gets the private 'doctrine.database_import_command' shared service.
  3879.      *
  3880.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3881.      */
  3882.     protected function getDoctrine_DatabaseImportCommandService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3887.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3888.         $instance->setName('doctrine:database:import');
  3889.         return $instance;
  3890.     }
  3891.     /**
  3892.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3893.      *
  3894.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3895.      */
  3896.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3901.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3902.         $instance->setName('doctrine:ensure-production-settings');
  3903.         return $instance;
  3904.     }
  3905.     /**
  3906.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3907.      *
  3908.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3909.      */
  3910.     protected function getDoctrine_MappingConvertCommandService()
  3911.     {
  3912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3915.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3916.         $instance->setName('doctrine:mapping:convert');
  3917.         return $instance;
  3918.     }
  3919.     /**
  3920.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3921.      *
  3922.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3923.      */
  3924.     protected function getDoctrine_MappingImportCommandService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3929.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3930.         $instance->setName('doctrine:mapping:import');
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3935.      *
  3936.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3937.      */
  3938.     protected function getDoctrine_MappingInfoCommandService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3943.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3944.         $instance->setName('doctrine:mapping:info');
  3945.         return $instance;
  3946.     }
  3947.     /**
  3948.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3949.      *
  3950.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3951.      */
  3952.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3953.     {
  3954.         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')]);
  3955.     }
  3956.     /**
  3957.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3958.      *
  3959.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3960.      */
  3961.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3964.         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()));
  3965.     }
  3966.     /**
  3967.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3968.      *
  3969.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3970.      */
  3971.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3974.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3975.         $instance->addEntityListener('App\\Entity\\Assay\\AssayData''App\\EntityListener\\AssayDataEntityListener''postPersist''onPostPersist');
  3976.         $instance->addEntityListener('App\\Entity\\Assay\\Assay''App\\EntityListener\\AssayEntityListener''prePersist''onPrePersist');
  3977.         $instance->addEntityListener('App\\Entity\\Assay\\Assay''App\\EntityListener\\AssayReporterEntityListener''postPersist''onPostPersistAssay');
  3978.         $instance->addEntityListener('App\\Entity\\Assay\\Assay''App\\EntityListener\\AssayReporterEntityListener''preUpdate''onPreUpdateAssay');
  3979.         $instance->addEntityListener('App\\Entity\\Assay\\AssayResult''App\\EntityListener\\AssayReporterEntityListener''prePersist''onPostPersistAssayResult');
  3980.         $instance->addEntityListener('App\\Entity\\Assay\\AssayResult''App\\EntityListener\\AssayReporterEntityListener''preUpdate''onPreUpdateAssayResult');
  3981.         $instance->addEntityListener('App\\Entity\\Customer\\CustomerArea''App\\EntityListener\\CustomerAreaEntityListener''preUpdate');
  3982.         $instance->addEntityListener('App\\Entity\\Customer\\Customer''App\\EntityListener\\CustomerEntityListener''preUpdate');
  3983.         return $instance;
  3984.     }
  3985.     /**
  3986.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3987.      *
  3988.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3989.      */
  3990.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3994.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3998.      *
  3999.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4000.      */
  4001.     protected function getDoctrine_Orm_Validator_UniqueService()
  4002.     {
  4003.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4006.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4007.     }
  4008.     /**
  4009.      * Gets the private 'doctrine.query_dql_command' shared service.
  4010.      *
  4011.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4012.      */
  4013.     protected function getDoctrine_QueryDqlCommandService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4018.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4019.         $instance->setName('doctrine:query:dql');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'doctrine.query_sql_command' shared service.
  4024.      *
  4025.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4026.      */
  4027.     protected function getDoctrine_QuerySqlCommandService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4032.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4033.         $instance->setName('doctrine:query:sql');
  4034.         return $instance;
  4035.     }
  4036.     /**
  4037.      * Gets the private 'doctrine.schema_create_command' shared service.
  4038.      *
  4039.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4040.      */
  4041.     protected function getDoctrine_SchemaCreateCommandService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4047.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4048.         $instance->setName('doctrine:schema:create');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4053.      *
  4054.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4055.      */
  4056.     protected function getDoctrine_SchemaDropCommandService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4062.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4063.         $instance->setName('doctrine:schema:drop');
  4064.         return $instance;
  4065.     }
  4066.     /**
  4067.      * Gets the private 'doctrine.schema_update_command' shared service.
  4068.      *
  4069.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4070.      */
  4071.     protected function getDoctrine_SchemaUpdateCommandService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4077.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4078.         $instance->setName('doctrine:schema:update');
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4083.      *
  4084.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4085.      */
  4086.     protected function getDoctrine_SchemaValidateCommandService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4091.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4092.         $instance->setName('doctrine:schema:validate');
  4093.         return $instance;
  4094.     }
  4095.     /**
  4096.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4097.      *
  4098.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  4099.      */
  4100.     protected function getDoctrineMigrations_DiffCommandService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  4106.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  4107.         $instance->setName('doctrine:migrations:diff');
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4112.      *
  4113.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  4114.      */
  4115.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  4121.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  4122.         $instance->setName('doctrine:migrations:dump-schema');
  4123.         return $instance;
  4124.     }
  4125.     /**
  4126.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4127.      *
  4128.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  4129.      */
  4130.     protected function getDoctrineMigrations_ExecuteCommandService()
  4131.     {
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  4136.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  4137.         $instance->setName('doctrine:migrations:execute');
  4138.         return $instance;
  4139.     }
  4140.     /**
  4141.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4142.      *
  4143.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  4144.      */
  4145.     protected function getDoctrineMigrations_GenerateCommandService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  4151.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  4152.         $instance->setName('doctrine:migrations:generate');
  4153.         return $instance;
  4154.     }
  4155.     /**
  4156.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4157.      *
  4158.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  4159.      */
  4160.     protected function getDoctrineMigrations_LatestCommandService()
  4161.     {
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  4166.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  4167.         $instance->setName('doctrine:migrations:latest');
  4168.         return $instance;
  4169.     }
  4170.     /**
  4171.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4172.      *
  4173.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  4174.      */
  4175.     protected function getDoctrineMigrations_MigrateCommandService()
  4176.     {
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  4181.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  4182.         $instance->setName('doctrine:migrations:migrate');
  4183.         return $instance;
  4184.     }
  4185.     /**
  4186.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4187.      *
  4188.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  4189.      */
  4190.     protected function getDoctrineMigrations_RollupCommandService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4196.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4197.         $instance->setName('doctrine:migrations:rollup');
  4198.         return $instance;
  4199.     }
  4200.     /**
  4201.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4202.      *
  4203.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4204.      */
  4205.     protected function getDoctrineMigrations_StatusCommandService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4211.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4212.         $instance->setName('doctrine:migrations:status');
  4213.         return $instance;
  4214.     }
  4215.     /**
  4216.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4217.      *
  4218.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4219.      */
  4220.     protected function getDoctrineMigrations_UpToDateCommandService()
  4221.     {
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4226.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4227.         $instance->setName('doctrine:migrations:up-to-date');
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4232.      *
  4233.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4234.      */
  4235.     protected function getDoctrineMigrations_VersionCommandService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4241.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4242.         $instance->setName('doctrine:migrations:version');
  4243.         return $instance;
  4244.     }
  4245.     /**
  4246.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4247.      *
  4248.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4249.      */
  4250.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4251.     {
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4254.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4255.         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()));
  4256.     }
  4257.     /**
  4258.      * Gets the private 'exception_listener' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4261.      */
  4262.     protected function getExceptionListenerService()
  4263.     {
  4264.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4265.     }
  4266.     /**
  4267.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4268.      *
  4269.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4270.      */
  4271.     protected function getForm_ChoiceListFactory_CachedService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4277.         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())));
  4278.     }
  4279.     /**
  4280.      * Gets the private 'form.registry' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\Form\FormRegistry
  4283.      */
  4284.     protected function getForm_RegistryService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4293.         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, [
  4294.             'App\\Form\\Type\\BackOffice\\AnalysisMethodSimulationType' => ['privates''App\\Form\\Type\\BackOffice\\AnalysisMethodSimulationType''getAnalysisMethodSimulationTypeService'false],
  4295.             'App\\Form\\Type\\BackOffice\\AnalysisMethodType' => ['privates''App\\Form\\Type\\BackOffice\\AnalysisMethodType''getAnalysisMethodTypeService'false],
  4296.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\StandardType' => ['privates''App\\Form\\Type\\BackOffice\\AnalysisMethod\\StandardType''getStandardTypeService'false],
  4297.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\UTMType' => ['privates''App\\Form\\Type\\BackOffice\\AnalysisMethod\\UTMType''getUTMTypeService'false],
  4298.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\VPMType' => ['privates''App\\Form\\Type\\BackOffice\\AnalysisMethod\\VPMType''getVPMTypeService'false],
  4299.             'App\\Form\\Type\\BackOffice\\AssayResultType' => ['privates''App\\Form\\Type\\BackOffice\\AssayResultType''getAssayResultTypeService'false],
  4300.             'App\\Form\\Type\\BackOffice\\AssaySearchFiltersType' => ['privates''App\\Form\\Type\\BackOffice\\AssaySearchFiltersType''getAssaySearchFiltersTypeService'false],
  4301.             'App\\Form\\Type\\BackOffice\\DeviceConfigurationType' => ['privates''App\\Form\\Type\\BackOffice\\DeviceConfigurationType''getDeviceConfigurationTypeService'false],
  4302.             'App\\Form\\Type\\BackOffice\\DeviceType' => ['privates''App\\Form\\Type\\BackOffice\\DeviceType''getDeviceTypeService'false],
  4303.             'App\\Form\\Type\\BackOffice\\PairingSearchFilterType' => ['privates''App\\Form\\Type\\BackOffice\\PairingSearchFilterType''getPairingSearchFilterTypeService'false],
  4304.             'App\\Form\\Type\\BackOffice\\PairingType' => ['privates''App\\Form\\Type\\BackOffice\\PairingType''getPairingTypeService'false],
  4305.             'App\\Form\\Type\\BackOffice\\ProtocolControlType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolControlType''getProtocolControlTypeService'false],
  4306.             'App\\Form\\Type\\BackOffice\\ProtocolInstructionType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolInstructionType''getProtocolInstructionTypeService'false],
  4307.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\HoldType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolInstruction\\HoldType''getHoldTypeService'false],
  4308.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\RampType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolInstruction\\RampType''getRampTypeService'false],
  4309.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor\\SensorType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor\\SensorType''getSensorTypeService'false],
  4310.             'App\\Form\\Type\\BackOffice\\ProtocolType' => ['privates''App\\Form\\Type\\BackOffice\\ProtocolType''getProtocolTypeService'false],
  4311.             'App\\Form\\Type\\BackOffice\\QrCodeGeneratorType' => ['privates''App\\Form\\Type\\BackOffice\\QrCodeGeneratorType''getQrCodeGeneratorTypeService'false],
  4312.             'App\\Form\\Type\\BackOffice\\TestType' => ['privates''App\\Form\\Type\\BackOffice\\TestType''getTestTypeService'false],
  4313.             'App\\Form\\Type\\BackOffice\\Version\\ApiVersionsType' => ['privates''App\\Form\\Type\\BackOffice\\Version\\ApiVersionsType''getApiVersionsTypeService'false],
  4314.             'App\\Form\\Type\\BackOffice\\Version\\AppVersionType' => ['privates''App\\Form\\Type\\BackOffice\\Version\\AppVersionType''getAppVersionTypeService'false],
  4315.             'App\\Form\\Type\\BackOffice\\Version\\FirmwareVersionType' => ['privates''App\\Form\\Type\\BackOffice\\Version\\FirmwareVersionType''getFirmwareVersionTypeService'false],
  4316.             'App\\Form\\Type\\BackOffice\\Version\\VersionType' => ['privates''App\\Form\\Type\\BackOffice\\Version\\VersionType''getVersionTypeService'false],
  4317.             'App\\Form\\Type\\Frontend\\AssayDataType' => ['privates''App\\Form\\Type\\Frontend\\AssayDataType''getAssayDataTypeService'false],
  4318.             'App\\Form\\Type\\Frontend\\AssayMeltDataType' => ['privates''App\\Form\\Type\\Frontend\\AssayMeltDataType''getAssayMeltDataTypeService'false],
  4319.             'App\\Form\\Type\\Frontend\\AssayResultType' => ['privates''App\\Form\\Type\\Frontend\\AssayResultType''getAssayResultType2Service'false],
  4320.             'App\\Form\\Type\\Frontend\\AssayResult\\IntermediateResultType' => ['privates''App\\Form\\Type\\Frontend\\AssayResult\\IntermediateResultType''getIntermediateResultTypeService'false],
  4321.             'App\\Form\\Type\\Frontend\\AssayType' => ['privates''App\\Form\\Type\\Frontend\\AssayType''getAssayTypeService'false],
  4322.             'App\\Form\\Type\\Frontend\\Base64UploadedFileType' => ['privates''App\\Form\\Type\\Frontend\\Base64UploadedFileType''getBase64UploadedFileTypeService'false],
  4323.             'App\\Form\\Type\\Frontend\\CustomerAreaType' => ['privates''App\\Form\\Type\\Frontend\\CustomerAreaType''getCustomerAreaTypeService'false],
  4324.             'App\\Form\\Type\\Frontend\\CustomerType' => ['privates''App\\Form\\Type\\Frontend\\CustomerType''getCustomerTypeService'false],
  4325.             'App\\Form\\Type\\Frontend\\DeleteAccountType' => ['privates''App\\Form\\Type\\Frontend\\DeleteAccountType''getDeleteAccountTypeService'false],
  4326.             'App\\Form\\Type\\Frontend\\FirmwareRequestType' => ['privates''App\\Form\\Type\\Frontend\\FirmwareRequestType''getFirmwareRequestTypeService'false],
  4327.             'App\\Form\\Type\\Frontend\\QRCodeType' => ['privates''App\\Form\\Type\\Frontend\\QRCodeType''getQRCodeTypeService'false],
  4328.             'App\\Form\\Type\\Frontend\\QrAssayRelationType' => ['privates''App\\Form\\Type\\Frontend\\QrAssayRelationType''getQrAssayRelationTypeService'false],
  4329.             'App\\Form\\Type\\Frontend\\RecoverPasswordType' => ['privates''App\\Form\\Type\\Frontend\\RecoverPasswordType''getRecoverPasswordTypeService'false],
  4330.             'App\\Form\\Type\\Frontend\\RegistrationType' => ['privates''App\\Form\\Type\\Frontend\\RegistrationType''getRegistrationTypeService'false],
  4331.             'App\\Form\\Type\\Frontend\\ResetPasswordType' => ['privates''App\\Form\\Type\\Frontend\\ResetPasswordType''getResetPasswordTypeService'false],
  4332.             'App\\Form\\Type\\Frontend\\UpdatePasswordType' => ['privates''App\\Form\\Type\\Frontend\\UpdatePasswordType''getUpdatePasswordTypeService'false],
  4333.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4334.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4335.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4336.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4337.         ], [
  4338.             'App\\Form\\Type\\BackOffice\\AnalysisMethodSimulationType' => '?',
  4339.             'App\\Form\\Type\\BackOffice\\AnalysisMethodType' => '?',
  4340.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\StandardType' => '?',
  4341.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\UTMType' => '?',
  4342.             'App\\Form\\Type\\BackOffice\\AnalysisMethod\\VPMType' => '?',
  4343.             'App\\Form\\Type\\BackOffice\\AssayResultType' => '?',
  4344.             'App\\Form\\Type\\BackOffice\\AssaySearchFiltersType' => '?',
  4345.             'App\\Form\\Type\\BackOffice\\DeviceConfigurationType' => '?',
  4346.             'App\\Form\\Type\\BackOffice\\DeviceType' => '?',
  4347.             'App\\Form\\Type\\BackOffice\\PairingSearchFilterType' => '?',
  4348.             'App\\Form\\Type\\BackOffice\\PairingType' => '?',
  4349.             'App\\Form\\Type\\BackOffice\\ProtocolControlType' => '?',
  4350.             'App\\Form\\Type\\BackOffice\\ProtocolInstructionType' => '?',
  4351.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\HoldType' => '?',
  4352.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\RampType' => '?',
  4353.             'App\\Form\\Type\\BackOffice\\ProtocolInstruction\\Sensor\\SensorType' => '?',
  4354.             'App\\Form\\Type\\BackOffice\\ProtocolType' => '?',
  4355.             'App\\Form\\Type\\BackOffice\\QrCodeGeneratorType' => '?',
  4356.             'App\\Form\\Type\\BackOffice\\TestType' => '?',
  4357.             'App\\Form\\Type\\BackOffice\\Version\\ApiVersionsType' => '?',
  4358.             'App\\Form\\Type\\BackOffice\\Version\\AppVersionType' => '?',
  4359.             'App\\Form\\Type\\BackOffice\\Version\\FirmwareVersionType' => '?',
  4360.             'App\\Form\\Type\\BackOffice\\Version\\VersionType' => '?',
  4361.             'App\\Form\\Type\\Frontend\\AssayDataType' => '?',
  4362.             'App\\Form\\Type\\Frontend\\AssayMeltDataType' => '?',
  4363.             'App\\Form\\Type\\Frontend\\AssayResultType' => '?',
  4364.             'App\\Form\\Type\\Frontend\\AssayResult\\IntermediateResultType' => '?',
  4365.             'App\\Form\\Type\\Frontend\\AssayType' => '?',
  4366.             'App\\Form\\Type\\Frontend\\Base64UploadedFileType' => '?',
  4367.             'App\\Form\\Type\\Frontend\\CustomerAreaType' => '?',
  4368.             'App\\Form\\Type\\Frontend\\CustomerType' => '?',
  4369.             'App\\Form\\Type\\Frontend\\DeleteAccountType' => '?',
  4370.             'App\\Form\\Type\\Frontend\\FirmwareRequestType' => '?',
  4371.             'App\\Form\\Type\\Frontend\\QRCodeType' => '?',
  4372.             'App\\Form\\Type\\Frontend\\QrAssayRelationType' => '?',
  4373.             'App\\Form\\Type\\Frontend\\RecoverPasswordType' => '?',
  4374.             'App\\Form\\Type\\Frontend\\RegistrationType' => '?',
  4375.             'App\\Form\\Type\\Frontend\\ResetPasswordType' => '?',
  4376.             'App\\Form\\Type\\Frontend\\UpdatePasswordType' => '?',
  4377.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4378.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4379.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4380.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4381.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4382.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4383.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4384.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4385.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4386.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4387.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4388.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4389.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4390.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4391.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4392.         }, 1)], new RewindableGenerator(function () {
  4393.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4394.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4395.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4396.     }
  4397.     /**
  4398.      * Gets the private 'form.type.choice' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4401.      */
  4402.     protected function getForm_Type_ChoiceService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4407.         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()));
  4408.     }
  4409.     /**
  4410.      * Gets the private 'form.type.entity' shared service.
  4411.      *
  4412.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4413.      */
  4414.     protected function getForm_Type_EntityService()
  4415.     {
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4420.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4421.     }
  4422.     /**
  4423.      * Gets the private 'form.type.form' shared service.
  4424.      *
  4425.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4426.      */
  4427.     protected function getForm_Type_FormService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4433.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4434.     }
  4435.     /**
  4436.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4439.      */
  4440.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4445.         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()));
  4446.     }
  4447.     /**
  4448.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4451.      */
  4452.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4453.     {
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4460.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  4461.     }
  4462.     /**
  4463.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4464.      *
  4465.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4466.      */
  4467.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4472.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4473.     }
  4474.     /**
  4475.      * Gets the private 'form.type_extension.form.validator' shared service.
  4476.      *
  4477.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4478.      */
  4479.     protected function getForm_TypeExtension_Form_ValidatorService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4485.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4486.     }
  4487.     /**
  4488.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4489.      *
  4490.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4491.      */
  4492.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4497.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4498.     }
  4499.     /**
  4500.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4501.      *
  4502.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4503.      */
  4504.     protected function getForm_TypeGuesser_DoctrineService()
  4505.     {
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4508.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4509.     }
  4510.     /**
  4511.      * Gets the private 'form.type_guesser.validator' shared service.
  4512.      *
  4513.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4514.      */
  4515.     protected function getForm_TypeGuesser_ValidatorService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4519.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4520.     }
  4521.     /**
  4522.      * Gets the private 'fragment.renderer.inline' shared service.
  4523.      *
  4524.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4525.      */
  4526.     protected function getFragment_Renderer_InlineService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4531.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4532.         $instance->setFragmentPath('/_fragment');
  4533.         return $instance;
  4534.     }
  4535.     /**
  4536.      * Gets the private 'locale_aware_listener' shared service.
  4537.      *
  4538.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4539.      */
  4540.     protected function getLocaleAwareListenerService()
  4541.     {
  4542.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4543.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4544.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'locale_listener' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4550.      */
  4551.     protected function getLocaleListenerService()
  4552.     {
  4553.         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()));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'mailer.mailer' shared service.
  4557.      *
  4558.      * @return \Symfony\Component\Mailer\Mailer
  4559.      */
  4560.     protected function getMailer_MailerService()
  4561.     {
  4562.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4563.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4564.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4565.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4566.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4567.     }
  4568.     /**
  4569.      * Gets the private 'mailer.transport_factory.null' shared service.
  4570.      *
  4571.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4572.      */
  4573.     protected function getMailer_TransportFactory_NullService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4578.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4579.     }
  4580.     /**
  4581.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4584.      */
  4585.     protected function getMailer_TransportFactory_SendmailService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4590.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4591.     }
  4592.     /**
  4593.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4596.      */
  4597.     protected function getMailer_TransportFactory_SmtpService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4602.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4603.     }
  4604.     /**
  4605.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4606.      *
  4607.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4608.      */
  4609.     protected function getMaker_AutoCommand_MakeAuthService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4618.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4619.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4620.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  4621.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4622.         $instance->setName('make:auth');
  4623.         return $instance;
  4624.     }
  4625.     /**
  4626.      * Gets the private 'maker.auto_command.make_command' shared service.
  4627.      *
  4628.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4629.      */
  4630.     protected function getMaker_AutoCommand_MakeCommandService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4637.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4638.         $instance->setDescription('Creates a new console command class');
  4639.         $instance->setName('make:command');
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4644.      *
  4645.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4646.      */
  4647.     protected function getMaker_AutoCommand_MakeControllerService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4654.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4655.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4656.         $instance->setDescription('Creates a new controller class');
  4657.         $instance->setName('make:controller');
  4658.         return $instance;
  4659.     }
  4660.     /**
  4661.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4662.      *
  4663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4664.      */
  4665.     protected function getMaker_AutoCommand_MakeCrudService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4672.         $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()));
  4673.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4674.         $instance->setName('make:crud');
  4675.         return $instance;
  4676.     }
  4677.     /**
  4678.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4679.      *
  4680.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4681.      */
  4682.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4689.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4690.         $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()));
  4691.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4692.         $instance->setName('make:docker:database');
  4693.         return $instance;
  4694.     }
  4695.     /**
  4696.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4697.      *
  4698.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4699.      */
  4700.     protected function getMaker_AutoCommand_MakeEntityService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4708.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4709.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4710.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4711.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4712.         $instance->setName('make:entity');
  4713.         return $instance;
  4714.     }
  4715.     /**
  4716.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4717.      *
  4718.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4719.      */
  4720.     protected function getMaker_AutoCommand_MakeFixturesService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4727.         $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()));
  4728.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4729.         $instance->setName('make:fixtures');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'maker.auto_command.make_form' shared service.
  4734.      *
  4735.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4736.      */
  4737.     protected function getMaker_AutoCommand_MakeFormService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4744.         $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()));
  4745.         $instance->setDescription('Creates a new form class');
  4746.         $instance->setName('make:form');
  4747.         return $instance;
  4748.     }
  4749.     /**
  4750.      * Gets the private 'maker.auto_command.make_message' shared service.
  4751.      *
  4752.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4753.      */
  4754.     protected function getMaker_AutoCommand_MakeMessageService()
  4755.     {
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4761.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4762.         $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()));
  4763.         $instance->setDescription('Creates a new message and handler');
  4764.         $instance->setName('make:message');
  4765.         return $instance;
  4766.     }
  4767.     /**
  4768.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4769.      *
  4770.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4771.      */
  4772.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4779.         $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()));
  4780.         $instance->setDescription('Creates a new messenger middleware');
  4781.         $instance->setName('make:messenger-middleware');
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4786.      *
  4787.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4788.      */
  4789.     protected function getMaker_AutoCommand_MakeMigrationService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4797.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4798.         $instance->setDescription('Creates a new migration based on database changes');
  4799.         $instance->setName('make:migration');
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4804.      *
  4805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4806.      */
  4807.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4814.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4815.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4816.         $instance->setDescription('Creates a new registration form system');
  4817.         $instance->setName('make:registration-form');
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4822.      *
  4823.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4824.      */
  4825.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4832.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4833.         $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()));
  4834.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4835.         $instance->setName('make:reset-password');
  4836.         return $instance;
  4837.     }
  4838.     /**
  4839.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4840.      *
  4841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4842.      */
  4843.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4850.         $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()));
  4851.         $instance->setDescription('Creates a new serializer encoder class');
  4852.         $instance->setName('make:serializer:encoder');
  4853.         return $instance;
  4854.     }
  4855.     /**
  4856.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4857.      *
  4858.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4859.      */
  4860.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4867.         $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()));
  4868.         $instance->setDescription('Creates a new serializer normalizer class');
  4869.         $instance->setName('make:serializer:normalizer');
  4870.         return $instance;
  4871.     }
  4872.     /**
  4873.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4874.      *
  4875.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4876.      */
  4877.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4885.         $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()));
  4886.         $instance->setDescription('Creates a new event subscriber class');
  4887.         $instance->setName('make:subscriber');
  4888.         return $instance;
  4889.     }
  4890.     /**
  4891.      * Gets the private 'maker.auto_command.make_test' shared service.
  4892.      *
  4893.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4894.      */
  4895.     protected function getMaker_AutoCommand_MakeTestService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4903.         $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()));
  4904.         $instance->setDescription('Creates a new test class');
  4905.         $instance->setName('make:test');
  4906.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4907.         return $instance;
  4908.     }
  4909.     /**
  4910.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4911.      *
  4912.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4913.      */
  4914.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4921.         $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()));
  4922.         $instance->setDescription('Creates a new Twig extension class');
  4923.         $instance->setName('make:twig-extension');
  4924.         return $instance;
  4925.     }
  4926.     /**
  4927.      * Gets the private 'maker.auto_command.make_user' shared service.
  4928.      *
  4929.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4930.      */
  4931.     protected function getMaker_AutoCommand_MakeUserService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4940.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4941.         $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()));
  4942.         $instance->setDescription('Creates a new security user class');
  4943.         $instance->setName('make:user');
  4944.         return $instance;
  4945.     }
  4946.     /**
  4947.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4948.      *
  4949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4950.      */
  4951.     protected function getMaker_AutoCommand_MakeValidatorService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4958.         $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()));
  4959.         $instance->setDescription('Creates a new validator and constraint class');
  4960.         $instance->setName('make:validator');
  4961.         return $instance;
  4962.     }
  4963.     /**
  4964.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4965.      *
  4966.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4967.      */
  4968.     protected function getMaker_AutoCommand_MakeVoterService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4975.         $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()));
  4976.         $instance->setDescription('Creates a new security voter class');
  4977.         $instance->setName('make:voter');
  4978.         return $instance;
  4979.     }
  4980.     /**
  4981.      * Gets the private 'maker.doctrine_helper' shared service.
  4982.      *
  4983.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4984.      */
  4985.     protected function getMaker_DoctrineHelperService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4988.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  4989.     }
  4990.     /**
  4991.      * Gets the private 'maker.entity_class_generator' shared service.
  4992.      *
  4993.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4994.      */
  4995.     protected function getMaker_EntityClassGeneratorService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4998.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4999.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5000.         return $instance;
  5001.     }
  5002.     /**
  5003.      * Gets the private 'maker.file_manager' shared service.
  5004.      *
  5005.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5006.      */
  5007.     protected function getMaker_FileManagerService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5013.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5014.     }
  5015.     /**
  5016.      * Gets the private 'maker.generator' shared service.
  5017.      *
  5018.      * @return \Symfony\Bundle\MakerBundle\Generator
  5019.      */
  5020.     protected function getMaker_GeneratorService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5024.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5025.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'maker.php_compat_util' shared service.
  5029.      *
  5030.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5031.      */
  5032.     protected function getMaker_PhpCompatUtilService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5035.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5036.     }
  5037.     /**
  5038.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5039.      *
  5040.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5041.      */
  5042.     protected function getMaker_Renderer_FormTypeRendererService()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5045.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5046.     }
  5047.     /**
  5048.      * Gets the private 'mime_types' shared service.
  5049.      *
  5050.      * @return \Symfony\Component\Mime\MimeTypes
  5051.      */
  5052.     protected function getMimeTypesService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5057.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5058.         $instance->setDefault($instance);
  5059.         return $instance;
  5060.     }
  5061.     /**
  5062.      * Gets the private 'monolog.handler.console' shared service.
  5063.      *
  5064.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5065.      */
  5066.     protected function getMonolog_Handler_ConsoleService()
  5067.     {
  5068.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5069.     }
  5070.     /**
  5071.      * Gets the private 'monolog.handler.csn' shared service.
  5072.      *
  5073.      * @return \Monolog\Handler\StreamHandler
  5074.      */
  5075.     protected function getMonolog_Handler_CsnService()
  5076.     {
  5077.         $this->privates['monolog.handler.csn'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/health_authorities/csn.log'), 100trueNULLfalse);
  5078.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5079.         return $instance;
  5080.     }
  5081.     /**
  5082.      * Gets the private 'monolog.handler.main' shared service.
  5083.      *
  5084.      * @return \Monolog\Handler\StreamHandler
  5085.      */
  5086.     protected function getMonolog_Handler_MainService()
  5087.     {
  5088.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/dev.log'), 100trueNULLfalse);
  5089.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5090.         return $instance;
  5091.     }
  5092.     /**
  5093.      * Gets the private 'monolog.handler.sinave' shared service.
  5094.      *
  5095.      * @return \Monolog\Handler\StreamHandler
  5096.      */
  5097.     protected function getMonolog_Handler_SinaveService()
  5098.     {
  5099.         $this->privates['monolog.handler.sinave'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/health_authorities/sinave.log'), 100trueNULLfalse);
  5100.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5101.         return $instance;
  5102.     }
  5103.     /**
  5104.      * Gets the private 'monolog.logger' shared service.
  5105.      *
  5106.      * @return \Symfony\Bridge\Monolog\Logger
  5107.      */
  5108.     protected function getMonolog_LoggerService()
  5109.     {
  5110.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5111.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5112.         $instance->useMicrosecondTimestamps(true);
  5113.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5114.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5115.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5116.         return $instance;
  5117.     }
  5118.     /**
  5119.      * Gets the private 'monolog.logger.cache' shared service.
  5120.      *
  5121.      * @return \Symfony\Bridge\Monolog\Logger
  5122.      */
  5123.     protected function getMonolog_Logger_CacheService()
  5124.     {
  5125.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5126.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5127.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5128.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5129.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5130.         return $instance;
  5131.     }
  5132.     /**
  5133.      * Gets the private 'monolog.logger.request' shared service.
  5134.      *
  5135.      * @return \Symfony\Bridge\Monolog\Logger
  5136.      */
  5137.     protected function getMonolog_Logger_RequestService()
  5138.     {
  5139.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5140.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5141.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5142.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5143.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5144.         return $instance;
  5145.     }
  5146.     /**
  5147.      * Gets the private 'monolog.logger.security' shared service.
  5148.      *
  5149.      * @return \Symfony\Bridge\Monolog\Logger
  5150.      */
  5151.     protected function getMonolog_Logger_SecurityService()
  5152.     {
  5153.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5154.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5155.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5156.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5157.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5158.         return $instance;
  5159.     }
  5160.     /**
  5161.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  5162.      *
  5163.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  5164.      */
  5165.     protected function getNelmioApiDoc_Describers_ConfigService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  5169.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'DoctorVida API''description' => NULL'version' => '1.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'http''scheme' => 'bearer']]], 'security' => ['Bearer' => []]]);
  5170.     }
  5171.     /**
  5172.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  5173.      *
  5174.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  5175.      */
  5176.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  5181.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5182.     }
  5183.     /**
  5184.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  5185.      *
  5186.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  5187.      */
  5188.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  5195.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  5196.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  5197.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  5198.         }, 2));
  5199.     }
  5200.     /**
  5201.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  5202.      *
  5203.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  5204.      */
  5205.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  5212.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], false);
  5213.     }
  5214.     /**
  5215.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  5216.      *
  5217.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  5218.      */
  5219.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  5226.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  5227.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  5228.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  5229.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  5230.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  5231.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  5232.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  5233.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  5234.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  5235.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5236.     }
  5237.     /**
  5238.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  5239.      *
  5240.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  5241.      */
  5242.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  5249.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  5250.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  5251.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  5252.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  5253.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  5254.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  5255.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  5256.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  5257.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  5258.         }, 8));
  5259.     }
  5260.     /**
  5261.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  5262.      *
  5263.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  5264.      */
  5265.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  5271.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  5272.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  5273.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  5274.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  5275.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  5276.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  5277.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  5278.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  5279.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  5280.         }, 8));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\Routing\RouteCollection
  5286.      */
  5287.     protected function getNelmioApiDoc_Routes_DefaultService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  5292.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/(?!(admin|assays/teste|openApi|doc|doc.json|_wdt|_error|_profiler)(/.*)?$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  5293.     }
  5294.     /**
  5295.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  5296.      *
  5297.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  5298.      */
  5299.     protected function getNelmioCors_CorsListenerService()
  5300.     {
  5301.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'parameter_bag' shared service.
  5305.      *
  5306.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5307.      */
  5308.     protected function getParameterBagService()
  5309.     {
  5310.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5311.     }
  5312.     /**
  5313.      * Gets the private 'profiler_listener' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5316.      */
  5317.     protected function getProfilerListenerService()
  5318.     {
  5319.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5320.     }
  5321.     /**
  5322.      * Gets the private 'property_accessor' shared service.
  5323.      *
  5324.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5325.      */
  5326.     protected function getPropertyAccessorService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5330.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5331.     }
  5332.     /**
  5333.      * Gets the private 'property_info' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5336.      */
  5337.     protected function getPropertyInfoService()
  5338.     {
  5339.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5340.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5341.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5342.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5343.         }, 3), new RewindableGenerator(function () {
  5344.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5345.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5347.         }, 3), new RewindableGenerator(function () {
  5348.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5349.         }, 1), new RewindableGenerator(function () {
  5350.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5351.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5352.         }, 2), new RewindableGenerator(function () {
  5353.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5354.         }, 1));
  5355.     }
  5356.     /**
  5357.      * Gets the private 'property_info.serializer_extractor' shared service.
  5358.      *
  5359.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5360.      */
  5361.     protected function getPropertyInfo_SerializerExtractorService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5364.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5365.     }
  5366.     /**
  5367.      * Gets the private 'router.cache_warmer' shared service.
  5368.      *
  5369.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5370.      */
  5371.     protected function getRouter_CacheWarmerService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5375.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5376.             'router' => ['services''router''getRouterService'false],
  5377.         ], [
  5378.             'router' => '?',
  5379.         ]))->withContext('router.cache_warmer'$this));
  5380.     }
  5381.     /**
  5382.      * Gets the private 'router.request_context' shared service.
  5383.      *
  5384.      * @return \Symfony\Component\Routing\RequestContext
  5385.      */
  5386.     protected function getRouter_RequestContextService()
  5387.     {
  5388.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5389.     }
  5390.     /**
  5391.      * Gets the private 'router_listener' shared service.
  5392.      *
  5393.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5394.      */
  5395.     protected function getRouterListenerService()
  5396.     {
  5397.         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);
  5398.     }
  5399.     /**
  5400.      * Gets the private 'security.access_listener' shared service.
  5401.      *
  5402.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5403.      */
  5404.     protected function getSecurity_AccessListenerService()
  5405.     {
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5408.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5409.     }
  5410.     /**
  5411.      * Gets the private 'security.access_map' shared service.
  5412.      *
  5413.      * @return \Symfony\Component\Security\Http\AccessMap
  5414.      */
  5415.     protected function getSecurity_AccessMapService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5421.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5422.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/assays'), [=> 'ROLE_USER'], NULL);
  5423.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/me'), [=> 'ROLE_USER'], NULL);
  5424.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/myArea'), [=> 'ROLE_USER'], NULL);
  5425.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/uploadLogo'), [=> 'ROLE_USER'], NULL);
  5426.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/passwords/(reset|recover)'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5427.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/passwords'), [=> 'ROLE_USER'], NULL);
  5428.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/versions/firmware'), [=> 'ROLE_USER'], NULL);
  5429.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/qrdata/(bind|tube)'), [=> 'ROLE_USER'], NULL);
  5430.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/qrdata/(?P<iso>[^/]++)$'), [=> 'ROLE_USER'], NULL);
  5431.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/openApi'), [=> 'ROLE_USER'], NULL);
  5432.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/qrdata/populate/(?P<code>[^/]++)$'NULL, [=> 'POST']), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5433.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/qrdata$'NULL, [=> 'POST']), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5434.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5435.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5436.         return $instance;
  5437.     }
  5438.     /**
  5439.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  5440.      *
  5441.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5442.      */
  5443.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  5444.     {
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5447.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5448.     }
  5449.     /**
  5450.      * Gets the private 'security.authentication.listener.anonymous.auth' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5453.      */
  5454.     protected function getSecurity_Authentication_Listener_Anonymous_AuthService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5458.         return $this->privates['security.authentication.listener.anonymous.auth'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5459.     }
  5460.     /**
  5461.      * Gets the private 'security.authentication.listener.anonymous.authOpenAPI' shared service.
  5462.      *
  5463.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5464.      */
  5465.     protected function getSecurity_Authentication_Listener_Anonymous_AuthOpenAPIService()
  5466.     {
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5469.         return $this->privates['security.authentication.listener.anonymous.authOpenAPI'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5470.     }
  5471.     /**
  5472.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5473.      *
  5474.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5475.      */
  5476.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5480.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5481.     }
  5482.     /**
  5483.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  5484.      *
  5485.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5486.      */
  5487.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  5488.     {
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5499.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5500.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5501.         $b->setOptions(['login_path' => '/admin/login''default_target_path' => 'app_backoffice_assays_index''always_use_default_target_path' => true'target_path_parameter' => '_target_path''use_referer' => false]);
  5502.         $b->setProviderKey('admin');
  5503.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5504.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5505.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5506.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['check_path' => '/admin/login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5507.     }
  5508.     /**
  5509.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5510.      *
  5511.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5512.      */
  5513.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5520.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'auth'=> 'authOpenAPI'=> 'main']);
  5521.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5522.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5523.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  5524.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5525.     }
  5526.     /**
  5527.      * Gets the private 'security.authentication.listener.json.auth' shared service.
  5528.      *
  5529.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  5530.      */
  5531.     protected function getSecurity_Authentication_Listener_Json_AuthService()
  5532.     {
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5537.         $this->privates['security.authentication.listener.json.auth'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'auth'NULLNULL, ['check_path' => '/login''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5538.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy_noop'] ?? ($this->privates['security.authentication.session_strategy_noop'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'))));
  5539.         return $instance;
  5540.     }
  5541.     /**
  5542.      * Gets the private 'security.authentication.listener.json.authOpenAPI' shared service.
  5543.      *
  5544.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  5545.      */
  5546.     protected function getSecurity_Authentication_Listener_Json_AuthOpenAPIService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5552.         $this->privates['security.authentication.listener.json.authOpenAPI'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'authOpenAPI'NULLNULL, ['check_path' => '/openApi/login/getToken''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5553.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy_noop'] ?? ($this->privates['security.authentication.session_strategy_noop'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'))));
  5554.         return $instance;
  5555.     }
  5556.     /**
  5557.      * Gets the private 'security.authentication.manager' shared service.
  5558.      *
  5559.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5560.      */
  5561.     protected function getSecurity_Authentication_ManagerService()
  5562.     {
  5563.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5564.             yield => ($this->privates['security.authentication.provider.dao.auth'] ?? $this->getSecurity_Authentication_Provider_Dao_AuthService());
  5565.             yield => ($this->privates['security.authentication.provider.anonymous.auth'] ?? ($this->privates['security.authentication.provider.anonymous.auth'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5566.             yield => ($this->privates['security.authentication.provider.dao.authOpenAPI'] ?? $this->getSecurity_Authentication_Provider_Dao_AuthOpenAPIService());
  5567.             yield => ($this->privates['security.authentication.provider.anonymous.authOpenAPI'] ?? ($this->privates['security.authentication.provider.anonymous.authOpenAPI'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5568.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5569.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5570.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  5571.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5572.         }, 8), true);
  5573.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5574.         return $instance;
  5575.     }
  5576.     /**
  5577.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  5578.      *
  5579.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5580.      */
  5581.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5588.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AdminUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5589.     }
  5590.     /**
  5591.      * Gets the private 'security.authentication.provider.dao.auth' shared service.
  5592.      *
  5593.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5594.      */
  5595.     protected function getSecurity_Authentication_Provider_Dao_AuthService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5602.         return $this->privates['security.authentication.provider.dao.auth'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'auth', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5603.     }
  5604.     /**
  5605.      * Gets the private 'security.authentication.provider.dao.authOpenAPI' shared service.
  5606.      *
  5607.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5608.      */
  5609.     protected function getSecurity_Authentication_Provider_Dao_AuthOpenAPIService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5616.         return $this->privates['security.authentication.provider.dao.authOpenAPI'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'authOpenAPI', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5617.     }
  5618.     /**
  5619.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5622.      */
  5623.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5624.     {
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5629.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5630.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  5631.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5632.     }
  5633.     /**
  5634.      * Gets the private 'security.channel_listener' shared service.
  5635.      *
  5636.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5637.      */
  5638.     protected function getSecurity_ChannelListenerService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5644.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5645.     }
  5646.     /**
  5647.      * Gets the private 'security.command.user_password_encoder' shared service.
  5648.      *
  5649.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5650.      */
  5651.     protected function getSecurity_Command_UserPasswordEncoderService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5655.         $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\\User'=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  5656.         $instance->setName('security:encode-password');
  5657.         return $instance;
  5658.     }
  5659.     /**
  5660.      * Gets the private 'security.context_listener.0' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5663.      */
  5664.     protected function getSecurity_ContextListener_0Service()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5670.         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 () {
  5671.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5672.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AdminUserProviderService());
  5673.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5674.     }
  5675.     /**
  5676.      * Gets the private 'security.encoder_factory.generic' shared service.
  5677.      *
  5678.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5679.      */
  5680.     protected function getSecurity_EncoderFactory_GenericService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5684.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5685.     }
  5686.     /**
  5687.      * Gets the private 'security.firewall.map' shared service.
  5688.      *
  5689.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5690.      */
  5691.     protected function getSecurity_Firewall_MapService()
  5692.     {
  5693.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5694.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  5695.             'security.firewall.map.context.auth' => ['privates''security.firewall.map.context.auth''getSecurity_Firewall_Map_Context_AuthService'false],
  5696.             'security.firewall.map.context.authOpenAPI' => ['privates''security.firewall.map.context.authOpenAPI''getSecurity_Firewall_Map_Context_AuthOpenAPIService'false],
  5697.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5698.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5699.         ], [
  5700.             'security.firewall.map.context.admin' => '?',
  5701.             'security.firewall.map.context.auth' => '?',
  5702.             'security.firewall.map.context.authOpenAPI' => '?',
  5703.             'security.firewall.map.context.dev' => '?',
  5704.             'security.firewall.map.context.main' => '?',
  5705.         ]), new RewindableGenerator(function () {
  5706.             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)/')));
  5707.             yield 'security.firewall.map.context.auth' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
  5708.             yield 'security.firewall.map.context.authOpenAPI' => ($this->privates['.security.request_matcher.5FlbESp'] ?? ($this->privates['.security.request_matcher.5FlbESp'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/openApi/login/getToken')));
  5709.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.DNdepIT'] ?? ($this->privates['.security.request_matcher.DNdepIT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!admin)')));
  5710.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  5711.         }, 5));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'security.firewall.map.context.admin' shared service.
  5715.      *
  5716.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5717.      */
  5718.     protected function getSecurity_Firewall_Map_Context_AdminService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5735.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5736.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5737.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/admin/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5738.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5739.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5740.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5741.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5742.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  5743.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  5744.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5745.         }, 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'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/admin/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.admin_user_provider''admin''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'security.firewall.map.context.auth' shared service.
  5749.      *
  5750.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5751.      */
  5752.     protected function getSecurity_Firewall_Map_Context_AuthService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5760.         return $this->privates['security.firewall.map.context.auth'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5761.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5762.             yield => ($this->privates['security.authentication.listener.json.auth'] ?? $this->getSecurity_Authentication_Listener_Json_AuthService());
  5763.             yield => ($this->privates['security.authentication.listener.anonymous.auth'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthService());
  5764.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5765.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'auth'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth''security.user_checker''.security.request_matcher.aOksG4F'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5766.     }
  5767.     /**
  5768.      * Gets the private 'security.firewall.map.context.authOpenAPI' shared service.
  5769.      *
  5770.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5771.      */
  5772.     protected function getSecurity_Firewall_Map_Context_AuthOpenAPIService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5780.         return $this->privates['security.firewall.map.context.authOpenAPI'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5781.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5782.             yield => ($this->privates['security.authentication.listener.json.authOpenAPI'] ?? $this->getSecurity_Authentication_Listener_Json_AuthOpenAPIService());
  5783.             yield => ($this->privates['security.authentication.listener.anonymous.authOpenAPI'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthOpenAPIService());
  5784.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5785.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'authOpenAPI'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('authOpenAPI''security.user_checker''.security.request_matcher.5FlbESp'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5786.     }
  5787.     /**
  5788.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5789.      *
  5790.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5791.      */
  5792.     protected function getSecurity_Firewall_Map_Context_DevService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5796.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5797.             return new \EmptyIterator();
  5798.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'security.firewall.map.context.main' shared service.
  5802.      *
  5803.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5804.      */
  5805.     protected function getSecurity_Firewall_Map_Context_MainService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5813.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5814.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5815.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5816.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5817.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5818.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.DNdepIT'truetrue'security.user.provider.concrete.app_user_provider'NULL'App\\Security\\TokenAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5819.     }
  5820.     /**
  5821.      * Gets the private 'security.http_utils' shared service.
  5822.      *
  5823.      * @return \Symfony\Component\Security\Http\HttpUtils
  5824.      */
  5825.     protected function getSecurity_HttpUtilsService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5828.         $a = ($this->services['router'] ?? $this->getRouterService());
  5829.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5830.     }
  5831.     /**
  5832.      * Gets the private 'security.logout_url_generator' shared service.
  5833.      *
  5834.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5835.      */
  5836.     protected function getSecurity_LogoutUrlGeneratorService()
  5837.     {
  5838.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5839.         $instance->registerListener('admin''app_logout''logout''_csrf_token'NULLNULL);
  5840.         return $instance;
  5841.     }
  5842.     /**
  5843.      * Gets the private 'security.user.provider.concrete.admin_user_provider' shared service.
  5844.      *
  5845.      * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
  5846.      */
  5847.     protected function getSecurity_User_Provider_Concrete_AdminUserProviderService()
  5848.     {
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  5851.         return $this->privates['security.user.provider.concrete.admin_user_provider'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['admin' => ['password' => $this->getEnv('string:ADMIN_PASSWORD'), 'roles' => [=> 'ROLE_ADMIN']]]);
  5852.     }
  5853.     /**
  5854.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5855.      *
  5856.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5857.      */
  5858.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5863.         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\\User''email'NULL);
  5864.     }
  5865.     /**
  5866.      * Gets the private 'security.validator.user_password' shared service.
  5867.      *
  5868.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5869.      */
  5870.     protected function getSecurity_Validator_UserPasswordService()
  5871.     {
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5875.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5876.     }
  5877.     /**
  5878.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5879.      *
  5880.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5881.      */
  5882.     protected function getSerializer_Mapping_CacheWarmerService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5889.         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'));
  5890.     }
  5891.     /**
  5892.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5895.      */
  5896.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5904.         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()))]));
  5905.     }
  5906.     /**
  5907.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5908.      *
  5909.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5910.      */
  5911.     protected function getSerializer_NameConverter_MetadataAwareService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  5916.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5917.     }
  5918.     /**
  5919.      * Gets the private 'session.storage.native' shared service.
  5920.      *
  5921.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5922.      */
  5923.     protected function getSession_Storage_NativeService()
  5924.     {
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5929.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'session_listener' shared service.
  5933.      *
  5934.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5935.      */
  5936.     protected function getSessionListenerService()
  5937.     {
  5938.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5939.             'initialized_session' => ['services''session'NULLfalse],
  5940.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5941.             'session' => ['services''session''getSessionService'false],
  5942.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5943.         ], [
  5944.             'initialized_session' => '?',
  5945.             'request_stack' => '?',
  5946.             'session' => '?',
  5947.             'session_storage' => '?',
  5948.         ]));
  5949.     }
  5950.     /**
  5951.      * Gets the private 'translation.extractor' shared service.
  5952.      *
  5953.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5954.      */
  5955.     protected function getTranslation_ExtractorService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5962.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5963.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5964.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5965.         return $instance;
  5966.     }
  5967.     /**
  5968.      * Gets the private 'translation.loader.csv' shared service.
  5969.      *
  5970.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5971.      */
  5972.     protected function getTranslation_Loader_CsvService()
  5973.     {
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5978.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5979.     }
  5980.     /**
  5981.      * Gets the private 'translation.loader.dat' shared service.
  5982.      *
  5983.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5984.      */
  5985.     protected function getTranslation_Loader_DatService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5990.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5991.     }
  5992.     /**
  5993.      * Gets the private 'translation.loader.ini' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5996.      */
  5997.     protected function getTranslation_Loader_IniService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6003.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6004.     }
  6005.     /**
  6006.      * Gets the private 'translation.loader.json' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6009.      */
  6010.     protected function getTranslation_Loader_JsonService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6016.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6017.     }
  6018.     /**
  6019.      * Gets the private 'translation.loader.mo' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6022.      */
  6023.     protected function getTranslation_Loader_MoService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6029.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6030.     }
  6031.     /**
  6032.      * Gets the private 'translation.loader.php' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6035.      */
  6036.     protected function getTranslation_Loader_PhpService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6042.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6043.     }
  6044.     /**
  6045.      * Gets the private 'translation.loader.po' shared service.
  6046.      *
  6047.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6048.      */
  6049.     protected function getTranslation_Loader_PoService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6055.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6056.     }
  6057.     /**
  6058.      * Gets the private 'translation.loader.qt' shared service.
  6059.      *
  6060.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6061.      */
  6062.     protected function getTranslation_Loader_QtService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6066.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6067.     }
  6068.     /**
  6069.      * Gets the private 'translation.loader.res' shared service.
  6070.      *
  6071.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6072.      */
  6073.     protected function getTranslation_Loader_ResService()
  6074.     {
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6077.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6078.     }
  6079.     /**
  6080.      * Gets the private 'translation.loader.xliff' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6083.      */
  6084.     protected function getTranslation_Loader_XliffService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6088.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6089.     }
  6090.     /**
  6091.      * Gets the private 'translation.loader.yml' shared service.
  6092.      *
  6093.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6094.      */
  6095.     protected function getTranslation_Loader_YmlService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6101.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6102.     }
  6103.     /**
  6104.      * Gets the private 'translation.reader' shared service.
  6105.      *
  6106.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6107.      */
  6108.     protected function getTranslation_ReaderService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6126.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6127.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6128.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6129.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6130.         $instance->addLoader('yaml'$a);
  6131.         $instance->addLoader('yml'$a);
  6132.         $instance->addLoader('xlf'$b);
  6133.         $instance->addLoader('xliff'$b);
  6134.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6135.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6136.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6137.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6138.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6139.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6140.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6141.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6142.         return $instance;
  6143.     }
  6144.     /**
  6145.      * Gets the private 'translation.warmer' shared service.
  6146.      *
  6147.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6148.      */
  6149.     protected function getTranslation_WarmerService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6153.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6154.             'translator' => ['services''translator''getTranslatorService'false],
  6155.         ], [
  6156.             'translator' => '?',
  6157.         ]))->withContext('translation.warmer'$this));
  6158.     }
  6159.     /**
  6160.      * Gets the private 'translator.default' shared service.
  6161.      *
  6162.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6163.      */
  6164.     protected function getTranslator_DefaultService()
  6165.     {
  6166.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6167.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6168.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6169.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6170.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6171.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6172.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6173.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6174.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6175.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6176.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6177.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6178.         ], [
  6179.             'translation.loader.csv' => '?',
  6180.             'translation.loader.dat' => '?',
  6181.             'translation.loader.ini' => '?',
  6182.             'translation.loader.json' => '?',
  6183.             'translation.loader.mo' => '?',
  6184.             'translation.loader.php' => '?',
  6185.             'translation.loader.po' => '?',
  6186.             'translation.loader.qt' => '?',
  6187.             'translation.loader.res' => '?',
  6188.             'translation.loader.xliff' => '?',
  6189.             'translation.loader.yml' => '?',
  6190.         ]), 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')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.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).'/translations/messages.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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], '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).'/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/translations/messages.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-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/webpack-encore-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/maker-bundle/src/translations'=> 'vendor/nelmio/cors-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/twig/extra-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/webpack-encore-bundle/src/translations'15 => 'vendor/endroid/qr-code-bundle/src/translations'16 => 'vendor/nelmio/api-doc-bundle/translations']]]);
  6191.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6192.         $instance->setFallbackLocales([=> 'en']);
  6193.         return $instance;
  6194.     }
  6195.     /**
  6196.      * Gets the private 'twig.command.debug' shared service.
  6197.      *
  6198.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6199.      */
  6200.     protected function getTwig_Command_DebugService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6204.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6205.         $instance->setName('debug:twig');
  6206.         return $instance;
  6207.     }
  6208.     /**
  6209.      * Gets the private 'twig.command.lint' shared service.
  6210.      *
  6211.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6212.      */
  6213.     protected function getTwig_Command_LintService()
  6214.     {
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6218.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6219.         $instance->setName('lint:twig');
  6220.         return $instance;
  6221.     }
  6222.     /**
  6223.      * Gets the private 'twig.form.renderer' shared service.
  6224.      *
  6225.      * @return \Symfony\Component\Form\FormRenderer
  6226.      */
  6227.     protected function getTwig_Form_RendererService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6234.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), NULL);
  6235.     }
  6236.     /**
  6237.      * Gets the private 'twig.mailer.message_listener' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6240.      */
  6241.     protected function getTwig_Mailer_MessageListenerService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6246.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6247.     }
  6248.     /**
  6249.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6250.      *
  6251.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6252.      */
  6253.     protected function getTwig_Runtime_HttpkernelService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6258.         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, [
  6259.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6260.         ], [
  6261.             'inline' => '?',
  6262.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6263.     }
  6264.     /**
  6265.      * Gets the private 'twig.template_cache_warmer' shared service.
  6266.      *
  6267.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6268.      */
  6269.     protected function getTwig_TemplateCacheWarmerService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6274.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6275.             'twig' => ['services''twig''getTwigService'false],
  6276.         ], [
  6277.             'twig' => 'Twig\\Environment',
  6278.         ]))->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')));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'validator.builder' shared service.
  6282.      *
  6283.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6284.      */
  6285.     protected function getValidator_BuilderService()
  6286.     {
  6287.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6288.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6289.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6290.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6291.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6292.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6293.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6294.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6295.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6296.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6297.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6298.         ], [
  6299.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6300.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6301.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6302.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6303.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6304.             'doctrine.orm.validator.unique' => '?',
  6305.             'security.validator.user_password' => '?',
  6306.             'validator.expression' => '?',
  6307.         ])));
  6308.         if ($this->has('translator')) {
  6309.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6310.         }
  6311.         $instance->setTranslationDomain('validators');
  6312.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6313.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6314.         $instance->addMethodMapping('loadValidatorMetadata');
  6315.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6316.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6317.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6318.         return $instance;
  6319.     }
  6320.     /**
  6321.      * Gets the private 'validator.email' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6324.      */
  6325.     protected function getValidator_EmailService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6330.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6331.     }
  6332.     /**
  6333.      * Gets the private 'validator.expression' shared service.
  6334.      *
  6335.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6336.      */
  6337.     protected function getValidator_ExpressionService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6342.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6343.     }
  6344.     /**
  6345.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6346.      *
  6347.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6348.      */
  6349.     protected function getValidator_Mapping_CacheWarmerService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6354.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6355.     }
  6356.     /**
  6357.      * Gets the private 'validator.not_compromised_password' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6360.      */
  6361.     protected function getValidator_NotCompromisedPasswordService()
  6362.     {
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6366.         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);
  6367.     }
  6368.     /**
  6369.      * Gets the private 'web_profiler.csp.handler' shared service.
  6370.      *
  6371.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6372.      */
  6373.     protected function getWebProfiler_Csp_HandlerService()
  6374.     {
  6375.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6376.     }
  6377.     /**
  6378.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6379.      *
  6380.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6381.      */
  6382.     protected function getWebProfiler_DebugToolbarService()
  6383.     {
  6384.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6385.     }
  6386.     /**
  6387.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6388.      *
  6389.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6390.      */
  6391.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6396.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6397.     }
  6398.     /**
  6399.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6400.      *
  6401.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6402.      */
  6403.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6404.     {
  6405.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6406.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6407.         ], [
  6408.             '_default' => '?',
  6409.         ]), '_default');
  6410.     }
  6411.     /**
  6412.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6413.      *
  6414.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6415.      */
  6416.     protected function getWebpackEncore_ExceptionListenerService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6419.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6420.     }
  6421.     /**
  6422.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6423.      *
  6424.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6425.      */
  6426.     protected function getWebpackEncore_TagRendererService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6429.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6430.     }
  6431.     public function getParameter(string $name)
  6432.     {
  6433.         if (isset($this->buildParameters[$name])) {
  6434.             return $this->buildParameters[$name];
  6435.         }
  6436.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6437.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6438.         }
  6439.         if (isset($this->loadedDynamicParameters[$name])) {
  6440.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6441.         }
  6442.         return $this->parameters[$name];
  6443.     }
  6444.     public function hasParameter(string $name): bool
  6445.     {
  6446.         if (isset($this->buildParameters[$name])) {
  6447.             return true;
  6448.         }
  6449.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6450.     }
  6451.     public function setParameter(string $name$value): void
  6452.     {
  6453.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6454.     }
  6455.     public function getParameterBag(): ParameterBagInterface
  6456.     {
  6457.         if (null === $this->parameterBag) {
  6458.             $parameters $this->parameters;
  6459.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6460.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6461.             }
  6462.             foreach ($this->buildParameters as $name => $value) {
  6463.                 $parameters[$name] = $value;
  6464.             }
  6465.             $this->parameterBag = new FrozenParameterBag($parameters);
  6466.         }
  6467.         return $this->parameterBag;
  6468.     }
  6469.     private $loadedDynamicParameters = [
  6470.         'kernel.cache_dir' => false,
  6471.         'kernel.secret' => false,
  6472.         'session.save_path' => false,
  6473.         'validator.mapping.cache.file' => false,
  6474.         'profiler.storage.dsn' => false,
  6475.         'debug.container.dump' => false,
  6476.         'serializer.mapping.cache.file' => false,
  6477.         'doctrine.orm.proxy_dir' => false,
  6478.         'nelmio_cors.defaults' => false,
  6479.     ];
  6480.     private $dynamicParameters = [];
  6481.     private function getDynamicParameter(string $name)
  6482.     {
  6483.         switch ($name) {
  6484.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6485.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6486.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6487.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6488.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6489.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6490.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6491.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6492.             case 'nelmio_cors.defaults'$value = [
  6493.                 'allow_origin' => [
  6494.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  6495.                 ],
  6496.                 'allow_credentials' => false,
  6497.                 'allow_headers' => [
  6498.                     => 'content-type',
  6499.                     => 'authorization',
  6500.                 ],
  6501.                 'expose_headers' => [
  6502.                     => 'Link',
  6503.                 ],
  6504.                 'allow_methods' => [
  6505.                     => 'GET',
  6506.                     => 'OPTIONS',
  6507.                     => 'POST',
  6508.                     => 'PUT',
  6509.                     => 'PATCH',
  6510.                     => 'DELETE',
  6511.                 ],
  6512.                 'max_age' => 3600,
  6513.                 'hosts' => [
  6514.                 ],
  6515.                 'origin_regex' => true,
  6516.                 'forced_allow_origin_value' => NULL,
  6517.             ]; break;
  6518.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6519.         }
  6520.         $this->loadedDynamicParameters[$name] = true;
  6521.         return $this->dynamicParameters[$name] = $value;
  6522.     }
  6523.     protected function getDefaultParameters(): array
  6524.     {
  6525.         return [
  6526.             'kernel.project_dir' => \dirname(__DIR__4),
  6527.             'kernel.environment' => 'dev',
  6528.             'kernel.debug' => true,
  6529.             'kernel.logs_dir' => (\dirname(__DIR__6).'/shared/var/log'),
  6530.             'kernel.bundles' => [
  6531.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6532.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6533.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6534.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6535.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6536.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6537.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6538.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6539.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6540.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6541.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6542.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  6543.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  6544.             ],
  6545.             'kernel.bundles_metadata' => [
  6546.                 'FrameworkBundle' => [
  6547.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6548.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6549.                 ],
  6550.                 'DoctrineBundle' => [
  6551.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6552.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6553.                 ],
  6554.                 'DoctrineMigrationsBundle' => [
  6555.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6556.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6557.                 ],
  6558.                 'SecurityBundle' => [
  6559.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6560.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6561.                 ],
  6562.                 'MakerBundle' => [
  6563.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6564.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6565.                 ],
  6566.                 'NelmioCorsBundle' => [
  6567.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6568.                     'namespace' => 'Nelmio\\CorsBundle',
  6569.                 ],
  6570.                 'MonologBundle' => [
  6571.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6572.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6573.                 ],
  6574.                 'TwigBundle' => [
  6575.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6576.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6577.                 ],
  6578.                 'TwigExtraBundle' => [
  6579.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6580.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6581.                 ],
  6582.                 'WebProfilerBundle' => [
  6583.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6584.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6585.                 ],
  6586.                 'WebpackEncoreBundle' => [
  6587.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6588.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6589.                 ],
  6590.                 'EndroidQrCodeBundle' => [
  6591.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  6592.                     'namespace' => 'Endroid\\QrCodeBundle',
  6593.                 ],
  6594.                 'NelmioApiDocBundle' => [
  6595.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  6596.                     'namespace' => 'Nelmio\\ApiDocBundle',
  6597.                 ],
  6598.             ],
  6599.             'kernel.charset' => 'UTF-8',
  6600.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6601.             'container.dumper.inline_class_loader' => true,
  6602.             'container.dumper.inline_factories' => true,
  6603.             'public_directory' => (\dirname(__DIR__4).'/public'),
  6604.             'bin_directory' => (\dirname(__DIR__4).'/public/uploads/firmwares'),
  6605.             'customer_logos_directory' => (\dirname(__DIR__4).'/public/uploads/customer/logos'),
  6606.             'customer_signatures_directory' => (\dirname(__DIR__4).'/public/uploads/customer/signatures'),
  6607.             'event_dispatcher.event_aliases' => [
  6608.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6609.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6610.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6611.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6612.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6613.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6614.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6615.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6616.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6617.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6618.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6619.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6620.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6621.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6622.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6623.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6624.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6625.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6626.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6627.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6628.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6629.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6630.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6631.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6632.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6633.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6634.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6635.             ],
  6636.             'fragment.renderer.hinclude.global_template' => '',
  6637.             'fragment.path' => '/_fragment',
  6638.             'kernel.http_method_override' => true,
  6639.             'kernel.trusted_hosts' => [
  6640.             ],
  6641.             'kernel.default_locale' => 'en',
  6642.             'kernel.error_controller' => 'error_controller',
  6643.             'debug.file_link_format' => NULL,
  6644.             'session.metadata.storage_key' => '_sf2_meta',
  6645.             'session.storage.options' => [
  6646.                 'cache_limiter' => '0',
  6647.                 'cookie_secure' => 'auto',
  6648.                 'cookie_httponly' => true,
  6649.                 'cookie_samesite' => 'lax',
  6650.                 'gc_probability' => 1,
  6651.             ],
  6652.             'session.metadata.update_threshold' => 0,
  6653.             'form.type_extension.csrf.enabled' => false,
  6654.             'asset.request_context.base_path' => '',
  6655.             'asset.request_context.secure' => false,
  6656.             'validator.translation_domain' => 'validators',
  6657.             'translator.logging' => false,
  6658.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6659.             'profiler_listener.only_exceptions' => false,
  6660.             'profiler_listener.only_master_requests' => false,
  6661.             'debug.error_handler.throw_at' => -1,
  6662.             'router.request_context.host' => 'localhost',
  6663.             'router.request_context.scheme' => 'http',
  6664.             'router.request_context.base_url' => '',
  6665.             'router.resource' => 'kernel::loadRoutes',
  6666.             'request_listener.http_port' => 80,
  6667.             'request_listener.https_port' => 443,
  6668.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6669.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6670.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6671.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6672.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6673.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6674.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6675.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6676.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6677.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6678.             'doctrine.entity_managers' => [
  6679.                 'default' => 'doctrine.orm.default_entity_manager',
  6680.             ],
  6681.             'doctrine.default_entity_manager' => 'default',
  6682.             'doctrine.dbal.connection_factory.types' => [
  6683.             ],
  6684.             'doctrine.connections' => [
  6685.                 'default' => 'doctrine.dbal.default_connection',
  6686.             ],
  6687.             'doctrine.default_connection' => 'default',
  6688.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6689.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6690.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6691.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6692.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6693.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6694.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6695.             'doctrine.orm.cache.memcache_port' => 11211,
  6696.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6697.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6698.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6699.             'doctrine.orm.cache.memcached_port' => 11211,
  6700.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6701.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6702.             'doctrine.orm.cache.redis_host' => 'localhost',
  6703.             'doctrine.orm.cache.redis_port' => 6379,
  6704.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6705.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6706.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6707.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6708.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6709.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6710.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6711.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6712.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6713.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6714.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6715.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6716.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6717.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6718.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6719.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6720.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6721.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6722.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6723.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6724.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6725.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6726.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6727.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6728.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6729.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6730.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6731.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6732.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6733.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6734.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6735.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  6736.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  6737.             'doctrine_migrations.name' => 'Application Migrations',
  6738.             'doctrine_migrations.migrations_paths' => [
  6739.             ],
  6740.             'doctrine_migrations.table_name' => 'migration_versions',
  6741.             'doctrine_migrations.column_name' => 'version',
  6742.             'doctrine_migrations.column_length' => 14,
  6743.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  6744.             'doctrine_migrations.all_or_nothing' => false,
  6745.             'doctrine_migrations.custom_template' => NULL,
  6746.             'doctrine_migrations.organize_migrations' => false,
  6747.             'security.role_hierarchy.roles' => [
  6748.             ],
  6749.             'security.access.denied_url' => NULL,
  6750.             'security.authentication.manager.erase_credentials' => true,
  6751.             'security.authentication.session_strategy.strategy' => 'migrate',
  6752.             'security.access.always_authenticate_before_granting' => false,
  6753.             'security.authentication.hide_user_not_found' => true,
  6754.             'nelmio_cors.map' => [
  6755.                 '^/' => [
  6756.                     'allow_origin' => true,
  6757.                 ],
  6758.             ],
  6759.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  6760.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  6761.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  6762.             'monolog.use_microseconds' => true,
  6763.             'monolog.swift_mailer.handlers' => [
  6764.             ],
  6765.             'monolog.handlers_to_channels' => [
  6766.                 'monolog.handler.sinave' => [
  6767.                     'type' => 'inclusive',
  6768.                     'elements' => [
  6769.                         => 'sinave',
  6770.                     ],
  6771.                 ],
  6772.                 'monolog.handler.console' => [
  6773.                     'type' => 'exclusive',
  6774.                     'elements' => [
  6775.                         => 'event',
  6776.                         => 'doctrine',
  6777.                         => 'console',
  6778.                     ],
  6779.                 ],
  6780.                 'monolog.handler.main' => [
  6781.                     'type' => 'exclusive',
  6782.                     'elements' => [
  6783.                         => 'event',
  6784.                     ],
  6785.                 ],
  6786.                 'monolog.handler.csn' => [
  6787.                     'type' => 'inclusive',
  6788.                     'elements' => [
  6789.                         => 'csn',
  6790.                     ],
  6791.                 ],
  6792.             ],
  6793.             'twig.form.resources' => [
  6794.                 => 'form_div_layout.html.twig',
  6795.                 => 'bootstrap_4_layout.html.twig',
  6796.             ],
  6797.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6798.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6799.             'web_profiler.debug_toolbar.mode' => 2,
  6800.             'nelmio_api_doc.areas' => [
  6801.                 => 'default',
  6802.             ],
  6803.             'nelmio_api_doc.use_validation_groups' => false,
  6804.             'maker.compatible_check.doctrine.supports_attributes' => false,
  6805.             'data_collector.templates' => [
  6806.                 'data_collector.request' => [
  6807.                     => 'request',
  6808.                     => '@WebProfiler/Collector/request.html.twig',
  6809.                 ],
  6810.                 'data_collector.time' => [
  6811.                     => 'time',
  6812.                     => '@WebProfiler/Collector/time.html.twig',
  6813.                 ],
  6814.                 'data_collector.memory' => [
  6815.                     => 'memory',
  6816.                     => '@WebProfiler/Collector/memory.html.twig',
  6817.                 ],
  6818.                 'data_collector.validator' => [
  6819.                     => 'validator',
  6820.                     => '@WebProfiler/Collector/validator.html.twig',
  6821.                 ],
  6822.                 'data_collector.ajax' => [
  6823.                     => 'ajax',
  6824.                     => '@WebProfiler/Collector/ajax.html.twig',
  6825.                 ],
  6826.                 'data_collector.form' => [
  6827.                     => 'form',
  6828.                     => '@WebProfiler/Collector/form.html.twig',
  6829.                 ],
  6830.                 'data_collector.exception' => [
  6831.                     => 'exception',
  6832.                     => '@WebProfiler/Collector/exception.html.twig',
  6833.                 ],
  6834.                 'data_collector.logger' => [
  6835.                     => 'logger',
  6836.                     => '@WebProfiler/Collector/logger.html.twig',
  6837.                 ],
  6838.                 'data_collector.events' => [
  6839.                     => 'events',
  6840.                     => '@WebProfiler/Collector/events.html.twig',
  6841.                 ],
  6842.                 'data_collector.router' => [
  6843.                     => 'router',
  6844.                     => '@WebProfiler/Collector/router.html.twig',
  6845.                 ],
  6846.                 'data_collector.cache' => [
  6847.                     => 'cache',
  6848.                     => '@WebProfiler/Collector/cache.html.twig',
  6849.                 ],
  6850.                 'data_collector.translation' => [
  6851.                     => 'translation',
  6852.                     => '@WebProfiler/Collector/translation.html.twig',
  6853.                 ],
  6854.                 'data_collector.security' => [
  6855.                     => 'security',
  6856.                     => '@Security/Collector/security.html.twig',
  6857.                 ],
  6858.                 'data_collector.twig' => [
  6859.                     => 'twig',
  6860.                     => '@WebProfiler/Collector/twig.html.twig',
  6861.                 ],
  6862.                 'data_collector.http_client' => [
  6863.                     => 'http_client',
  6864.                     => '@WebProfiler/Collector/http_client.html.twig',
  6865.                 ],
  6866.                 'data_collector.doctrine' => [
  6867.                     => 'db',
  6868.                     => '@Doctrine/Collector/db.html.twig',
  6869.                 ],
  6870.                 'mailer.data_collector' => [
  6871.                     => 'mailer',
  6872.                     => '@WebProfiler/Collector/mailer.html.twig',
  6873.                 ],
  6874.                 'data_collector.config' => [
  6875.                     => 'config',
  6876.                     => '@WebProfiler/Collector/config.html.twig',
  6877.                 ],
  6878.             ],
  6879.             'console.command.ids' => [
  6880.                 => 'console.command.public_alias.App\\Command\\AlgorithmTestCommand',
  6881.                 => 'console.command.public_alias.App\\Command\\DeleteExpiredTokensCommand',
  6882.             ],
  6883.         ];
  6884.     }
  6885. }