var/cache/dev/ContainerMmMueHV/App_KernelDevDebugContainer.php line 11370

Open in your IDE?
  1. <?php
  2. namespace ContainerMmMueHV;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Admin\\BaseAdminController' => 'getBaseAdminControllerService',
  47.             'App\\Controller\\Admin\\HeavySelectsController' => 'getHeavySelectsControllerService',
  48.             'App\\Controller\\Admin\\SynchronisationController' => 'getSynchronisationControllerService',
  49.             'App\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  50.             'App\\Controller\\Api\\DataSampleController' => 'getDataSampleControllerService',
  51.             'App\\Controller\\Api\\EncryptController' => 'getEncryptControllerService',
  52.             'App\\Controller\\Demo\\DemoChartsController' => 'getDemoChartsControllerService',
  53.             'App\\Controller\\Index\\MeasurementController' => 'getMeasurementControllerService',
  54.             'App\\Controller\\Local\\CalculationController' => 'getCalculationControllerService',
  55.             'App\\Controller\\Local\\ChartController' => 'getChartControllerService',
  56.             'App\\Controller\\Local\\SettingsController' => 'getSettingsControllerService',
  57.             'App\\Controller\\Panel\\ChartsController' => 'getChartsControllerService',
  58.             'App\\Controller\\Panel\\DemoController' => 'getDemoControllerService',
  59.             'App\\Controller\\Panel\\DeviceListController' => 'getDeviceListControllerService',
  60.             'App\\Controller\\Panel\\LineTypeController' => 'getLineTypeControllerService',
  61.             'App\\Controller\\Panel\\MeasurementDataController' => 'getMeasurementDataControllerService',
  62.             'App\\Controller\\Panel\\NotesController' => 'getNotesControllerService',
  63.             'App\\Controller\\Panel\\ProfileController' => 'getProfileControllerService',
  64.             'App\\Controller\\Panel\\ReportController' => 'getReportControllerService',
  65.             'App\\Controller\\Panel\\StrengthPointController' => 'getStrengthPointControllerService',
  66.             'App\\Controller\\Security\\ErrorController' => 'getErrorControllerService',
  67.             'App\\Controller\\Security\\LoginController' => 'getLoginControllerService',
  68.             'App\\Controller\\Security\\LogoutController' => 'getLogoutControllerService',
  69.             'App\\Controller\\Security\\ResetController' => 'getResetControllerService',
  70.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  71.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  72.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  73.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  74.             'cache.app' => 'getCache_AppService',
  75.             'cache.app_clearer' => 'getCache_AppClearerService',
  76.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  77.             'cache.system' => 'getCache_SystemService',
  78.             'cache.system_clearer' => 'getCache_SystemClearerService',
  79.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  80.             'cache_warmer' => 'getCacheWarmerService',
  81.             'console.command_loader' => 'getConsole_CommandLoaderService',
  82.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  83.             'data_collector.dump' => 'getDataCollector_DumpService',
  84.             'doctrine' => 'getDoctrineService',
  85.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  86.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  87.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  88.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  89.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  90.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  91.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  92.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  93.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  94.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  95.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  96.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  97.             'easyadmin.router' => 'getEasyadmin_RouterService',
  98.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  99.             'error_controller' => 'getErrorController2Service',
  100.             'event_dispatcher' => 'getEventDispatcherService',
  101.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  102.             'http_kernel' => 'getHttpKernelService',
  103.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  104.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  105.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  106.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  107.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  108.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  109.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  110.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  111.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  112.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  113.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  114.             'request_stack' => 'getRequestStackService',
  115.             'router' => 'getRouterService',
  116.             'routing.loader' => 'getRouting_LoaderService',
  117.             'services_resetter' => 'getServicesResetterService',
  118.             'translator' => 'getTranslatorService',
  119.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  120.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  121.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  122.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  123.             'cache_clearer' => 'getCacheClearerService',
  124.             'filesystem' => 'getFilesystemService',
  125.             'serializer' => 'getSerializerService',
  126.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  127.             'form.factory' => 'getForm_FactoryService',
  128.             'form.type.file' => 'getForm_Type_FileService',
  129.             'profiler' => 'getProfilerService',
  130.             'twig' => 'getTwigService',
  131.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  132.             'security.token_storage' => 'getSecurity_TokenStorageService',
  133.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  134.             'session' => 'getSessionService',
  135.             'validator' => 'getValidatorService',
  136.         ];
  137.         $this->aliases = [
  138.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  139.             'database_connection' => 'doctrine.dbal.default_connection',
  140.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  141.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  142.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  143.         ];
  144.         $this->privates['service_container'] = function () {
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  151.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  156.             include_once \dirname(__DIR__4).'/src/Component/Router.php';
  157.             include_once \dirname(__DIR__4).'/src/Decoder/Interfaces/DecoderInterface.php';
  158.             include_once \dirname(__DIR__4).'/src/Decoder/AESDecoder.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  160.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AppCacheSubscriber.php';
  161.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AppErrorSubscriber.php';
  162.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DataTransformerDependencySubscriber.php';
  163.             include_once \dirname(__DIR__4).'/src/EventSubscriber/IdempotenceSubscriber.php';
  164.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  165.             include_once \dirname(__DIR__4).'/src/EventSubscriber/MeasurementViewSubscriber.php';
  166.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ParamSettingsSubscriber.php';
  167.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RequestDecryptingSubscriber.php';
  168.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ResponseEncryptingSubscriber.php';
  169.             include_once \dirname(__DIR__4).'/src/Factory/ChannelViewFactory.php';
  170.             include_once \dirname(__DIR__4).'/src/Factory/MeasurementViewFactory.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  172.             include_once \dirname(__DIR__4).'/src/Component/Serializer/ViewSerializer.php';
  173.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  174.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  175.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  176.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  178.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  179.             include_once \dirname(__DIR__4).'/src/Repository/DeviceRepository.php';
  180.             include_once \dirname(__DIR__4).'/src/Repository/LineTypeGroupRepository.php';
  181.             include_once \dirname(__DIR__4).'/src/Repository/RecipeToSyncRepository.php';
  182.             include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetStandardRecipeTrait.php';
  183.             include_once \dirname(__DIR__4).'/src/Repository/UserSettingRepository.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  213.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  413.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  416.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  417.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  418.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  419.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  420.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  421.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  422.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  423.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  424.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  425.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  426.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  485.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  486.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  487.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  516.             include_once \dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php';
  517.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  518.             include_once \dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php';
  519.             include_once \dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbContext.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  523.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  527.             include_once \dirname(__DIR__4).'/src/Service/Admin/SiteMenu.php';
  528.             include_once \dirname(__DIR__4).'/src/Service/Admin/SynchronisationStatusService.php';
  529.             include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/MeasurementStartStopService.php';
  530.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  537.             include_once __DIR__.'/proxy-classes.php';
  538.         };
  539.     }
  540.     public function compile(): void
  541.     {
  542.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  543.     }
  544.     public function isCompiled(): bool
  545.     {
  546.         return true;
  547.     }
  548.     public function getRemovedIds(): array
  549.     {
  550.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  551.     }
  552.     protected function createProxy($class, \Closure $factory)
  553.     {
  554.         return $factory();
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.cache_clearer' shared service.
  558.      *
  559.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  560.      */
  561.     protected function get_Container_Private_CacheClearerService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  565.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  566.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  567.         }, 1));
  568.     }
  569.     /**
  570.      * Gets the public '.container.private.filesystem' shared service.
  571.      *
  572.      * @return \Symfony\Component\Filesystem\Filesystem
  573.      */
  574.     protected function get_Container_Private_FilesystemService()
  575.     {
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  577.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.form.factory' shared service.
  581.      *
  582.      * @return \Symfony\Component\Form\FormFactory
  583.      */
  584.     protected function get_Container_Private_Form_FactoryService()
  585.     {
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  588.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  589.     }
  590.     /**
  591.      * Gets the public '.container.private.form.type.file' shared service.
  592.      *
  593.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  594.      */
  595.     protected function get_Container_Private_Form_Type_FileService()
  596.     {
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  600.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  601.     }
  602.     /**
  603.      * Gets the public '.container.private.profiler' shared service.
  604.      *
  605.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  606.      */
  607.     protected function get_Container_Private_ProfilerService()
  608.     {
  609.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  610.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  611.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  612.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  614.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  615.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  616.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  617.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  618.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  619.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  620.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  621.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  622.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  623.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  624.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  625.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  626.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  627.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  628.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  629.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  630.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  631.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  632.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  633.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  634.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  635.         if ($this->has('kernel')) {
  636.             $g->setKernel($b);
  637.         }
  638.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  639.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  640.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  641.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  642.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  643.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  644.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  646.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  647.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  648.         $instance->add($d);
  649.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  650.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  651.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  652.         $instance->add($e);
  653.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  654.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  655.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  656.         $instance->add($f);
  657.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  658.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  659.         $instance->add($g);
  660.         return $instance;
  661.     }
  662.     /**
  663.      * Gets the public '.container.private.security.authorization_checker' shared service.
  664.      *
  665.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  666.      */
  667.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  668.     {
  669.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  670.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  671.             return $this->services['.container.private.security.authorization_checker'];
  672.         }
  673.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  674.     }
  675.     /**
  676.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  677.      *
  678.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  679.      */
  680.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  686.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  687.     }
  688.     /**
  689.      * Gets the public '.container.private.security.password_encoder' shared service.
  690.      *
  691.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  692.      *
  693.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  694.      */
  695.     protected function get_Container_Private_Security_PasswordEncoderService()
  696.     {
  697.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  698.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  699.     }
  700.     /**
  701.      * Gets the public '.container.private.security.token_storage' shared service.
  702.      *
  703.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  704.      */
  705.     protected function get_Container_Private_Security_TokenStorageService()
  706.     {
  707.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  708.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  709.         ], [
  710.             'request_stack' => '?',
  711.         ]));
  712.     }
  713.     /**
  714.      * Gets the public '.container.private.serializer' shared service.
  715.      *
  716.      * @return \Symfony\Component\Serializer\Serializer
  717.      */
  718.     protected function get_Container_Private_SerializerService()
  719.     {
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  733.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  750.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  758.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  761.         $a = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  762.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  763.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  764.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  765.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  766.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$b$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$b$a$d$eNULL, [], $d)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  767.     }
  768.     /**
  769.      * Gets the public '.container.private.session' shared service.
  770.      *
  771.      * @return \Symfony\Component\HttpFoundation\Session\Session
  772.      */
  773.     protected function get_Container_Private_SessionService()
  774.     {
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  777.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  778.         if (isset($this->services['.container.private.session'])) {
  779.             return $this->services['.container.private.session'];
  780.         }
  781.         return $this->services['.container.private.session'] = $a->createSession();
  782.     }
  783.     /**
  784.      * Gets the public '.container.private.twig' shared service.
  785.      *
  786.      * @return \Twig\Environment
  787.      */
  788.     protected function get_Container_Private_TwigService()
  789.     {
  790.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  791.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  792.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  793.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  794.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  795.         $e = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v=1.0.15''%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  796.             return new \EmptyIterator();
  797.         }, 0)));
  798.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  799.         $g = ($this->services['router'] ?? $this->getRouterService());
  800.         $h = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  801.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  802.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  803.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  804.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  805.         $l = new \Symfony\Bridge\Twig\AppVariable();
  806.         $l->setEnvironment('dev');
  807.         $l->setDebug(true);
  808.         if ($this->has('.container.private.security.token_storage')) {
  809.             $l->setTokenStorage($i);
  810.         }
  811.         if ($this->has('request_stack')) {
  812.             $l->setRequestStack($c);
  813.         }
  814.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  818.         $instance->addExtension($e);
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$g)));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($h));
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  832.         $instance->addExtension(new \App\Twig\AppExtension($instance, new \App\Component\Breadcrumb\BreadcrumbGenerator(new \App\Component\Breadcrumb\BreadcrumbContext($c$this->parameters['breadcrumbs'], $j), ($this->privates['App\\Component\\Router'] ?? $this->getRouter2Service()), $b), $b$j));
  833.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  834.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  835.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$h$b, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  836.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  837.         $instance->addGlobal('app'$l);
  838.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  839.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  840.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  841.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  842.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  843.         ], [
  844.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  845.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  846.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  847.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  848.         ])));
  849.         $instance->addGlobal('supported_languages'$this->parameters['supported_languages']);
  850.         $instance->addGlobal('menu', new \App\Service\Admin\SiteMenu($c));
  851.         $instance->addGlobal('synchronisation_status', new \App\Service\Admin\SynchronisationStatusService($j));
  852.         $instance->addGlobal('measurement_start_stop_service', new \App\Service\DeviceCommand\MeasurementStartStopService($j));
  853.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  854.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  855.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  856.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public '.container.private.validator' shared service.
  861.      *
  862.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  863.      */
  864.     protected function get_Container_Private_ValidatorService()
  865.     {
  866.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  867.         if (isset($this->services['.container.private.validator'])) {
  868.             return $this->services['.container.private.validator'];
  869.         }
  870.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  871.     }
  872.     /**
  873.      * Gets the public 'App\Controller\Admin\BaseAdminController' shared autowired service.
  874.      *
  875.      * @return \App\Controller\Admin\BaseAdminController
  876.      */
  877.     protected function getBaseAdminControllerService()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  880.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  881.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeAdminControllerTrait.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/UserAdminControllerTrait.php';
  884.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/UserSettingAdminControllerTrait.php';
  885.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/DeviceAdminControllerTrait.php';
  886.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/LicenseAdminControllerTrait.php';
  887.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/NotificationAdminControllerTrait.php';
  888.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeGroupAdminControllerTrait.php';
  889.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeAdminControllerTrait.php';
  890.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/CustomerAdminControllerTrait.php';
  891.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeToSyncAdminControllerTrait.php';
  892.         include_once \dirname(__DIR__4).'/src/Controller/Admin/BaseAdminController.php';
  893.         include_once \dirname(__DIR__4).'/src/Service/Admin/NewEntityService.php';
  894.         include_once \dirname(__DIR__4).'/src/Service/Admin/RecipeCsvExporter.php';
  895.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  896.         $this->services['App\\Controller\\Admin\\BaseAdminController'] = $instance = new \App\Controller\Admin\BaseAdminController(new \App\Service\Admin\NewEntityService(), ($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory($this->getEnv('MAILER_DSN_SENDER_NAME'), $this->getEnv('MAILER_DSN_SENDER_EMAIL')))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\DataBridge\\Implementations\\CanvasJsTransformer'] ?? $this->getCanvasJsTransformerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  897.         $instance->setContainer(($this->privates['.service_locator.2Fo7Ij1'] ?? $this->get_ServiceLocator_2Fo7Ij1Service())->withContext('App\\Controller\\Admin\\BaseAdminController'$this));
  898.         $instance->injectRecipeCsvExporter(new \App\Service\Admin\RecipeCsvExporter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\RecipeRepository'] ?? $this->getRecipeRepositoryService()), \dirname(__DIR__4)));
  899.         $instance->injectRecipeCsvImporter(($this->privates['App\\Service\\Admin\\RecipeCsvImporter'] ?? $this->getRecipeCsvImporterService()));
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public 'App\Controller\Admin\HeavySelectsController' shared autowired service.
  904.      *
  905.      * @return \App\Controller\Admin\HeavySelectsController
  906.      */
  907.     protected function getHeavySelectsControllerService()
  908.     {
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  910.         include_once \dirname(__DIR__4).'/src/Controller/Admin/HeavySelectsController.php';
  911.         include_once \dirname(__DIR__4).'/src/Service/Admin/RawSqlChannels.php';
  912.         $this->services['App\\Controller\\Admin\\HeavySelectsController'] = $instance = new \App\Controller\Admin\HeavySelectsController(new \App\Service\Admin\RawSqlChannels(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->services['translator'] ?? $this->getTranslatorService()));
  913.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\HeavySelectsController'$this));
  914.         return $instance;
  915.     }
  916.     /**
  917.      * Gets the public 'App\Controller\Admin\SynchronisationController' shared autowired service.
  918.      *
  919.      * @return \App\Controller\Admin\SynchronisationController
  920.      */
  921.     protected function getSynchronisationControllerService()
  922.     {
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  924.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SynchronisationController.php';
  925.         $this->services['App\\Controller\\Admin\\SynchronisationController'] = $instance = new \App\Controller\Admin\SynchronisationController(($this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] ?? $this->getCommandManagerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  926.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SynchronisationController'$this));
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'App\Controller\Admin\TranslationController' shared autowired service.
  931.      *
  932.      * @return \App\Controller\Admin\TranslationController
  933.      */
  934.     protected function getTranslationControllerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  937.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  938.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  939.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TranslationController.php';
  940.         $this->services['App\\Controller\\Admin\\TranslationController'] = $instance = new \App\Controller\Admin\TranslationController();
  941.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Admin\\TranslationController'$this));
  942.         return $instance;
  943.     }
  944.     /**
  945.      * Gets the public 'App\Controller\Api\DataSampleController' shared autowired service.
  946.      *
  947.      * @return \App\Controller\Api\DataSampleController
  948.      */
  949.     protected function getDataSampleControllerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  954.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerAwareTrait.php';
  955.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/LastUsedCommandAwareTrait.php';
  956.         include_once \dirname(__DIR__4).'/src/Controller/Api/DataSampleController.php';
  957.         $this->services['App\\Controller\\Api\\DataSampleController'] = $instance = new \App\Controller\Api\DataSampleController();
  958.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\DataSampleController'$this));
  959.         $instance->injectCommandManagerService(($this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] ?? $this->getCommandManagerServiceService()));
  960.         $instance->injectService(($this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'] ?? $this->getLastCommandCheckServiceService()));
  961.         return $instance;
  962.     }
  963.     /**
  964.      * Gets the public 'App\Controller\Api\EncryptController' shared autowired service.
  965.      *
  966.      * @return \App\Controller\Api\EncryptController
  967.      */
  968.     protected function getEncryptControllerService()
  969.     {
  970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  973.         include_once \dirname(__DIR__4).'/src/Controller/Api/EncryptController.php';
  974.         $this->services['App\\Controller\\Api\\EncryptController'] = $instance = new \App\Controller\Api\EncryptController();
  975.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Api\\EncryptController'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'App\Controller\Demo\DemoChartsController' shared autowired service.
  980.      *
  981.      * @return \App\Controller\Demo\DemoChartsController
  982.      */
  983.     protected function getDemoChartsControllerService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  987.         include_once \dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php';
  988.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  989.         include_once \dirname(__DIR__4).'/src/Helpers/MessagesTrait.php';
  990.         include_once \dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php';
  991.         include_once \dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php';
  992.         include_once \dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php';
  993.         include_once \dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php';
  994.         include_once \dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php';
  995.         include_once \dirname(__DIR__4).'/src/Controller/Demo/DemoChartsController.php';
  996.         include_once \dirname(__DIR__4).'/src/Service/ProbeFilterService.php';
  997.         $a = ($this->privates['App\\Service\\ProbeFilterService'] ?? ($this->privates['App\\Service\\ProbeFilterService'] = new \App\Service\ProbeFilterService()));
  998.         $this->services['App\\Controller\\Demo\\DemoChartsController'] = $instance = new \App\Controller\Demo\DemoChartsController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService()), ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService()), $a$a);
  999.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Demo\\DemoChartsController'$this));
  1000.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1001.         $instance->injectRequest(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1002.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1003.         $instance->injectLinkGeneratorService(($this->privates['App\\Service\\Demo\\LinkGeneratorService'] ?? $this->getLinkGeneratorServiceService()));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'App\Controller\Index\MeasurementController' shared autowired service.
  1008.      *
  1009.      * @return \App\Controller\Index\MeasurementController
  1010.      */
  1011.     protected function getMeasurementControllerService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1015.         include_once \dirname(__DIR__4).'/src/Helpers/ImportFromFileTrait.php';
  1016.         include_once \dirname(__DIR__4).'/src/Controller/Index/MeasurementController.php';
  1017.         $a = ($this->privates['App\\Service\\ImportFromWinApp\\ImportMeasurementService'] ?? $this->getImportMeasurementServiceService());
  1018.         $this->services['App\\Controller\\Index\\MeasurementController'] = $instance = new \App\Controller\Index\MeasurementController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), $a, ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService()));
  1019.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Index\\MeasurementController'$this));
  1020.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1021.         $instance->injectService($a);
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'App\Controller\Local\CalculationController' shared autowired service.
  1026.      *
  1027.      * @return \App\Controller\Local\CalculationController
  1028.      */
  1029.     protected function getCalculationControllerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1034.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1035.         include_once \dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php';
  1036.         include_once \dirname(__DIR__4).'/src/Helpers/TranslationAwareTrait.php';
  1037.         include_once \dirname(__DIR__4).'/src/Controller/Local/CalculationController.php';
  1038.         include_once \dirname(__DIR__4).'/src/Service/CalculateRecipe/CalculationErrorTrait.php';
  1039.         include_once \dirname(__DIR__4).'/src/Service/CalculateRecipeService.php';
  1040.         $this->services['App\\Controller\\Local\\CalculationController'] = $instance = new \App\Controller\Local\CalculationController(new \App\Service\CalculateRecipeService());
  1041.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Local\\CalculationController'$this));
  1042.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1043.         $instance->inject(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()));
  1044.         $instance->injectRequest(($this->services['translator'] ?? $this->getTranslatorService()));
  1045.         return $instance;
  1046.     }
  1047.     /**
  1048.      * Gets the public 'App\Controller\Local\ChartController' shared autowired service.
  1049.      *
  1050.      * @return \App\Controller\Local\ChartController
  1051.      */
  1052.     protected function getChartControllerService()
  1053.     {
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1057.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1058.         include_once \dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php';
  1059.         include_once \dirname(__DIR__4).'/src/Controller/Local/ChartController.php';
  1060.         $this->services['App\\Controller\\Local\\ChartController'] = $instance = new \App\Controller\Local\ChartController();
  1061.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Local\\ChartController'$this));
  1062.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1063.         $instance->inject(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()));
  1064.         return $instance;
  1065.     }
  1066.     /**
  1067.      * Gets the public 'App\Controller\Local\SettingsController' shared autowired service.
  1068.      *
  1069.      * @return \App\Controller\Local\SettingsController
  1070.      */
  1071.     protected function getSettingsControllerService()
  1072.     {
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1074.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1075.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1076.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1077.         include_once \dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php';
  1078.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerAwareTrait.php';
  1079.         include_once \dirname(__DIR__4).'/src/Controller/Local/SettingsController.php';
  1080.         $this->services['App\\Controller\\Local\\SettingsController'] = $instance = new \App\Controller\Local\SettingsController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1081.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Local\\SettingsController'$this));
  1082.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1083.         $instance->inject(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()));
  1084.         $instance->injectCommandManagerService(($this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] ?? $this->getCommandManagerServiceService()));
  1085.         return $instance;
  1086.     }
  1087.     /**
  1088.      * Gets the public 'App\Controller\Panel\ChartsController' shared autowired service.
  1089.      *
  1090.      * @return \App\Controller\Panel\ChartsController
  1091.      */
  1092.     protected function getChartsControllerService()
  1093.     {
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1095.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1096.         include_once \dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php';
  1097.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  1098.         include_once \dirname(__DIR__4).'/src/Helpers/MessagesTrait.php';
  1099.         include_once \dirname(__DIR__4).'/src/Controller/Panel/ChartsController.php';
  1100.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1101.         $this->services['App\\Controller\\Panel\\ChartsController'] = $instance = new \App\Controller\Panel\ChartsController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService()), ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService()));
  1102.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\ChartsController'$this));
  1103.         $instance->injectEntityManager($a);
  1104.         $instance->injectRequest(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1105.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\Panel\DemoController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\Panel\DemoController
  1112.      */
  1113.     protected function getDemoControllerService()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1116.         include_once \dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/Panel/DemoController.php';
  1118.         $this->services['App\\Controller\\Panel\\DemoController'] = $instance = new \App\Controller\Panel\DemoController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1119.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\DemoController'$this));
  1120.         $instance->injectLinkGeneratorService(($this->privates['App\\Service\\Demo\\LinkGeneratorService'] ?? $this->getLinkGeneratorServiceService()));
  1121.         return $instance;
  1122.     }
  1123.     /**
  1124.      * Gets the public 'App\Controller\Panel\DeviceListController' shared autowired service.
  1125.      *
  1126.      * @return \App\Controller\Panel\DeviceListController
  1127.      */
  1128.     protected function getDeviceListControllerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1132.         include_once \dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php';
  1133.         include_once \dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php';
  1134.         include_once \dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php';
  1135.         include_once \dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php';
  1136.         include_once \dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php';
  1137.         include_once \dirname(__DIR__4).'/src/Controller/Panel/DeviceListController.php';
  1138.         include_once \dirname(__DIR__4).'/src/Service/MeasurementCsvExporter.php';
  1139.         include_once \dirname(__DIR__4).'/src/Service/DeviceStopRequestSimulator.php';
  1140.         include_once \dirname(__DIR__4).'/src/Service/ProbeFilterService.php';
  1141.         $a = ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService());
  1142.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1143.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1144.         $d = ($this->privates['App\\Service\\ProbeFilterService'] ?? ($this->privates['App\\Service\\ProbeFilterService'] = new \App\Service\ProbeFilterService()));
  1145.         $this->services['App\\Controller\\Panel\\DeviceListController'] = $instance = new \App\Controller\Panel\DeviceListController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), $a, ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $b, new \App\Service\MeasurementCsvExporter($b), ($this->privates['App\\Service\\FlatDeviceService'] ?? $this->getFlatDeviceServiceService()), ($this->privates['App\\Repository\\UserSettingRepository'] ?? $this->getUserSettingRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Service\DeviceStopRequestSimulator($c$a), ($this->privates['App\\Repository\\MeasurementRepository'] ?? $this->getMeasurementRepositoryService()), $d$d, ($this->privates['App\\Factory\\ChannelViewFactory'] ?? ($this->privates['App\\Factory\\ChannelViewFactory'] = new \App\Factory\ChannelViewFactory())));
  1146.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\DeviceListController'$this));
  1147.         $instance->injectEntityManager($c);
  1148.         $instance->injectRequest(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1149.         return $instance;
  1150.     }
  1151.     /**
  1152.      * Gets the public 'App\Controller\Panel\LineTypeController' shared autowired service.
  1153.      *
  1154.      * @return \App\Controller\Panel\LineTypeController
  1155.      */
  1156.     protected function getLineTypeControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1161.         include_once \dirname(__DIR__4).'/src/Controller/Panel/LineTypeController.php';
  1162.         $this->services['App\\Controller\\Panel\\LineTypeController'] = $instance = new \App\Controller\Panel\LineTypeController(($this->privates['App\\Repository\\LineTypeGroupRepository'] ?? $this->getLineTypeGroupRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1163.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Panel\\LineTypeController'$this));
  1164.         return $instance;
  1165.     }
  1166.     /**
  1167.      * Gets the public 'App\Controller\Panel\MeasurementDataController' shared autowired service.
  1168.      *
  1169.      * @return \App\Controller\Panel\MeasurementDataController
  1170.      */
  1171.     protected function getMeasurementDataControllerService()
  1172.     {
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1174.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1175.         include_once \dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php';
  1176.         include_once \dirname(__DIR__4).'/src/Controller/Panel/MeasurementDataController.php';
  1177.         include_once \dirname(__DIR__4).'/src/Service/Handler/MergeMeasurementHandler.php';
  1178.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  1179.         include_once \dirname(__DIR__4).'/src/Assembler/MergeMeasurementAssembler.php';
  1180.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1181.         $b = new \App\Assembler\MergeMeasurementAssembler();
  1182.         $b->injectEntityManager($a);
  1183.         $b->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1184.         $c = new \App\Service\Handler\MergeMeasurementHandler($b);
  1185.         $c->injectEntityManager($a);
  1186.         $this->services['App\\Controller\\Panel\\MeasurementDataController'] = $instance = new \App\Controller\Panel\MeasurementDataController(($this->services['translator'] ?? $this->getTranslatorService()), $a$c, ($this->privates['App\\Service\\ImportFromWinApp\\ImportMeasurementService'] ?? $this->getImportMeasurementServiceService()));
  1187.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\MeasurementDataController'$this));
  1188.         $instance->injectEntityManager($a);
  1189.         $instance->injectRequest(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'App\Controller\Panel\NotesController' shared autowired service.
  1194.      *
  1195.      * @return \App\Controller\Panel\NotesController
  1196.      */
  1197.     protected function getNotesControllerService()
  1198.     {
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1200.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  1201.         include_once \dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php';
  1202.         include_once \dirname(__DIR__4).'/src/Controller/Panel/NotesController.php';
  1203.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1204.         $this->services['App\\Controller\\Panel\\NotesController'] = $instance = new \App\Controller\Panel\NotesController($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  1205.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\NotesController'$this));
  1206.         $instance->injectEntityManager($a);
  1207.         $instance->injectRequest(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'App\Controller\Panel\ProfileController' shared autowired service.
  1212.      *
  1213.      * @return \App\Controller\Panel\ProfileController
  1214.      */
  1215.     protected function getProfileControllerService()
  1216.     {
  1217.         include_once \dirname(__DIR__4).'/src/Controller/Panel/ProfileController.php';
  1218.         return $this->services['App\\Controller\\Panel\\ProfileController'] = new \App\Controller\Panel\ProfileController();
  1219.     }
  1220.     /**
  1221.      * Gets the public 'App\Controller\Panel\ReportController' shared autowired service.
  1222.      *
  1223.      * @return \App\Controller\Panel\ReportController
  1224.      */
  1225.     protected function getReportControllerService()
  1226.     {
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1228.         include_once \dirname(__DIR__4).'/src/Controller/Panel/ReportController.php';
  1229.         $this->services['App\\Controller\\Panel\\ReportController'] = $instance = new \App\Controller\Panel\ReportController(($this->privates['App\\DataBridge\\DataAbstraction'] ?? $this->getDataAbstractionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService()));
  1230.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Panel\\ReportController'$this));
  1231.         return $instance;
  1232.     }
  1233.     /**
  1234.      * Gets the public 'App\Controller\Panel\StrengthPointController' shared autowired service.
  1235.      *
  1236.      * @return \App\Controller\Panel\StrengthPointController
  1237.      */
  1238.     protected function getStrengthPointControllerService()
  1239.     {
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1243.         include_once \dirname(__DIR__4).'/src/Controller/Panel/StrengthPointController.php';
  1244.         $this->services['App\\Controller\\Panel\\StrengthPointController'] = $instance = new \App\Controller\Panel\StrengthPointController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1245.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\Panel\\StrengthPointController'$this));
  1246.         return $instance;
  1247.     }
  1248.     /**
  1249.      * Gets the public 'App\Controller\Security\ErrorController' shared autowired service.
  1250.      *
  1251.      * @return \App\Controller\Security\ErrorController
  1252.      */
  1253.     protected function getErrorControllerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1256.         include_once \dirname(__DIR__4).'/src/Controller/Security/ErrorController.php';
  1257.         $this->services['App\\Controller\\Security\\ErrorController'] = $instance = new \App\Controller\Security\ErrorController();
  1258.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Security\\ErrorController'$this));
  1259.         return $instance;
  1260.     }
  1261.     /**
  1262.      * Gets the public 'App\Controller\Security\LoginController' shared autowired service.
  1263.      *
  1264.      * @return \App\Controller\Security\LoginController
  1265.      */
  1266.     protected function getLoginControllerService()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1269.         include_once \dirname(__DIR__4).'/src/Controller/Security/LoginController.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1271.         $this->services['App\\Controller\\Security\\LoginController'] = $instance = new \App\Controller\Security\LoginController(new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  1272.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Security\\LoginController'$this));
  1273.         return $instance;
  1274.     }
  1275.     /**
  1276.      * Gets the public 'App\Controller\Security\LogoutController' shared autowired service.
  1277.      *
  1278.      * @return \App\Controller\Security\LogoutController
  1279.      */
  1280.     protected function getLogoutControllerService()
  1281.     {
  1282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1283.         include_once \dirname(__DIR__4).'/src/Controller/Security/LogoutController.php';
  1284.         $this->services['App\\Controller\\Security\\LogoutController'] = $instance = new \App\Controller\Security\LogoutController();
  1285.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Security\\LogoutController'$this));
  1286.         return $instance;
  1287.     }
  1288.     /**
  1289.      * Gets the public 'App\Controller\Security\ResetController' shared autowired service.
  1290.      *
  1291.      * @return \App\Controller\Security\ResetController
  1292.      */
  1293.     protected function getResetControllerService()
  1294.     {
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1296.         include_once \dirname(__DIR__4).'/src/Controller/Security/ResetController.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  1299.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  1300.         $this->services['App\\Controller\\Security\\ResetController'] = $instance = new \App\Controller\Security\ResetController(($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory($this->getEnv('MAILER_DSN_SENDER_NAME'), $this->getEnv('MAILER_DSN_SENDER_EMAIL')))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  1301.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Security\\ResetController'$this));
  1302.         return $instance;
  1303.     }
  1304.     /**
  1305.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1306.      *
  1307.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1308.      */
  1309.     protected function getProfilerControllerService()
  1310.     {
  1311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1312.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1313.     }
  1314.     /**
  1315.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  1316.      *
  1317.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  1318.      */
  1319.     protected function getEasyAdminControllerService()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1324.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  1325.         $instance->setContainer(($this->privates['.service_locator.2Fo7Ij1'] ?? $this->get_ServiceLocator_2Fo7Ij1Service())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  1326.         return $instance;
  1327.     }
  1328.     /**
  1329.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1330.      *
  1331.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1332.      */
  1333.     protected function getRedirectControllerService()
  1334.     {
  1335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1336.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1337.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1338.     }
  1339.     /**
  1340.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1341.      *
  1342.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1343.      */
  1344.     protected function getTemplateControllerService()
  1345.     {
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1347.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1348.     }
  1349.     /**
  1350.      * Gets the public 'cache.app' shared service.
  1351.      *
  1352.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1353.      */
  1354.     protected function getCache_AppService()
  1355.     {
  1356.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1357.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1358.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1359.     }
  1360.     /**
  1361.      * Gets the public 'cache.app_clearer' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1364.      */
  1365.     protected function getCache_AppClearerService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1369.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1370.     }
  1371.     /**
  1372.      * Gets the public 'cache.global_clearer' shared service.
  1373.      *
  1374.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1375.      */
  1376.     protected function getCache_GlobalClearerService()
  1377.     {
  1378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1380.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  1381.     }
  1382.     /**
  1383.      * Gets the public 'cache.system' shared service.
  1384.      *
  1385.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1386.      */
  1387.     protected function getCache_SystemService()
  1388.     {
  1389.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlBTYMwQaz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1390.     }
  1391.     /**
  1392.      * Gets the public 'cache.system_clearer' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1395.      */
  1396.     protected function getCache_SystemClearerService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1400.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  1401.     }
  1402.     /**
  1403.      * Gets the public 'cache.validator_expression_language' shared service.
  1404.      *
  1405.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1406.      */
  1407.     protected function getCache_ValidatorExpressionLanguageService()
  1408.     {
  1409.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TagoJAeOVx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1410.     }
  1411.     /**
  1412.      * Gets the public 'cache_warmer' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1415.      */
  1416.     protected function getCacheWarmerService()
  1417.     {
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1420.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1421.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1422.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1423.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1424.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1425.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1426.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1427.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1428.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1429.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1430.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1431.     }
  1432.     /**
  1433.      * Gets the public 'console.command_loader' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1436.      */
  1437.     protected function getConsole_CommandLoaderService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1441.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1442.             'App\\Command\\AssetVersionUpdateCommand' => ['privates''App\\Command\\AssetVersionUpdateCommand''getAssetVersionUpdateCommandService'false],
  1443.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  1444.             'App\\Command\\DeactivateOldDevicesCommand' => ['privates''App\\Command\\DeactivateOldDevicesCommand''getDeactivateOldDevicesCommandService'false],
  1445.             'App\\Command\\DecryptDebugCommand' => ['privates''App\\Command\\DecryptDebugCommand''getDecryptDebugCommandService'false],
  1446.             'App\\Command\\ResetRecipePriorityCommand' => ['privates''App\\Command\\ResetRecipePriorityCommand''getResetRecipePriorityCommandService'false],
  1447.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1448.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1449.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1450.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1451.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1452.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1453.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1454.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1455.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1456.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1457.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1458.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1459.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1460.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1461.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1462.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1463.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1464.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1465.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1466.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1467.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1468.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1469.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1470.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1471.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1472.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1473.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1474.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1475.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1476.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1477.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1478.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1479.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1480.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1481.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1482.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1483.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1484.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1485.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1486.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1487.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1488.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1489.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1490.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1491.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1492.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1493.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1494.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1495.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1496.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1497.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1498.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1499.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1500.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1501.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1502.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1503.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1504.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1505.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1506.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1507.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1508.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1509.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1510.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1511.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1512.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1513.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1514.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1515.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1516.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1517.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1518.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1519.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1520.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1521.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  1522.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  1523.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1524.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1525.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1526.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1527.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1528.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1529.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1530.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1531.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1532.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1533.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1534.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1535.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1536.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1537.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1538.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1539.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1540.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1541.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1542.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1543.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1544.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1545.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1546.         ], [
  1547.             'App\\Command\\AssetVersionUpdateCommand' => 'App\\Command\\AssetVersionUpdateCommand',
  1548.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1549.             'App\\Command\\DeactivateOldDevicesCommand' => 'App\\Command\\DeactivateOldDevicesCommand',
  1550.             'App\\Command\\DecryptDebugCommand' => 'App\\Command\\DecryptDebugCommand',
  1551.             'App\\Command\\ResetRecipePriorityCommand' => 'App\\Command\\ResetRecipePriorityCommand',
  1552.             'console.command.about' => '?',
  1553.             'console.command.assets_install' => '?',
  1554.             'console.command.cache_clear' => '?',
  1555.             'console.command.cache_pool_clear' => '?',
  1556.             'console.command.cache_pool_prune' => '?',
  1557.             'console.command.cache_pool_delete' => '?',
  1558.             'console.command.cache_pool_list' => '?',
  1559.             'console.command.cache_warmup' => '?',
  1560.             'console.command.config_debug' => '?',
  1561.             'console.command.config_dump_reference' => '?',
  1562.             'console.command.container_debug' => '?',
  1563.             'console.command.container_lint' => '?',
  1564.             'console.command.debug_autowiring' => '?',
  1565.             'console.command.dotenv_debug' => '?',
  1566.             'console.command.event_dispatcher_debug' => '?',
  1567.             'console.command.messenger_consume_messages' => '?',
  1568.             'console.command.messenger_setup_transports' => '?',
  1569.             'console.command.messenger_debug' => '?',
  1570.             'console.command.messenger_stop_workers' => '?',
  1571.             'console.command.router_debug' => '?',
  1572.             'console.command.router_match' => '?',
  1573.             'console.command.translation_debug' => '?',
  1574.             'console.command.translation_extract' => '?',
  1575.             'console.command.validator_debug' => '?',
  1576.             'console.command.translation_pull' => '?',
  1577.             'console.command.translation_push' => '?',
  1578.             'console.command.xliff_lint' => '?',
  1579.             'console.command.yaml_lint' => '?',
  1580.             'console.command.form_debug' => '?',
  1581.             'console.command.secrets_set' => '?',
  1582.             'console.command.secrets_remove' => '?',
  1583.             'console.command.secrets_generate_key' => '?',
  1584.             'console.command.secrets_list' => '?',
  1585.             'console.command.secrets_decrypt_to_local' => '?',
  1586.             'console.command.secrets_encrypt_from_local' => '?',
  1587.             'twig.command.debug' => '?',
  1588.             'twig.command.lint' => '?',
  1589.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1590.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1591.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1592.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1593.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1594.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1595.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1596.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1597.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1598.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1599.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1600.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1601.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1602.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1603.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1604.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1605.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1606.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1607.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1608.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1609.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1610.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1611.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1612.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1613.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1614.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1615.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1616.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1617.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1618.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1619.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1620.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1621.             'security.command.debug_firewall' => '?',
  1622.             'security.command.user_password_encoder' => '?',
  1623.             'security.command.user_password_hash' => '?',
  1624.             'var_dumper.command.server_dump' => '?',
  1625.             'monolog.command.server_log' => '?',
  1626.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  1627.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1628.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1629.             'maker.auto_command.make_auth' => '?',
  1630.             'maker.auto_command.make_command' => '?',
  1631.             'maker.auto_command.make_controller' => '?',
  1632.             'maker.auto_command.make_crud' => '?',
  1633.             'maker.auto_command.make_docker_database' => '?',
  1634.             'maker.auto_command.make_entity' => '?',
  1635.             'maker.auto_command.make_fixtures' => '?',
  1636.             'maker.auto_command.make_form' => '?',
  1637.             'maker.auto_command.make_message' => '?',
  1638.             'maker.auto_command.make_messenger_middleware' => '?',
  1639.             'maker.auto_command.make_registration_form' => '?',
  1640.             'maker.auto_command.make_reset_password' => '?',
  1641.             'maker.auto_command.make_serializer_encoder' => '?',
  1642.             'maker.auto_command.make_serializer_normalizer' => '?',
  1643.             'maker.auto_command.make_subscriber' => '?',
  1644.             'maker.auto_command.make_twig_extension' => '?',
  1645.             'maker.auto_command.make_test' => '?',
  1646.             'maker.auto_command.make_validator' => '?',
  1647.             'maker.auto_command.make_voter' => '?',
  1648.             'maker.auto_command.make_user' => '?',
  1649.             'maker.auto_command.make_migration' => '?',
  1650.             'maker.auto_command.make_stimulus_controller' => '?',
  1651.         ]), ['app:assets:update' => 'App\\Command\\AssetVersionUpdateCommand''app:create-user' => 'App\\Command\\CreateUserCommand''app:deactivate-old-devices' => 'App\\Command\\DeactivateOldDevicesCommand''app:decrypt:debug' => 'App\\Command\\DecryptDebugCommand''app:reset-recipe-priority' => 'App\\Command\\ResetRecipePriorityCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:admin:migration' => 'easyadmin.command.make_admin_migration''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1652.     }
  1653.     /**
  1654.      * Gets the public 'container.env_var_processors_locator' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1657.      */
  1658.     protected function getContainer_EnvVarProcessorsLocatorService()
  1659.     {
  1660.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1661.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1662.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1663.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1664.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1665.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1666.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1667.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1668.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1669.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1670.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1671.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1672.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1673.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1674.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1675.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1676.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1677.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1678.         ], [
  1679.             'base64' => '?',
  1680.             'bool' => '?',
  1681.             'const' => '?',
  1682.             'csv' => '?',
  1683.             'default' => '?',
  1684.             'file' => '?',
  1685.             'float' => '?',
  1686.             'int' => '?',
  1687.             'json' => '?',
  1688.             'key' => '?',
  1689.             'not' => '?',
  1690.             'query_string' => '?',
  1691.             'require' => '?',
  1692.             'resolve' => '?',
  1693.             'string' => '?',
  1694.             'trim' => '?',
  1695.             'url' => '?',
  1696.         ]);
  1697.     }
  1698.     /**
  1699.      * Gets the public 'data_collector.dump' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1702.      */
  1703.     protected function getDataCollector_DumpService()
  1704.     {
  1705.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1706.     }
  1707.     /**
  1708.      * Gets the public 'doctrine' shared service.
  1709.      *
  1710.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1711.      */
  1712.     protected function getDoctrineService()
  1713.     {
  1714.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1715.     }
  1716.     /**
  1717.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1718.      *
  1719.      * @return \Doctrine\DBAL\Connection
  1720.      */
  1721.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1722.     {
  1723.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1724.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1725.             return $this->services['doctrine.dbal.default_connection'];
  1726.         }
  1727.         $b = new \Doctrine\DBAL\Configuration();
  1728.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1729.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1730.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1732.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1733.         $d->setConnectionName('default');
  1734.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1735.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!(data_sample_request_queue|mailer_queue|data_sample_added_queue))~'), => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')))]));
  1736.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1737.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1738.     }
  1739.     /**
  1740.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1741.      *
  1742.      * @return \Doctrine\ORM\EntityManager
  1743.      */
  1744.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1745.     {
  1746.         if ($lazyLoad) {
  1747.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1748.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1749.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1750.                     $proxy->setProxyInitializer(null);
  1751.                     return true;
  1752.                 });
  1753.             });
  1754.         }
  1755.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1774.         $a = new \Doctrine\ORM\Configuration();
  1775.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1776.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1777.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1778.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1779.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1780.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1781.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1782.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1783.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1784.         ], [
  1785.             'doctrine.ulid_generator' => '?',
  1786.             'doctrine.uuid_generator' => '?',
  1787.         ])));
  1788.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1789.         $a->setProxyNamespace('Proxies');
  1790.         $a->setAutoGenerateProxyClasses(true);
  1791.         $a->setSchemaIgnoreClasses([]);
  1792.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1793.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1794.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1795.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1796.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1797.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1798.         $a->setLazyGhostObjectEnabled(false);
  1799.         $a->setIdentityGenerationPreferences([]);
  1800.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1801.             'App\\Repository\\ChannelRepository' => ['privates''App\\Repository\\ChannelRepository''getChannelRepositoryService'false],
  1802.             'App\\Repository\\ChannelSettingCoefficientRepository' => ['privates''App\\Repository\\ChannelSettingCoefficientRepository''getChannelSettingCoefficientRepositoryService'false],
  1803.             'App\\Repository\\ChannelSettingRepository' => ['privates''App\\Repository\\ChannelSettingRepository''getChannelSettingRepositoryService'false],
  1804.             'App\\Repository\\CustomerActivationLogRepository' => ['privates''App\\Repository\\CustomerActivationLogRepository''getCustomerActivationLogRepositoryService'false],
  1805.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1806.             'App\\Repository\\DataSampleRepository' => ['privates''App\\Repository\\DataSampleRepository''getDataSampleRepositoryService'false],
  1807.             'App\\Repository\\DemoTokenRepository' => ['privates''App\\Repository\\DemoTokenRepository''getDemoTokenRepositoryService'false],
  1808.             'App\\Repository\\DeviceCommandRepository' => ['privates''App\\Repository\\DeviceCommandRepository''getDeviceCommandRepositoryService'false],
  1809.             'App\\Repository\\DeviceLastCommunicationRepository' => ['privates''App\\Repository\\DeviceLastCommunicationRepository''getDeviceLastCommunicationRepositoryService'false],
  1810.             'App\\Repository\\DeviceRepository' => ['privates''App\\Repository\\DeviceRepository''getDeviceRepositoryService'false],
  1811.             'App\\Repository\\LicenseRepository' => ['privates''App\\Repository\\LicenseRepository''getLicenseRepositoryService'false],
  1812.             'App\\Repository\\LineTypeGroupRepository' => ['privates''App\\Repository\\LineTypeGroupRepository''getLineTypeGroupRepositoryService'false],
  1813.             'App\\Repository\\LineTypeRepository' => ['privates''App\\Repository\\LineTypeRepository''getLineTypeRepositoryService'false],
  1814.             'App\\Repository\\MeasurementRepository' => ['privates''App\\Repository\\MeasurementRepository''getMeasurementRepositoryService'false],
  1815.             'App\\Repository\\MeasurementSettingRepository' => ['privates''App\\Repository\\MeasurementSettingRepository''getMeasurementSettingRepositoryService'false],
  1816.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1817.             'App\\Repository\\ProbeRepository' => ['privates''App\\Repository\\ProbeRepository''getProbeRepositoryService'false],
  1818.             'App\\Repository\\ProjectSettingRepository' => ['privates''App\\Repository\\ProjectSettingRepository''getProjectSettingRepositoryService'false],
  1819.             'App\\Repository\\RecipeRepository' => ['privates''App\\Repository\\RecipeRepository''getRecipeRepositoryService'false],
  1820.             'App\\Repository\\RecipeToSyncRepository' => ['privates''App\\Repository\\RecipeToSyncRepository''getRecipeToSyncRepositoryService'false],
  1821.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1822.             'App\\Repository\\UserSettingRepository' => ['privates''App\\Repository\\UserSettingRepository''getUserSettingRepositoryService'false],
  1823.         ], [
  1824.             'App\\Repository\\ChannelRepository' => '?',
  1825.             'App\\Repository\\ChannelSettingCoefficientRepository' => '?',
  1826.             'App\\Repository\\ChannelSettingRepository' => '?',
  1827.             'App\\Repository\\CustomerActivationLogRepository' => '?',
  1828.             'App\\Repository\\CustomerRepository' => '?',
  1829.             'App\\Repository\\DataSampleRepository' => '?',
  1830.             'App\\Repository\\DemoTokenRepository' => '?',
  1831.             'App\\Repository\\DeviceCommandRepository' => '?',
  1832.             'App\\Repository\\DeviceLastCommunicationRepository' => '?',
  1833.             'App\\Repository\\DeviceRepository' => '?',
  1834.             'App\\Repository\\LicenseRepository' => '?',
  1835.             'App\\Repository\\LineTypeGroupRepository' => '?',
  1836.             'App\\Repository\\LineTypeRepository' => '?',
  1837.             'App\\Repository\\MeasurementRepository' => '?',
  1838.             'App\\Repository\\MeasurementSettingRepository' => '?',
  1839.             'App\\Repository\\NotificationRepository' => '?',
  1840.             'App\\Repository\\ProbeRepository' => '?',
  1841.             'App\\Repository\\ProjectSettingRepository' => '?',
  1842.             'App\\Repository\\RecipeRepository' => '?',
  1843.             'App\\Repository\\RecipeToSyncRepository' => '?',
  1844.             'App\\Repository\\UserRepository' => '?',
  1845.             'App\\Repository\\UserSettingRepository' => '?',
  1846.         ])));
  1847.         $a->addCustomStringFunction('JSON_GET_TEXT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonGetText');
  1848.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1849.         $a->addCustomStringFunction('SLUGIFY''App\\ORM\\Functions\\SlugifyFunction');
  1850.         $a->addCustomStringFunction('DATE_FORMAT''Oro\\ORM\\Query\\AST\\Functions\\String\\DateFormat');
  1851.         $a->addCustomNumericFunction('YEAR''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1852.         $a->addCustomNumericFunction('MONTH''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1853.         $a->addCustomNumericFunction('DAY''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1854.         $a->addCustomNumericFunction('HOUR''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1855.         $a->addCustomNumericFunction('MINUTE''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1856.         $a->addCustomDatetimeFunction('DATE''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1857.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1858.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1859.         return $instance;
  1860.     }
  1861.     /**
  1862.      * Gets the public 'easyadmin.autocomplete' shared service.
  1863.      *
  1864.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1865.      */
  1866.     protected function getEasyadmin_AutocompleteService()
  1867.     {
  1868.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1871.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1872.     }
  1873.     /**
  1874.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1875.      *
  1876.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1877.      */
  1878.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1882.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  1883.         $instance->setName('make:admin:migration');
  1884.         return $instance;
  1885.     }
  1886.     /**
  1887.      * Gets the public 'easyadmin.config.manager' shared service.
  1888.      *
  1889.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1890.      */
  1891.     protected function getEasyadmin_Config_ManagerService()
  1892.     {
  1893.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1894.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1895.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1896.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('en'));
  1897.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1898.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1899.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1900.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1901.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1902.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1903.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1904.         return $instance;
  1905.     }
  1906.     /**
  1907.      * Gets the public 'easyadmin.filter.registry' shared service.
  1908.      *
  1909.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1910.      */
  1911.     protected function getEasyadmin_Filter_RegistryService()
  1912.     {
  1913.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  1914.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  1915.         }, 1));
  1916.     }
  1917.     /**
  1918.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  1919.      *
  1920.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  1921.      */
  1922.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  1923.     {
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  1927.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1928.     }
  1929.     /**
  1930.      * Gets the public 'easyadmin.listener.controller' shared service.
  1931.      *
  1932.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1933.      */
  1934.     protected function getEasyadmin_Listener_ControllerService()
  1935.     {
  1936.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1937.         if (isset($this->services['easyadmin.listener.controller'])) {
  1938.             return $this->services['easyadmin.listener.controller'];
  1939.         }
  1940.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1941.     }
  1942.     /**
  1943.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  1944.      *
  1945.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  1946.      */
  1947.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  1948.     {
  1949.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  1950.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1951.     }
  1952.     /**
  1953.      * Gets the public 'easyadmin.paginator' shared service.
  1954.      *
  1955.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  1956.      */
  1957.     protected function getEasyadmin_PaginatorService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1960.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  1961.     }
  1962.     /**
  1963.      * Gets the public 'easyadmin.property_accessor' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1966.      */
  1967.     protected function getEasyadmin_PropertyAccessorService()
  1968.     {
  1969.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1970.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1971.     }
  1972.     /**
  1973.      * Gets the public 'easyadmin.query_builder' shared service.
  1974.      *
  1975.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  1976.      */
  1977.     protected function getEasyadmin_QueryBuilderService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  1980.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1981.     }
  1982.     /**
  1983.      * Gets the public 'easyadmin.router' shared service.
  1984.      *
  1985.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1986.      */
  1987.     protected function getEasyadmin_RouterService()
  1988.     {
  1989.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1990.         if (isset($this->services['easyadmin.router'])) {
  1991.             return $this->services['easyadmin.router'];
  1992.         }
  1993.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1994.     }
  1995.     /**
  1996.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1997.      *
  1998.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1999.      */
  2000.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  2001.     {
  2002.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2003.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  2004.             return $this->services['easyadmin.security.authorization_checker'];
  2005.         }
  2006.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2007.     }
  2008.     /**
  2009.      * Gets the public 'error_controller' shared service.
  2010.      *
  2011.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2012.      */
  2013.     protected function getErrorController2Service()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2020.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2021.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'event_dispatcher' shared service.
  2025.      *
  2026.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2027.      */
  2028.     protected function getEventDispatcherService()
  2029.     {
  2030.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2031.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2032.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2033.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2034.         $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())));
  2035.         $instance->addListener('kernel.controller', [=> function () {
  2036.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2037.         }, => 'onKernelController'], 0);
  2038.         $instance->addListener('console.command', [=> function () {
  2039.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  2040.         }, => 'onConsoleCommand'], 0);
  2041.         $instance->addListener('kernel.controller', [=> function () {
  2042.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  2043.         }, => 'onKernelController'], 0);
  2044.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  2045.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  2046.         }, => 'initializeRequest'], 0);
  2047.         $instance->addListener('kernel.request', [=> function () {
  2048.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  2049.         }, => 'onKernelRequest'], 34);
  2050.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2051.             return ($this->privates['App\\EventSubscriber\\AppCacheSubscriber'] ?? $this->getAppCacheSubscriberService());
  2052.         }, => 'onKernelController'], 1);
  2053.         $instance->addListener('kernel.response', [=> function () {
  2054.             return ($this->privates['App\\EventSubscriber\\AppCacheSubscriber'] ?? $this->getAppCacheSubscriberService());
  2055.         }, => 'onKernelResponse'], 10);
  2056.         $instance->addListener('kernel.response', [=> function () {
  2057.             return ($this->privates['App\\EventSubscriber\\AppErrorSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AppErrorSubscriber'] = new \App\EventSubscriber\AppErrorSubscriber([=> $this->getEnv('DEVICE_ADD_SAMPLE_PATH'), => '/api/add-sample-v2'])));
  2058.         }, => 'onKernelResponse'], 0);
  2059.         $instance->addListener('kernel.controller', [=> function () {
  2060.             return ($this->privates['App\\EventSubscriber\\DataTransformerDependencySubscriber'] ?? ($this->privates['App\\EventSubscriber\\DataTransformerDependencySubscriber'] = new \App\EventSubscriber\DataTransformerDependencySubscriber()));
  2061.         }, => 'onKernelController'], 0);
  2062.         $instance->addListener('kernel.controller', [=> function () {
  2063.             return ($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] ?? $this->getIdempotenceSubscriberService());
  2064.         }, => 'onKernelController'], -2);
  2065.         $instance->addListener('kernel.response', [=> function () {
  2066.             return ($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] ?? $this->getIdempotenceSubscriberService());
  2067.         }, => 'onKernelResponse'], 10);
  2068.         $instance->addListener('kernel.request', [=> function () {
  2069.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2070.         }, => 'onKernelRequest'], 20);
  2071.         $instance->addListener('security.interactive_login', [=> function () {
  2072.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2073.         }, => 'onSecurityInteractiveLogin'], 18);
  2074.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2075.             return ($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'] ?? $this->getMeasurementViewSubscriberService());
  2076.         }, => 'onControllerArguments'], 1);
  2077.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2078.             return ($this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'] ?? $this->getParamSettingsSubscriberService());
  2079.         }, => 'onControllerArguments'], 2);
  2080.         $instance->addListener('kernel.request', [=> function () {
  2081.             return ($this->privates['App\\EventSubscriber\\RequestDecryptingSubscriber'] ?? $this->getRequestDecryptingSubscriberService());
  2082.         }, => 'onKernelRequest'], 9999);
  2083.         $instance->addListener('kernel.response', [=> function () {
  2084.             return ($this->privates['App\\EventSubscriber\\ResponseEncryptingSubscriber'] ?? $this->getResponseEncryptingSubscriberService());
  2085.         }, => 'onKernelResponse'], -9999);
  2086.         $instance->addListener('kernel.response', [=> function () {
  2087.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2088.         }, => 'onKernelResponse'], 0);
  2089.         $instance->addListener('kernel.response', [=> function () {
  2090.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2091.         }, => 'onKernelResponse'], -1024);
  2092.         $instance->addListener('kernel.request', [=> function () {
  2093.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2094.         }, => 'setDefaultLocale'], 100);
  2095.         $instance->addListener('kernel.request', [=> function () {
  2096.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2097.         }, => 'onKernelRequest'], 16);
  2098.         $instance->addListener('kernel.finish_request', [=> function () {
  2099.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2100.         }, => 'onKernelFinishRequest'], 0);
  2101.         $instance->addListener('kernel.request', [=> function () {
  2102.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2103.         }, => 'onKernelRequest'], 256);
  2104.         $instance->addListener('kernel.response', [=> function () {
  2105.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2106.         }, => 'onResponse'], -255);
  2107.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2108.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2109.         }, => 'onControllerArguments'], 0);
  2110.         $instance->addListener('kernel.exception', [=> function () {
  2111.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2112.         }, => 'logKernelException'], 0);
  2113.         $instance->addListener('kernel.exception', [=> function () {
  2114.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2115.         }, => 'onKernelException'], -128);
  2116.         $instance->addListener('kernel.response', [=> function () {
  2117.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2118.         }, => 'removeCspHeader'], -128);
  2119.         $instance->addListener('kernel.request', [=> function () {
  2120.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2121.         }, => 'onKernelRequest'], 15);
  2122.         $instance->addListener('kernel.finish_request', [=> function () {
  2123.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2124.         }, => 'onKernelFinishRequest'], -15);
  2125.         $instance->addListener('console.error', [=> function () {
  2126.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2127.         }, => 'onConsoleError'], -128);
  2128.         $instance->addListener('console.terminate', [=> function () {
  2129.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2130.         }, => 'onConsoleTerminate'], -128);
  2131.         $instance->addListener('console.error', [=> function () {
  2132.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2133.         }, => 'onConsoleError'], 0);
  2134.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2135.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2136.         }, => 'onMessage'], -255);
  2137.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2138.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2139.         }, => 'onMessage'], -255);
  2140.         $instance->addListener('kernel.request', [=> function () {
  2141.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2142.         }, => 'configure'], 2048);
  2143.         $instance->addListener('console.command', [=> function () {
  2144.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2145.         }, => 'configure'], 2048);
  2146.         $instance->addListener('kernel.request', [=> function () {
  2147.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2148.         }, => 'onKernelRequest'], 32);
  2149.         $instance->addListener('kernel.finish_request', [=> function () {
  2150.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2151.         }, => 'onKernelFinishRequest'], 0);
  2152.         $instance->addListener('kernel.exception', [=> function () {
  2153.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2154.         }, => 'onKernelException'], -64);
  2155.         $instance->addListener('kernel.response', [=> function () {
  2156.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2157.         }, => 'onKernelResponse'], 0);
  2158.         $instance->addListener('kernel.request', [=> function () {
  2159.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2160.         }, => 'onKernelRequest'], 128);
  2161.         $instance->addListener('kernel.response', [=> function () {
  2162.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2163.         }, => 'onKernelResponse'], -1000);
  2164.         $instance->addListener('kernel.finish_request', [=> function () {
  2165.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2166.         }, => 'onFinishRequest'], 0);
  2167.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2168.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2169.         }, => 'onMessageFailed'], 100);
  2170.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2171.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2172.         }, => 'onMessageFailed'], 200);
  2173.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2174.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2175.         }, => 'onWorkerRunning'], 100);
  2176.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2177.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2178.         }, => 'onWorkerStarted'], 0);
  2179.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2180.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2181.         }, => 'onWorkerRunning'], 0);
  2182.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2183.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  2184.         }, => 'onWorkerStarted'], 100);
  2185.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2186.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2187.         }, => 'onMessageFailed'], 0);
  2188.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2189.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2190.         }, => 'onWorkerRunning'], 0);
  2191.         $instance->addListener('kernel.response', [=> function () {
  2192.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2193.         }, => 'onKernelResponse'], -100);
  2194.         $instance->addListener('kernel.exception', [=> function () {
  2195.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2196.         }, => 'onKernelException'], 0);
  2197.         $instance->addListener('kernel.terminate', [=> function () {
  2198.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2199.         }, => 'onKernelTerminate'], -1024);
  2200.         $instance->addListener('kernel.controller', [=> function () {
  2201.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2202.         }, => 'onKernelController'], 0);
  2203.         $instance->addListener('kernel.response', [=> function () {
  2204.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2205.         }, => 'onKernelResponse'], 0);
  2206.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2207.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2208.         }, => 'onMessage'], 0);
  2209.         $instance->addListener('kernel.controller', [=> function () {
  2210.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2211.         }, => 'onKernelController'], 0);
  2212.         $instance->addListener('kernel.controller', [=> function () {
  2213.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2214.         }, => 'onKernelController'], 0);
  2215.         $instance->addListener('kernel.controller', [=> function () {
  2216.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2217.         }, => 'onKernelController'], -128);
  2218.         $instance->addListener('kernel.view', [=> function () {
  2219.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2220.         }, => 'onKernelView'], 0);
  2221.         $instance->addListener('kernel.controller', [=> function () {
  2222.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2223.         }, => 'onKernelController'], 0);
  2224.         $instance->addListener('kernel.response', [=> function () {
  2225.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2226.         }, => 'onKernelResponse'], 0);
  2227.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2228.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2229.         }, => 'onKernelControllerArguments'], 0);
  2230.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2231.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2232.         }, => 'onKernelControllerArguments'], 0);
  2233.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2234.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2235.         }, => 'onWorkerMessageHandled'], 0);
  2236.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2237.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2238.         }, => 'onWorkerMessageFailed'], 0);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2241.         }, => 'onKernelResponse'], 0);
  2242.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2243.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2244.         }, => 'onVoterVote'], 0);
  2245.         $instance->addListener('kernel.request', [=> function () {
  2246.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2247.         }, => 'configureLogoutUrlGenerator'], 8);
  2248.         $instance->addListener('kernel.request', [=> function () {
  2249.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2250.         }, => 'onKernelRequest'], 8);
  2251.         $instance->addListener('kernel.finish_request', [=> function () {
  2252.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2253.         }, => 'onKernelFinishRequest'], 0);
  2254.         $instance->addListener('kernel.response', [=> function () {
  2255.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2256.         }, => 'onKernelResponse'], -128);
  2257.         $instance->addListener('console.command', [=> function () {
  2258.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2259.         }, => 'onCommand'], 255);
  2260.         $instance->addListener('console.terminate', [=> function () {
  2261.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2262.         }, => 'onTerminate'], -255);
  2263.         $instance->addListener('console.command', [=> function () {
  2264.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2265.         }, => 'configure'], 1024);
  2266.         $instance->addListener('console.error', [=> function () {
  2267.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2268.         }, => 'onConsoleError'], 0);
  2269.         $instance->addListener('console.terminate', [=> function () {
  2270.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2271.         }, => 'onConsoleTerminate'], 0);
  2272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2273.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2274.         }, => 'onLogout'], 0);
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the public 'fos_rest.view_handler' shared service.
  2279.      *
  2280.      * @return \FOS\RestBundle\View\ViewHandler
  2281.      */
  2282.     protected function getFosRest_ViewHandlerService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  2289.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  2290.     }
  2291.     /**
  2292.      * Gets the public 'http_kernel' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2295.      */
  2296.     protected function getHttpKernelService()
  2297.     {
  2298.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2299.         if (isset($this->services['http_kernel'])) {
  2300.             return $this->services['http_kernel'];
  2301.         }
  2302.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2303.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2304.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2305.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2306.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2307.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2308.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2309.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2310.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2311.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2312.     }
  2313.     /**
  2314.      * Gets the public 'knp_snappy.image' shared service.
  2315.      *
  2316.      * @return \Knp\Snappy\Image
  2317.      */
  2318.     protected function getKnpSnappy_ImageService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  2323.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  2324.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the public 'knp_snappy.pdf' shared service.
  2329.      *
  2330.      * @return \Knp\Snappy\Pdf
  2331.      */
  2332.     protected function getKnpSnappy_PdfService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  2337.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  2338.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2339.         return $instance;
  2340.     }
  2341.     /**
  2342.      * Gets the public 'messenger.default_bus' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2345.      */
  2346.     protected function getMessenger_DefaultBusService()
  2347.     {
  2348.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2349.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2350.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2351.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2352.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2353.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2354.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2355.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2356.         }, 7)));
  2357.     }
  2358.     /**
  2359.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  2360.      *
  2361.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  2362.      */
  2363.     protected function getNelmioApiDoc_Command_DumpService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  2367.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2368.         $instance->setName('nelmio:apidoc:dump');
  2369.         return $instance;
  2370.     }
  2371.     /**
  2372.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  2373.      *
  2374.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2375.      */
  2376.     protected function getNelmioApiDoc_Controller_RedoclyService()
  2377.     {
  2378.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2379.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  2380.     }
  2381.     /**
  2382.      * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  2383.      *
  2384.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2385.      */
  2386.     protected function getNelmioApiDoc_Controller_StoplightService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2389.         return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  2390.     }
  2391.     /**
  2392.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  2393.      *
  2394.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2395.      */
  2396.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  2399.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2400.     }
  2401.     /**
  2402.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2403.      *
  2404.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2405.      */
  2406.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2409.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  2410.     }
  2411.     /**
  2412.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  2413.      *
  2414.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  2415.      */
  2416.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  2419.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2420.     }
  2421.     /**
  2422.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2423.      *
  2424.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2425.      */
  2426.     protected function getNelmioApiDoc_Generator_DefaultService()
  2427.     {
  2428.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  2432.         $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  2433.         $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  2434.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2435.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2436.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2437.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  2438.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2439.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2440.         }, 5), new RewindableGenerator(function () {
  2441.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  2442.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  2443.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2444.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2445.         }, 4), NULL'openapi_doc.default'$a);
  2446.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  2447.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2448.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2449.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2451.         $instance->setAlternativeNames([]);
  2452.         $instance->setMediaTypes([=> 'json']);
  2453.         $instance->setLogger($b);
  2454.         $instance->setOpenApiVersion(NULL);
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  2459.      *
  2460.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  2461.      */
  2462.     protected function getNelmioApiDoc_RenderDocsService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  2469.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2470.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  2471.         ], [
  2472.             'default' => '?',
  2473.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn''swagger_ui_config' => [], 'redocly_config' => [], 'stoplight_config' => []]));
  2474.     }
  2475.     /**
  2476.      * Gets the public 'request_stack' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2479.      */
  2480.     protected function getRequestStackService()
  2481.     {
  2482.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2483.     }
  2484.     /**
  2485.      * Gets the public 'router' shared service.
  2486.      *
  2487.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2488.      */
  2489.     protected function getRouterService()
  2490.     {
  2491.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2492.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2493.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2494.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2496.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2497.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2498.         ], [
  2499.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2500.         ]))->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');
  2501.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2502.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'routing.loader' shared service.
  2507.      *
  2508.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2509.      */
  2510.     protected function getRouting_LoaderService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2536.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2537.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2538.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2539.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2540.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2541.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2542.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2543.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2544.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2545.             'kernel' => ['services''kernel''getKernelService'false],
  2546.         ], [
  2547.             'kernel' => 'App\\Kernel',
  2548.         ]), 'dev'));
  2549.         $a->addLoader($c);
  2550.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2551.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2552.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2553.     }
  2554.     /**
  2555.      * Gets the public 'services_resetter' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2558.      */
  2559.     protected function getServicesResetterService()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2562.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2563.             if (isset($this->services['cache.app'])) {
  2564.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2565.             }
  2566.             if (isset($this->services['cache.system'])) {
  2567.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2568.             }
  2569.             if (isset($this->privates['cache.validator'])) {
  2570.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2571.             }
  2572.             if (isset($this->privates['cache.serializer'])) {
  2573.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2574.             }
  2575.             if (isset($this->privates['cache.annotations'])) {
  2576.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2577.             }
  2578.             if (isset($this->privates['cache.property_info'])) {
  2579.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2580.             }
  2581.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2582.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2583.             }
  2584.             if (isset($this->privates['.debug.http_client'])) {
  2585.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2586.             }
  2587.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2588.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2589.             }
  2590.             if (isset($this->privates['debug.stopwatch'])) {
  2591.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2592.             }
  2593.             if (isset($this->services['event_dispatcher'])) {
  2594.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2595.             }
  2596.             if (isset($this->privates['session_listener'])) {
  2597.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2598.             }
  2599.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2600.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2601.             }
  2602.             if (isset($this->services['cache.validator_expression_language'])) {
  2603.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2604.             }
  2605.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2606.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2607.             }
  2608.             if (isset($this->services['.container.private.profiler'])) {
  2609.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2610.             }
  2611.             if (isset($this->services['.container.private.validator'])) {
  2612.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2613.             }
  2614.             if (isset($this->privates['twig.form.engine'])) {
  2615.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2616.             }
  2617.             if (isset($this->services['doctrine'])) {
  2618.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2619.             }
  2620.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2621.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2622.             }
  2623.             if (isset($this->privates['form.type.entity'])) {
  2624.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2625.             }
  2626.             if (isset($this->services['.container.private.security.token_storage'])) {
  2627.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2628.             }
  2629.             if (isset($this->privates['cache.security_expression_language'])) {
  2630.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2631.             }
  2632.             if (isset($this->privates['debug.security.firewall'])) {
  2633.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2634.             }
  2635.             if (isset($this->privates['monolog.handler.main'])) {
  2636.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2637.             }
  2638.             if (isset($this->privates['monolog.handler.console'])) {
  2639.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2640.             }
  2641.             if (isset($this->privates['cache.easyadmin'])) {
  2642.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  2643.             }
  2644.             if (isset($this->services['fos_rest.view_handler'])) {
  2645.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2646.             }
  2647.             if (isset($this->privates['.debug.http_client'])) {
  2648.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2649.             }
  2650.         }, function () {
  2651.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['.debug.http_client']));
  2652.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2653.     }
  2654.     /**
  2655.      * Gets the public 'translator' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2658.      */
  2659.     protected function getTranslatorService()
  2660.     {
  2661.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2662.     }
  2663.     /**
  2664.      * Gets the public 'var_dumper.cloner' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2667.      */
  2668.     protected function getVarDumper_ClonerService()
  2669.     {
  2670.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2671.         $instance->setMaxItems(2500);
  2672.         $instance->setMinDepth(1);
  2673.         $instance->setMaxString(-1);
  2674.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2675.         return $instance;
  2676.     }
  2677.     /**
  2678.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2679.      *
  2680.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2681.      */
  2682.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2685.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2686.     }
  2687.     /**
  2688.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2689.      *
  2690.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2691.      */
  2692.     protected function getWebProfiler_Controller_ProfilerService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2695.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2696.     }
  2697.     /**
  2698.      * Gets the public 'web_profiler.controller.router' shared service.
  2699.      *
  2700.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2701.      */
  2702.     protected function getWebProfiler_Controller_RouterService()
  2703.     {
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2705.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2706.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2707.         }, 1));
  2708.     }
  2709.     /**
  2710.      * Gets the private '.console.command.about.lazy' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Console\Command\LazyCommand
  2713.      */
  2714.     protected function get_Console_Command_About_LazyService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2718.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2719.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2720.         });
  2721.     }
  2722.     /**
  2723.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\Console\Command\LazyCommand
  2726.      */
  2727.     protected function get_Console_Command_AssetsInstall_LazyService()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2731.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2732.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2733.         });
  2734.     }
  2735.     /**
  2736.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2737.      *
  2738.      * @return \Symfony\Component\Console\Command\LazyCommand
  2739.      */
  2740.     protected function get_Console_Command_CacheClear_LazyService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2744.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2745.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2746.         });
  2747.     }
  2748.     /**
  2749.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2750.      *
  2751.      * @return \Symfony\Component\Console\Command\LazyCommand
  2752.      */
  2753.     protected function get_Console_Command_CachePoolClear_LazyService()
  2754.     {
  2755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2757.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2758.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2759.         });
  2760.     }
  2761.     /**
  2762.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\Console\Command\LazyCommand
  2765.      */
  2766.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2767.     {
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2770.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2771.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2772.         });
  2773.     }
  2774.     /**
  2775.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\Console\Command\LazyCommand
  2778.      */
  2779.     protected function get_Console_Command_CachePoolList_LazyService()
  2780.     {
  2781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2783.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2784.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2785.         });
  2786.     }
  2787.     /**
  2788.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2789.      *
  2790.      * @return \Symfony\Component\Console\Command\LazyCommand
  2791.      */
  2792.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2793.     {
  2794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2796.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2797.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2798.         });
  2799.     }
  2800.     /**
  2801.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2802.      *
  2803.      * @return \Symfony\Component\Console\Command\LazyCommand
  2804.      */
  2805.     protected function get_Console_Command_CacheWarmup_LazyService()
  2806.     {
  2807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2809.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2810.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2811.         });
  2812.     }
  2813.     /**
  2814.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\Console\Command\LazyCommand
  2817.      */
  2818.     protected function get_Console_Command_ConfigDebug_LazyService()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2822.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2823.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2824.         });
  2825.     }
  2826.     /**
  2827.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\Console\Command\LazyCommand
  2830.      */
  2831.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2832.     {
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2835.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2836.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2837.         });
  2838.     }
  2839.     /**
  2840.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2841.      *
  2842.      * @return \Symfony\Component\Console\Command\LazyCommand
  2843.      */
  2844.     protected function get_Console_Command_ContainerDebug_LazyService()
  2845.     {
  2846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2848.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2849.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2850.         });
  2851.     }
  2852.     /**
  2853.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2854.      *
  2855.      * @return \Symfony\Component\Console\Command\LazyCommand
  2856.      */
  2857.     protected function get_Console_Command_ContainerLint_LazyService()
  2858.     {
  2859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2861.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2862.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2863.         });
  2864.     }
  2865.     /**
  2866.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\Console\Command\LazyCommand
  2869.      */
  2870.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2874.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2875.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2876.         });
  2877.     }
  2878.     /**
  2879.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\Console\Command\LazyCommand
  2882.      */
  2883.     protected function get_Console_Command_DotenvDebug_LazyService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2887.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2888.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2889.         });
  2890.     }
  2891.     /**
  2892.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2893.      *
  2894.      * @return \Symfony\Component\Console\Command\LazyCommand
  2895.      */
  2896.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2900.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2901.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2902.         });
  2903.     }
  2904.     /**
  2905.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2906.      *
  2907.      * @return \Symfony\Component\Console\Command\LazyCommand
  2908.      */
  2909.     protected function get_Console_Command_FormDebug_LazyService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2913.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2914.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2915.         });
  2916.     }
  2917.     /**
  2918.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\Console\Command\LazyCommand
  2921.      */
  2922.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2926.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  2927.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2928.         });
  2929.     }
  2930.     /**
  2931.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\Console\Command\LazyCommand
  2934.      */
  2935.     protected function get_Console_Command_MessengerDebug_LazyService()
  2936.     {
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2939.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  2940.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2941.         });
  2942.     }
  2943.     /**
  2944.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2945.      *
  2946.      * @return \Symfony\Component\Console\Command\LazyCommand
  2947.      */
  2948.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2952.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  2953.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2954.         });
  2955.     }
  2956.     /**
  2957.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\Console\Command\LazyCommand
  2960.      */
  2961.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2965.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  2966.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2967.         });
  2968.     }
  2969.     /**
  2970.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\Console\Command\LazyCommand
  2973.      */
  2974.     protected function get_Console_Command_RouterDebug_LazyService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2978.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2979.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2980.         });
  2981.     }
  2982.     /**
  2983.      * Gets the private '.console.command.router_match.lazy' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\Console\Command\LazyCommand
  2986.      */
  2987.     protected function get_Console_Command_RouterMatch_LazyService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2991.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2992.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2993.         });
  2994.     }
  2995.     /**
  2996.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\Console\Command\LazyCommand
  2999.      */
  3000.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3001.     {
  3002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3004.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3005.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3006.         });
  3007.     }
  3008.     /**
  3009.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3010.      *
  3011.      * @return \Symfony\Component\Console\Command\LazyCommand
  3012.      */
  3013.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3017.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3018.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3019.         });
  3020.     }
  3021.     /**
  3022.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\Console\Command\LazyCommand
  3025.      */
  3026.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3030.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3031.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3032.         });
  3033.     }
  3034.     /**
  3035.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Console\Command\LazyCommand
  3038.      */
  3039.     protected function get_Console_Command_SecretsList_LazyService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3043.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3044.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3045.         });
  3046.     }
  3047.     /**
  3048.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Console\Command\LazyCommand
  3051.      */
  3052.     protected function get_Console_Command_SecretsRemove_LazyService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3056.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3057.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3058.         });
  3059.     }
  3060.     /**
  3061.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\Console\Command\LazyCommand
  3064.      */
  3065.     protected function get_Console_Command_SecretsSet_LazyService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3069.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3070.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3071.         });
  3072.     }
  3073.     /**
  3074.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Console\Command\LazyCommand
  3077.      */
  3078.     protected function get_Console_Command_TranslationDebug_LazyService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3082.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3083.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3084.         });
  3085.     }
  3086.     /**
  3087.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Console\Command\LazyCommand
  3090.      */
  3091.     protected function get_Console_Command_TranslationExtract_LazyService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3095.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3096.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3097.         });
  3098.     }
  3099.     /**
  3100.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Console\Command\LazyCommand
  3103.      */
  3104.     protected function get_Console_Command_TranslationPull_LazyService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3108.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3109.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3110.         });
  3111.     }
  3112.     /**
  3113.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\Console\Command\LazyCommand
  3116.      */
  3117.     protected function get_Console_Command_TranslationPush_LazyService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3121.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3122.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3123.         });
  3124.     }
  3125.     /**
  3126.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\Console\Command\LazyCommand
  3129.      */
  3130.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3134.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3135.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3136.         });
  3137.     }
  3138.     /**
  3139.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3140.      *
  3141.      * @return \Symfony\Component\Console\Command\LazyCommand
  3142.      */
  3143.     protected function get_Console_Command_XliffLint_LazyService()
  3144.     {
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3147.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3148.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3149.         });
  3150.     }
  3151.     /**
  3152.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\Console\Command\LazyCommand
  3155.      */
  3156.     protected function get_Console_Command_YamlLint_LazyService()
  3157.     {
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3160.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3161.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3162.         });
  3163.     }
  3164.     /**
  3165.      * Gets the private '.debug.http_client' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3168.      */
  3169.     protected function get_Debug_HttpClientService()
  3170.     {
  3171.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3172.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3173.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3174.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3175.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3176.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3177.         $a->setLogger($b);
  3178.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3179.     }
  3180.     /**
  3181.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3184.      */
  3185.     protected function getLoaderInterfaceService()
  3186.     {
  3187.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3188.     }
  3189.     /**
  3190.      * Gets the private '.errored..service_locator.Ywt4k6p.Symfony\Component\Form\Form' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\Form\Form
  3193.      */
  3194.     protected function getFormService()
  3195.     {
  3196.         $this->throw('Cannot autowire service ".service_locator.Ywt4k6p": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
  3197.     }
  3198.     /**
  3199.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\Console\Command\LazyCommand
  3202.      */
  3203.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3204.     {
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3207.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3208.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3209.         });
  3210.     }
  3211.     /**
  3212.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3213.      *
  3214.      * @return \Symfony\Component\Console\Command\LazyCommand
  3215.      */
  3216.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3217.     {
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3220.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3221.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3222.         });
  3223.     }
  3224.     /**
  3225.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\Console\Command\LazyCommand
  3228.      */
  3229.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3233.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3234.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3235.         });
  3236.     }
  3237.     /**
  3238.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Console\Command\LazyCommand
  3241.      */
  3242.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3246.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3247.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3248.         });
  3249.     }
  3250.     /**
  3251.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Console\Command\LazyCommand
  3254.      */
  3255.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3259.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3260.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3261.         });
  3262.     }
  3263.     /**
  3264.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Console\Command\LazyCommand
  3267.      */
  3268.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3272.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3273.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3274.         });
  3275.     }
  3276.     /**
  3277.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\Console\Command\LazyCommand
  3280.      */
  3281.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3285.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3286.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3287.         });
  3288.     }
  3289.     /**
  3290.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\Console\Command\LazyCommand
  3293.      */
  3294.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3298.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3299.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3300.         });
  3301.     }
  3302.     /**
  3303.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\Console\Command\LazyCommand
  3306.      */
  3307.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3308.     {
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3311.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3312.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3313.         });
  3314.     }
  3315.     /**
  3316.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\Console\Command\LazyCommand
  3319.      */
  3320.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3324.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3325.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3326.         });
  3327.     }
  3328.     /**
  3329.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3330.      *
  3331.      * @return \Symfony\Component\Console\Command\LazyCommand
  3332.      */
  3333.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3334.     {
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3337.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3338.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3339.         });
  3340.     }
  3341.     /**
  3342.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\Console\Command\LazyCommand
  3345.      */
  3346.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3350.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3351.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3352.         });
  3353.     }
  3354.     /**
  3355.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\Console\Command\LazyCommand
  3358.      */
  3359.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3363.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3364.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3365.         });
  3366.     }
  3367.     /**
  3368.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3369.      *
  3370.      * @return \Symfony\Component\Console\Command\LazyCommand
  3371.      */
  3372.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3376.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3377.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3378.         });
  3379.     }
  3380.     /**
  3381.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\Console\Command\LazyCommand
  3384.      */
  3385.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3389.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3390.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3391.         });
  3392.     }
  3393.     /**
  3394.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\Console\Command\LazyCommand
  3397.      */
  3398.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3399.     {
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3402.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3403.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3404.         });
  3405.     }
  3406.     /**
  3407.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Console\Command\LazyCommand
  3410.      */
  3411.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3412.     {
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3415.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3416.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3417.         });
  3418.     }
  3419.     /**
  3420.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3421.      *
  3422.      * @return \Symfony\Component\Console\Command\LazyCommand
  3423.      */
  3424.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3428.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3429.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3430.         });
  3431.     }
  3432.     /**
  3433.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\Console\Command\LazyCommand
  3436.      */
  3437.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3441.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3442.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3443.         });
  3444.     }
  3445.     /**
  3446.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\Console\Command\LazyCommand
  3449.      */
  3450.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3454.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3455.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3456.         });
  3457.     }
  3458.     /**
  3459.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3460.      *
  3461.      * @return \Symfony\Component\Console\Command\LazyCommand
  3462.      */
  3463.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3467.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3468.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3469.         });
  3470.     }
  3471.     /**
  3472.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\Console\Command\LazyCommand
  3475.      */
  3476.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3480.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3481.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3482.         });
  3483.     }
  3484.     /**
  3485.      * Gets the private '.messenger.handler_descriptor.3iy9Gbr' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3488.      */
  3489.     protected function get_Messenger_HandlerDescriptor_3iy9GbrService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3493.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  3494.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  3495.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/NotificationHandler.php';
  3496.         include_once \dirname(__DIR__4).'/src/Service/BatteryLevelNotificationService.php';
  3497.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  3498.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3499.         if (isset($this->privates['.messenger.handler_descriptor.3iy9Gbr'])) {
  3500.             return $this->privates['.messenger.handler_descriptor.3iy9Gbr'];
  3501.         }
  3502.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3503.         if (isset($this->privates['.messenger.handler_descriptor.3iy9Gbr'])) {
  3504.             return $this->privates['.messenger.handler_descriptor.3iy9Gbr'];
  3505.         }
  3506.         $c = ($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory($this->getEnv('MAILER_DSN_SENDER_NAME'), $this->getEnv('MAILER_DSN_SENDER_EMAIL'))));
  3507.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  3508.         return $this->privates['.messenger.handler_descriptor.3iy9Gbr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\NotificationHandler($a$b$c, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Factory\\ChannelViewFactory'] ?? ($this->privates['App\\Factory\\ChannelViewFactory'] = new \App\Factory\ChannelViewFactory())), $d, new \App\Service\BatteryLevelNotificationService($a$b$c$d)), []);
  3509.     }
  3510.     /**
  3511.      * Gets the private '.messenger.handler_descriptor.5ZQnKgk' shared service.
  3512.      *
  3513.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3514.      */
  3515.     protected function get_Messenger_HandlerDescriptor_5ZQnKgkService()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3519.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/EmailHandler.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  3522.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3523.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3524.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3525.         }
  3526.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3527.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3528.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3529.         }
  3530.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3531.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3532.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3533.         }
  3534.         return $this->privates['.messenger.handler_descriptor.5ZQnKgk'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\EmailHandler(new \Symfony\Component\Mailer\Mailer($a$b$c)), []);
  3535.     }
  3536.     /**
  3537.      * Gets the private '.messenger.handler_descriptor.B3epLWt' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3540.      */
  3541.     protected function get_Messenger_HandlerDescriptor_B3epLWtService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3545.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/DataSampleHandler.php';
  3546.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3547.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3548.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3549.         }
  3550.         $b = ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService());
  3551.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3552.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3553.         }
  3554.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3555.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3556.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3557.         }
  3558.         return $this->privates['.messenger.handler_descriptor.B3epLWt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\DataSampleHandler($a$b$c), []);
  3559.     }
  3560.     /**
  3561.      * Gets the private '.messenger.handler_descriptor._PzCrgG' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3564.      */
  3565.     protected function get_Messenger_HandlerDescriptor_PzCrgGService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3569.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ProjectInfoHandler.php';
  3570.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3571.         if (isset($this->privates['.messenger.handler_descriptor._PzCrgG'])) {
  3572.             return $this->privates['.messenger.handler_descriptor._PzCrgG'];
  3573.         }
  3574.         return $this->privates['.messenger.handler_descriptor._PzCrgG'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\ProjectInfoHandler($a), []);
  3575.     }
  3576.     /**
  3577.      * Gets the private '.messenger.handler_descriptor.ioJXN1j' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3580.      */
  3581.     protected function get_Messenger_HandlerDescriptor_IoJXN1jService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3585.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  3586.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  3587.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php';
  3588.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  3589.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3590.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3591.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3592.         }
  3593.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3594.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3595.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3596.         }
  3597.         $c = ($this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'] ?? $this->getLastCommandCheckServiceService());
  3598.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3599.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3600.         }
  3601.         return $this->privates['.messenger.handler_descriptor.ioJXN1j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\CommandNotificationHandler($a$b, ($this->privates['App\\Factory\\EmailFactory'] ?? ($this->privates['App\\Factory\\EmailFactory'] = new \App\Factory\EmailFactory($this->getEnv('MAILER_DSN_SENDER_NAME'), $this->getEnv('MAILER_DSN_SENDER_EMAIL')))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $c), []);
  3602.     }
  3603.     /**
  3604.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3605.      *
  3606.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3607.      */
  3608.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3612.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService())), []);
  3613.     }
  3614.     /**
  3615.      * Gets the private '.messenger.handler_descriptor.ul9hsrA' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3618.      */
  3619.     protected function get_Messenger_HandlerDescriptor_Ul9hsrAService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3623.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ChannelsHandler.php';
  3624.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3625.         if (isset($this->privates['.messenger.handler_descriptor.ul9hsrA'])) {
  3626.             return $this->privates['.messenger.handler_descriptor.ul9hsrA'];
  3627.         }
  3628.         return $this->privates['.messenger.handler_descriptor.ul9hsrA'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\ChannelsHandler($a), []);
  3629.     }
  3630.     /**
  3631.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3632.      *
  3633.      * @return \Symfony\Component\Console\Command\LazyCommand
  3634.      */
  3635.     protected function get_Monolog_Command_ServerLog_LazyService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3639.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3640.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3641.         });
  3642.     }
  3643.     /**
  3644.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3645.      *
  3646.      * @return \Symfony\Component\Console\Command\LazyCommand
  3647.      */
  3648.     protected function get_Security_Command_DebugFirewall_LazyService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3652.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3653.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3654.         });
  3655.     }
  3656.     /**
  3657.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3658.      *
  3659.      * @return \Symfony\Component\Console\Command\LazyCommand
  3660.      */
  3661.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3662.     {
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3665.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3666.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3667.         });
  3668.     }
  3669.     /**
  3670.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Console\Command\LazyCommand
  3673.      */
  3674.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3675.     {
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3678.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3679.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3680.         });
  3681.     }
  3682.     /**
  3683.      * Gets the private '.service_locator..J3_48d' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3686.      */
  3687.     protected function get_ServiceLocator__J348dService()
  3688.     {
  3689.         return $this->privates['.service_locator..J3_48d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3690.             'view' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  3691.         ], [
  3692.             'view' => 'App\\Model\\View\\MeasurementView',
  3693.         ]);
  3694.     }
  3695.     /**
  3696.      * Gets the private '.service_locator.2Fo7Ij1' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3699.      */
  3700.     protected function get_ServiceLocator_2Fo7Ij1Service()
  3701.     {
  3702.         return $this->privates['.service_locator.2Fo7Ij1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3703.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3704.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  3705.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  3706.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  3707.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  3708.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  3709.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  3710.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  3711.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3712.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3713.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3714.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3715.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3716.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3717.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3718.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  3719.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3720.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3721.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3722.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3723.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3724.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3725.         ], [
  3726.             'doctrine' => '?',
  3727.             'easyadmin.autocomplete' => '?',
  3728.             'easyadmin.config.manager' => '?',
  3729.             'easyadmin.filter.registry' => '?',
  3730.             'easyadmin.paginator' => '?',
  3731.             'easyadmin.property_accessor' => '?',
  3732.             'easyadmin.query_builder' => '?',
  3733.             'easyadmin.security.authorization_checker' => '?',
  3734.             'event_dispatcher' => '?',
  3735.             'form.factory' => '?',
  3736.             'http_kernel' => '?',
  3737.             'message_bus' => '?',
  3738.             'messenger.default_bus' => '?',
  3739.             'parameter_bag' => '?',
  3740.             'request_stack' => '?',
  3741.             'router' => '?',
  3742.             'security.authorization_checker' => '?',
  3743.             'security.csrf.token_manager' => '?',
  3744.             'security.token_storage' => '?',
  3745.             'serializer' => '?',
  3746.             'session' => '.session.deprecated',
  3747.             'twig' => '?',
  3748.         ]);
  3749.     }
  3750.     /**
  3751.      * Gets the private '.service_locator.2tstN7W' shared service.
  3752.      *
  3753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3754.      */
  3755.     protected function get_ServiceLocator_2tstN7WService()
  3756.     {
  3757.         return $this->privates['.service_locator.2tstN7W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3758.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3759.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  3760.             'translator' => ['services''translator''getTranslatorService'false],
  3761.         ], [
  3762.             'entityManager' => '?',
  3763.             'measurement' => 'App\\Entity\\Measurement',
  3764.             'translator' => '?',
  3765.         ]);
  3766.     }
  3767.     /**
  3768.      * Gets the private '.service_locator.5iGc7_r' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3771.      */
  3772.     protected function get_ServiceLocator_5iGc7RService()
  3773.     {
  3774.         return $this->privates['.service_locator.5iGc7_r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3775.             'App\\Controller\\Admin\\BaseAdminController::changePasswordAction' => ['privates''.service_locator.KkJWJ6s''get_ServiceLocator_KkJWJ6sService'false],
  3776.             'App\\Controller\\Admin\\BaseAdminController::persistUserEntity' => ['privates''.service_locator.Ywt4k6p''get_ServiceLocator_Ywt4k6pService'false],
  3777.             'App\\Controller\\Admin\\SynchronisationController::runSynchronisation' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3778.             'App\\Controller\\Admin\\SynchronisationController::scheduleGetRecipeList' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3779.             'App\\Controller\\Admin\\SynchronisationController::stopSynchronisation' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3780.             'App\\Controller\\Admin\\TranslationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3781.             'App\\Controller\\Api\\DataSampleController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3782.             'App\\Controller\\Api\\EncryptController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3783.             'App\\Controller\\Demo\\DemoChartsController::channelData' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3784.             'App\\Controller\\Demo\\DemoChartsController::channels' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3785.             'App\\Controller\\Demo\\DemoChartsController::probeSelect' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3786.             'App\\Controller\\Demo\\DemoChartsController::table' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3787.             'App\\Controller\\Demo\\DemoChartsController::tableBlocked' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3788.             'App\\Controller\\Local\\CalculationController::setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3789.             'App\\Controller\\Local\\CalculationController::setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3790.             'App\\Controller\\Local\\CalculationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3791.             'App\\Controller\\Local\\ChartController::setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3792.             'App\\Controller\\Local\\ChartController::setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3793.             'App\\Controller\\Local\\ChartController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3794.             'App\\Controller\\Local\\SettingsController::setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3795.             'App\\Controller\\Local\\SettingsController::setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3796.             'App\\Controller\\Local\\SettingsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3797.             'App\\Controller\\Panel\\ChartsController::channelEdit' => ['privates''.service_locator.MirDD2p''get_ServiceLocator_MirDD2pService'false],
  3798.             'App\\Controller\\Panel\\ChartsController::chartData' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3799.             'App\\Controller\\Panel\\ChartsController::createStrengthNotification' => ['privates''.service_locator.2tstN7W''get_ServiceLocator_2tstN7WService'false],
  3800.             'App\\Controller\\Panel\\ChartsController::maturityChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3801.             'App\\Controller\\Panel\\ChartsController::moveTemperatureChannel' => ['privates''.service_locator.MirDD2p''get_ServiceLocator_MirDD2pService'false],
  3802.             'App\\Controller\\Panel\\ChartsController::strengthChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3803.             'App\\Controller\\Panel\\ChartsController::temperatureChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3804.             'App\\Controller\\Panel\\ChartsController::toggleAutomaticStrengthPoints' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3805.             'App\\Controller\\Panel\\ChartsController::toggleTemperatureSplit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3806.             'App\\Controller\\Panel\\DemoController::getLink' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3807.             'App\\Controller\\Panel\\DeviceListController::activeChannelPreview' => ['privates''.service_locator.PbMiAcf''get_ServiceLocator_PbMiAcfService'false],
  3808.             'App\\Controller\\Panel\\DeviceListController::channelData' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3809.             'App\\Controller\\Panel\\DeviceListController::channels' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3810.             'App\\Controller\\Panel\\DeviceListController::deleteMeasurement' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3811.             'App\\Controller\\Panel\\DeviceListController::hideSelectedArchivedMeasurements' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3812.             'App\\Controller\\Panel\\DeviceListController::info' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3813.             'App\\Controller\\Panel\\DeviceListController::massProbeUpdate' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3814.             'App\\Controller\\Panel\\DeviceListController::measurementSearch' => ['privates''.service_locator.eO3Yye6''get_ServiceLocator_EO3Yye6Service'false],
  3815.             'App\\Controller\\Panel\\DeviceListController::measurements' => ['privates''.service_locator.eO3Yye6''get_ServiceLocator_EO3Yye6Service'false],
  3816.             'App\\Controller\\Panel\\DeviceListController::onePointArchivedMeasurements' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3817.             'App\\Controller\\Panel\\DeviceListController::probe' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3818.             'App\\Controller\\Panel\\DeviceListController::probeSelect' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3819.             'App\\Controller\\Panel\\DeviceListController::probes' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3820.             'App\\Controller\\Panel\\DeviceListController::probesVisibilityStatus' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3821.             'App\\Controller\\Panel\\DeviceListController::switch' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3822.             'App\\Controller\\Panel\\DeviceListController::table' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3823.             'App\\Controller\\Panel\\DeviceListController::tableBlocked' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3824.             'App\\Controller\\Panel\\DeviceListController::traceability' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3825.             'App\\Controller\\Panel\\DeviceListController::wizardProbeUpdate' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3826.             'App\\Controller\\Panel\\LineTypeController::edit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3827.             'App\\Controller\\Panel\\LineTypeController::list' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3828.             'App\\Controller\\Panel\\LineTypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3829.             'App\\Controller\\Panel\\MeasurementDataController::data' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3830.             'App\\Controller\\Panel\\MeasurementDataController::importData' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3831.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurementChannels' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3832.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurements' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3833.             'App\\Controller\\Panel\\MeasurementDataController::listPreviousMergeMeasurements' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3834.             'App\\Controller\\Panel\\MeasurementDataController::listSourceDevices' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3835.             'App\\Controller\\Panel\\MeasurementDataController::mergeMeasurements' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3836.             'App\\Controller\\Panel\\MeasurementDataController::mergePreviousChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3837.             'App\\Controller\\Panel\\MeasurementDataController::promoteChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3838.             'App\\Controller\\Panel\\MeasurementDataController::removeChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3839.             'App\\Controller\\Panel\\NotesController::notes' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3840.             'App\\Controller\\Panel\\NotesController::update' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3841.             'App\\Controller\\Panel\\ReportController::download' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3842.             'App\\Controller\\Panel\\ReportController::request' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3843.             'App\\Controller\\Panel\\StrengthPointController::edit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3844.             'App\\Controller\\Panel\\StrengthPointController::form' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3845.             'App\\Controller\\Panel\\StrengthPointController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3846.             'App\\Controller\\Security\\ResetController::activate' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3847.             'App\\Controller\\Security\\ResetController::change' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3848.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3849.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3850.             'App\\Controller\\Admin\\BaseAdminController:changePasswordAction' => ['privates''.service_locator.KkJWJ6s''get_ServiceLocator_KkJWJ6sService'false],
  3851.             'App\\Controller\\Admin\\BaseAdminController:persistUserEntity' => ['privates''.service_locator.Ywt4k6p''get_ServiceLocator_Ywt4k6pService'false],
  3852.             'App\\Controller\\Admin\\SynchronisationController:runSynchronisation' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3853.             'App\\Controller\\Admin\\SynchronisationController:scheduleGetRecipeList' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3854.             'App\\Controller\\Admin\\SynchronisationController:stopSynchronisation' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3855.             'App\\Controller\\Admin\\TranslationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3856.             'App\\Controller\\Api\\DataSampleController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3857.             'App\\Controller\\Api\\EncryptController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3858.             'App\\Controller\\Demo\\DemoChartsController:channelData' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3859.             'App\\Controller\\Demo\\DemoChartsController:channels' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3860.             'App\\Controller\\Demo\\DemoChartsController:probeSelect' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3861.             'App\\Controller\\Demo\\DemoChartsController:table' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3862.             'App\\Controller\\Demo\\DemoChartsController:tableBlocked' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3863.             'App\\Controller\\Local\\CalculationController:setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3864.             'App\\Controller\\Local\\CalculationController:setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3865.             'App\\Controller\\Local\\CalculationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3866.             'App\\Controller\\Local\\ChartController:setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3867.             'App\\Controller\\Local\\ChartController:setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3868.             'App\\Controller\\Local\\ChartController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3869.             'App\\Controller\\Local\\SettingsController:setCalculationModel' => ['privates''.service_locator.xvOH1xP''get_ServiceLocator_XvOH1xPService'false],
  3870.             'App\\Controller\\Local\\SettingsController:setMeasurement' => ['privates''.service_locator.ZbShZ97''get_ServiceLocator_ZbShZ97Service'false],
  3871.             'App\\Controller\\Local\\SettingsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3872.             'App\\Controller\\Panel\\ChartsController:channelEdit' => ['privates''.service_locator.MirDD2p''get_ServiceLocator_MirDD2pService'false],
  3873.             'App\\Controller\\Panel\\ChartsController:chartData' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3874.             'App\\Controller\\Panel\\ChartsController:createStrengthNotification' => ['privates''.service_locator.2tstN7W''get_ServiceLocator_2tstN7WService'false],
  3875.             'App\\Controller\\Panel\\ChartsController:maturityChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3876.             'App\\Controller\\Panel\\ChartsController:moveTemperatureChannel' => ['privates''.service_locator.MirDD2p''get_ServiceLocator_MirDD2pService'false],
  3877.             'App\\Controller\\Panel\\ChartsController:strengthChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3878.             'App\\Controller\\Panel\\ChartsController:temperatureChart' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3879.             'App\\Controller\\Panel\\ChartsController:toggleAutomaticStrengthPoints' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3880.             'App\\Controller\\Panel\\ChartsController:toggleTemperatureSplit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3881.             'App\\Controller\\Panel\\DemoController:getLink' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3882.             'App\\Controller\\Panel\\DeviceListController:activeChannelPreview' => ['privates''.service_locator.PbMiAcf''get_ServiceLocator_PbMiAcfService'false],
  3883.             'App\\Controller\\Panel\\DeviceListController:channelData' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3884.             'App\\Controller\\Panel\\DeviceListController:channels' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3885.             'App\\Controller\\Panel\\DeviceListController:deleteMeasurement' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3886.             'App\\Controller\\Panel\\DeviceListController:hideSelectedArchivedMeasurements' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3887.             'App\\Controller\\Panel\\DeviceListController:info' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3888.             'App\\Controller\\Panel\\DeviceListController:massProbeUpdate' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3889.             'App\\Controller\\Panel\\DeviceListController:measurementSearch' => ['privates''.service_locator.eO3Yye6''get_ServiceLocator_EO3Yye6Service'false],
  3890.             'App\\Controller\\Panel\\DeviceListController:measurements' => ['privates''.service_locator.eO3Yye6''get_ServiceLocator_EO3Yye6Service'false],
  3891.             'App\\Controller\\Panel\\DeviceListController:onePointArchivedMeasurements' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3892.             'App\\Controller\\Panel\\DeviceListController:probe' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3893.             'App\\Controller\\Panel\\DeviceListController:probeSelect' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3894.             'App\\Controller\\Panel\\DeviceListController:probes' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3895.             'App\\Controller\\Panel\\DeviceListController:probesVisibilityStatus' => ['privates''.service_locator..J3_48d''get_ServiceLocator__J348dService'false],
  3896.             'App\\Controller\\Panel\\DeviceListController:switch' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  3897.             'App\\Controller\\Panel\\DeviceListController:table' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3898.             'App\\Controller\\Panel\\DeviceListController:tableBlocked' => ['privates''.service_locator.Z_JUK0c''get_ServiceLocator_ZJUK0cService'false],
  3899.             'App\\Controller\\Panel\\DeviceListController:traceability' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3900.             'App\\Controller\\Panel\\DeviceListController:wizardProbeUpdate' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3901.             'App\\Controller\\Panel\\LineTypeController:edit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3902.             'App\\Controller\\Panel\\LineTypeController:list' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3903.             'App\\Controller\\Panel\\LineTypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3904.             'App\\Controller\\Panel\\MeasurementDataController:data' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3905.             'App\\Controller\\Panel\\MeasurementDataController:importData' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3906.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurementChannels' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3907.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurements' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3908.             'App\\Controller\\Panel\\MeasurementDataController:listPreviousMergeMeasurements' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3909.             'App\\Controller\\Panel\\MeasurementDataController:listSourceDevices' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3910.             'App\\Controller\\Panel\\MeasurementDataController:mergeMeasurements' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3911.             'App\\Controller\\Panel\\MeasurementDataController:mergePreviousChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3912.             'App\\Controller\\Panel\\MeasurementDataController:promoteChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3913.             'App\\Controller\\Panel\\MeasurementDataController:removeChannel' => ['privates''.service_locator.IhQ3LT7''get_ServiceLocator_IhQ3LT7Service'false],
  3914.             'App\\Controller\\Panel\\NotesController:notes' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3915.             'App\\Controller\\Panel\\NotesController:update' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3916.             'App\\Controller\\Panel\\ReportController:download' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3917.             'App\\Controller\\Panel\\ReportController:request' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3918.             'App\\Controller\\Panel\\StrengthPointController:edit' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3919.             'App\\Controller\\Panel\\StrengthPointController:form' => ['privates''.service_locator.mqfQwbE''get_ServiceLocator_MqfQwbEService'false],
  3920.             'App\\Controller\\Panel\\StrengthPointController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  3921.             'App\\Controller\\Security\\ResetController:activate' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3922.             'App\\Controller\\Security\\ResetController:change' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3923.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3924.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3925.         ], [
  3926.             'App\\Controller\\Admin\\BaseAdminController::changePasswordAction' => '?',
  3927.             'App\\Controller\\Admin\\BaseAdminController::persistUserEntity' => '?',
  3928.             'App\\Controller\\Admin\\SynchronisationController::runSynchronisation' => '?',
  3929.             'App\\Controller\\Admin\\SynchronisationController::scheduleGetRecipeList' => '?',
  3930.             'App\\Controller\\Admin\\SynchronisationController::stopSynchronisation' => '?',
  3931.             'App\\Controller\\Admin\\TranslationController::setViewHandler' => '?',
  3932.             'App\\Controller\\Api\\DataSampleController::setViewHandler' => '?',
  3933.             'App\\Controller\\Api\\EncryptController::setViewHandler' => '?',
  3934.             'App\\Controller\\Demo\\DemoChartsController::channelData' => '?',
  3935.             'App\\Controller\\Demo\\DemoChartsController::channels' => '?',
  3936.             'App\\Controller\\Demo\\DemoChartsController::probeSelect' => '?',
  3937.             'App\\Controller\\Demo\\DemoChartsController::table' => '?',
  3938.             'App\\Controller\\Demo\\DemoChartsController::tableBlocked' => '?',
  3939.             'App\\Controller\\Local\\CalculationController::setCalculationModel' => '?',
  3940.             'App\\Controller\\Local\\CalculationController::setMeasurement' => '?',
  3941.             'App\\Controller\\Local\\CalculationController::setViewHandler' => '?',
  3942.             'App\\Controller\\Local\\ChartController::setCalculationModel' => '?',
  3943.             'App\\Controller\\Local\\ChartController::setMeasurement' => '?',
  3944.             'App\\Controller\\Local\\ChartController::setViewHandler' => '?',
  3945.             'App\\Controller\\Local\\SettingsController::setCalculationModel' => '?',
  3946.             'App\\Controller\\Local\\SettingsController::setMeasurement' => '?',
  3947.             'App\\Controller\\Local\\SettingsController::setViewHandler' => '?',
  3948.             'App\\Controller\\Panel\\ChartsController::channelEdit' => '?',
  3949.             'App\\Controller\\Panel\\ChartsController::chartData' => '?',
  3950.             'App\\Controller\\Panel\\ChartsController::createStrengthNotification' => '?',
  3951.             'App\\Controller\\Panel\\ChartsController::maturityChart' => '?',
  3952.             'App\\Controller\\Panel\\ChartsController::moveTemperatureChannel' => '?',
  3953.             'App\\Controller\\Panel\\ChartsController::strengthChart' => '?',
  3954.             'App\\Controller\\Panel\\ChartsController::temperatureChart' => '?',
  3955.             'App\\Controller\\Panel\\ChartsController::toggleAutomaticStrengthPoints' => '?',
  3956.             'App\\Controller\\Panel\\ChartsController::toggleTemperatureSplit' => '?',
  3957.             'App\\Controller\\Panel\\DemoController::getLink' => '?',
  3958.             'App\\Controller\\Panel\\DeviceListController::activeChannelPreview' => '?',
  3959.             'App\\Controller\\Panel\\DeviceListController::channelData' => '?',
  3960.             'App\\Controller\\Panel\\DeviceListController::channels' => '?',
  3961.             'App\\Controller\\Panel\\DeviceListController::deleteMeasurement' => '?',
  3962.             'App\\Controller\\Panel\\DeviceListController::hideSelectedArchivedMeasurements' => '?',
  3963.             'App\\Controller\\Panel\\DeviceListController::info' => '?',
  3964.             'App\\Controller\\Panel\\DeviceListController::massProbeUpdate' => '?',
  3965.             'App\\Controller\\Panel\\DeviceListController::measurementSearch' => '?',
  3966.             'App\\Controller\\Panel\\DeviceListController::measurements' => '?',
  3967.             'App\\Controller\\Panel\\DeviceListController::onePointArchivedMeasurements' => '?',
  3968.             'App\\Controller\\Panel\\DeviceListController::probe' => '?',
  3969.             'App\\Controller\\Panel\\DeviceListController::probeSelect' => '?',
  3970.             'App\\Controller\\Panel\\DeviceListController::probes' => '?',
  3971.             'App\\Controller\\Panel\\DeviceListController::probesVisibilityStatus' => '?',
  3972.             'App\\Controller\\Panel\\DeviceListController::switch' => '?',
  3973.             'App\\Controller\\Panel\\DeviceListController::table' => '?',
  3974.             'App\\Controller\\Panel\\DeviceListController::tableBlocked' => '?',
  3975.             'App\\Controller\\Panel\\DeviceListController::traceability' => '?',
  3976.             'App\\Controller\\Panel\\DeviceListController::wizardProbeUpdate' => '?',
  3977.             'App\\Controller\\Panel\\LineTypeController::edit' => '?',
  3978.             'App\\Controller\\Panel\\LineTypeController::list' => '?',
  3979.             'App\\Controller\\Panel\\LineTypeController::setViewHandler' => '?',
  3980.             'App\\Controller\\Panel\\MeasurementDataController::data' => '?',
  3981.             'App\\Controller\\Panel\\MeasurementDataController::importData' => '?',
  3982.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurementChannels' => '?',
  3983.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurements' => '?',
  3984.             'App\\Controller\\Panel\\MeasurementDataController::listPreviousMergeMeasurements' => '?',
  3985.             'App\\Controller\\Panel\\MeasurementDataController::listSourceDevices' => '?',
  3986.             'App\\Controller\\Panel\\MeasurementDataController::mergeMeasurements' => '?',
  3987.             'App\\Controller\\Panel\\MeasurementDataController::mergePreviousChannel' => '?',
  3988.             'App\\Controller\\Panel\\MeasurementDataController::promoteChannel' => '?',
  3989.             'App\\Controller\\Panel\\MeasurementDataController::removeChannel' => '?',
  3990.             'App\\Controller\\Panel\\NotesController::notes' => '?',
  3991.             'App\\Controller\\Panel\\NotesController::update' => '?',
  3992.             'App\\Controller\\Panel\\ReportController::download' => '?',
  3993.             'App\\Controller\\Panel\\ReportController::request' => '?',
  3994.             'App\\Controller\\Panel\\StrengthPointController::edit' => '?',
  3995.             'App\\Controller\\Panel\\StrengthPointController::form' => '?',
  3996.             'App\\Controller\\Panel\\StrengthPointController::setViewHandler' => '?',
  3997.             'App\\Controller\\Security\\ResetController::activate' => '?',
  3998.             'App\\Controller\\Security\\ResetController::change' => '?',
  3999.             'kernel::loadRoutes' => '?',
  4000.             'kernel::registerContainerConfiguration' => '?',
  4001.             'App\\Controller\\Admin\\BaseAdminController:changePasswordAction' => '?',
  4002.             'App\\Controller\\Admin\\BaseAdminController:persistUserEntity' => '?',
  4003.             'App\\Controller\\Admin\\SynchronisationController:runSynchronisation' => '?',
  4004.             'App\\Controller\\Admin\\SynchronisationController:scheduleGetRecipeList' => '?',
  4005.             'App\\Controller\\Admin\\SynchronisationController:stopSynchronisation' => '?',
  4006.             'App\\Controller\\Admin\\TranslationController:setViewHandler' => '?',
  4007.             'App\\Controller\\Api\\DataSampleController:setViewHandler' => '?',
  4008.             'App\\Controller\\Api\\EncryptController:setViewHandler' => '?',
  4009.             'App\\Controller\\Demo\\DemoChartsController:channelData' => '?',
  4010.             'App\\Controller\\Demo\\DemoChartsController:channels' => '?',
  4011.             'App\\Controller\\Demo\\DemoChartsController:probeSelect' => '?',
  4012.             'App\\Controller\\Demo\\DemoChartsController:table' => '?',
  4013.             'App\\Controller\\Demo\\DemoChartsController:tableBlocked' => '?',
  4014.             'App\\Controller\\Local\\CalculationController:setCalculationModel' => '?',
  4015.             'App\\Controller\\Local\\CalculationController:setMeasurement' => '?',
  4016.             'App\\Controller\\Local\\CalculationController:setViewHandler' => '?',
  4017.             'App\\Controller\\Local\\ChartController:setCalculationModel' => '?',
  4018.             'App\\Controller\\Local\\ChartController:setMeasurement' => '?',
  4019.             'App\\Controller\\Local\\ChartController:setViewHandler' => '?',
  4020.             'App\\Controller\\Local\\SettingsController:setCalculationModel' => '?',
  4021.             'App\\Controller\\Local\\SettingsController:setMeasurement' => '?',
  4022.             'App\\Controller\\Local\\SettingsController:setViewHandler' => '?',
  4023.             'App\\Controller\\Panel\\ChartsController:channelEdit' => '?',
  4024.             'App\\Controller\\Panel\\ChartsController:chartData' => '?',
  4025.             'App\\Controller\\Panel\\ChartsController:createStrengthNotification' => '?',
  4026.             'App\\Controller\\Panel\\ChartsController:maturityChart' => '?',
  4027.             'App\\Controller\\Panel\\ChartsController:moveTemperatureChannel' => '?',
  4028.             'App\\Controller\\Panel\\ChartsController:strengthChart' => '?',
  4029.             'App\\Controller\\Panel\\ChartsController:temperatureChart' => '?',
  4030.             'App\\Controller\\Panel\\ChartsController:toggleAutomaticStrengthPoints' => '?',
  4031.             'App\\Controller\\Panel\\ChartsController:toggleTemperatureSplit' => '?',
  4032.             'App\\Controller\\Panel\\DemoController:getLink' => '?',
  4033.             'App\\Controller\\Panel\\DeviceListController:activeChannelPreview' => '?',
  4034.             'App\\Controller\\Panel\\DeviceListController:channelData' => '?',
  4035.             'App\\Controller\\Panel\\DeviceListController:channels' => '?',
  4036.             'App\\Controller\\Panel\\DeviceListController:deleteMeasurement' => '?',
  4037.             'App\\Controller\\Panel\\DeviceListController:hideSelectedArchivedMeasurements' => '?',
  4038.             'App\\Controller\\Panel\\DeviceListController:info' => '?',
  4039.             'App\\Controller\\Panel\\DeviceListController:massProbeUpdate' => '?',
  4040.             'App\\Controller\\Panel\\DeviceListController:measurementSearch' => '?',
  4041.             'App\\Controller\\Panel\\DeviceListController:measurements' => '?',
  4042.             'App\\Controller\\Panel\\DeviceListController:onePointArchivedMeasurements' => '?',
  4043.             'App\\Controller\\Panel\\DeviceListController:probe' => '?',
  4044.             'App\\Controller\\Panel\\DeviceListController:probeSelect' => '?',
  4045.             'App\\Controller\\Panel\\DeviceListController:probes' => '?',
  4046.             'App\\Controller\\Panel\\DeviceListController:probesVisibilityStatus' => '?',
  4047.             'App\\Controller\\Panel\\DeviceListController:switch' => '?',
  4048.             'App\\Controller\\Panel\\DeviceListController:table' => '?',
  4049.             'App\\Controller\\Panel\\DeviceListController:tableBlocked' => '?',
  4050.             'App\\Controller\\Panel\\DeviceListController:traceability' => '?',
  4051.             'App\\Controller\\Panel\\DeviceListController:wizardProbeUpdate' => '?',
  4052.             'App\\Controller\\Panel\\LineTypeController:edit' => '?',
  4053.             'App\\Controller\\Panel\\LineTypeController:list' => '?',
  4054.             'App\\Controller\\Panel\\LineTypeController:setViewHandler' => '?',
  4055.             'App\\Controller\\Panel\\MeasurementDataController:data' => '?',
  4056.             'App\\Controller\\Panel\\MeasurementDataController:importData' => '?',
  4057.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurementChannels' => '?',
  4058.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurements' => '?',
  4059.             'App\\Controller\\Panel\\MeasurementDataController:listPreviousMergeMeasurements' => '?',
  4060.             'App\\Controller\\Panel\\MeasurementDataController:listSourceDevices' => '?',
  4061.             'App\\Controller\\Panel\\MeasurementDataController:mergeMeasurements' => '?',
  4062.             'App\\Controller\\Panel\\MeasurementDataController:mergePreviousChannel' => '?',
  4063.             'App\\Controller\\Panel\\MeasurementDataController:promoteChannel' => '?',
  4064.             'App\\Controller\\Panel\\MeasurementDataController:removeChannel' => '?',
  4065.             'App\\Controller\\Panel\\NotesController:notes' => '?',
  4066.             'App\\Controller\\Panel\\NotesController:update' => '?',
  4067.             'App\\Controller\\Panel\\ReportController:download' => '?',
  4068.             'App\\Controller\\Panel\\ReportController:request' => '?',
  4069.             'App\\Controller\\Panel\\StrengthPointController:edit' => '?',
  4070.             'App\\Controller\\Panel\\StrengthPointController:form' => '?',
  4071.             'App\\Controller\\Panel\\StrengthPointController:setViewHandler' => '?',
  4072.             'App\\Controller\\Security\\ResetController:activate' => '?',
  4073.             'App\\Controller\\Security\\ResetController:change' => '?',
  4074.             'kernel:loadRoutes' => '?',
  4075.             'kernel:registerContainerConfiguration' => '?',
  4076.         ]);
  4077.     }
  4078.     /**
  4079.      * Gets the private '.service_locator.GNc8e5B' shared service.
  4080.      *
  4081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4082.      */
  4083.     protected function get_ServiceLocator_GNc8e5BService()
  4084.     {
  4085.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4086.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4087.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4088.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4089.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4090.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4091.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4092.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4093.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  4094.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4095.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4096.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4097.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4098.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4099.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4100.         ], [
  4101.             'doctrine' => '?',
  4102.             'form.factory' => '?',
  4103.             'http_kernel' => '?',
  4104.             'message_bus' => '?',
  4105.             'messenger.default_bus' => '?',
  4106.             'parameter_bag' => '?',
  4107.             'request_stack' => '?',
  4108.             'router' => '?',
  4109.             'security.authorization_checker' => '?',
  4110.             'security.csrf.token_manager' => '?',
  4111.             'security.token_storage' => '?',
  4112.             'serializer' => '?',
  4113.             'session' => '.session.deprecated',
  4114.             'twig' => '?',
  4115.         ]);
  4116.     }
  4117.     /**
  4118.      * Gets the private '.service_locator.IhQ3LT7' shared service.
  4119.      *
  4120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4121.      */
  4122.     protected function get_ServiceLocator_IhQ3LT7Service()
  4123.     {
  4124.         return $this->privates['.service_locator.IhQ3LT7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4125.             'setting' => ['privates''App\\Entity\\ChannelSetting''getChannelSettingService'false],
  4126.         ], [
  4127.             'setting' => 'App\\Entity\\ChannelSetting',
  4128.         ]);
  4129.     }
  4130.     /**
  4131.      * Gets the private '.service_locator.KfbR3DY' shared service.
  4132.      *
  4133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4134.      */
  4135.     protected function get_ServiceLocator_KfbR3DYService()
  4136.     {
  4137.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4138.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  4139.         ], [
  4140.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4141.         ]);
  4142.     }
  4143.     /**
  4144.      * Gets the private '.service_locator.KkJWJ6s' shared service.
  4145.      *
  4146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4147.      */
  4148.     protected function get_ServiceLocator_KkJWJ6sService()
  4149.     {
  4150.         return $this->privates['.service_locator.KkJWJ6s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4151.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4152.         ], [
  4153.             'user' => 'App\\Entity\\User',
  4154.         ]);
  4155.     }
  4156.     /**
  4157.      * Gets the private '.service_locator.MirDD2p' shared service.
  4158.      *
  4159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4160.      */
  4161.     protected function get_ServiceLocator_MirDD2pService()
  4162.     {
  4163.         return $this->privates['.service_locator.MirDD2p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4164.             'channel' => ['privates''App\\Entity\\ChannelSetting''getChannelSettingService'false],
  4165.         ], [
  4166.             'channel' => 'App\\Entity\\ChannelSetting',
  4167.         ]);
  4168.     }
  4169.     /**
  4170.      * Gets the private '.service_locator.PBwVJVp' shared service.
  4171.      *
  4172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4173.      */
  4174.     protected function get_ServiceLocator_PBwVJVpService()
  4175.     {
  4176.         return $this->privates['.service_locator.PBwVJVp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4177.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4178.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4179.             'security.firewall.map.context.ping' => ['privates''security.firewall.map.context.ping''getSecurity_Firewall_Map_Context_PingService'false],
  4180.         ], [
  4181.             'security.firewall.map.context.dev' => '?',
  4182.             'security.firewall.map.context.main' => '?',
  4183.             'security.firewall.map.context.ping' => '?',
  4184.         ]);
  4185.     }
  4186.     /**
  4187.      * Gets the private '.service_locator.PbMiAcf' shared service.
  4188.      *
  4189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4190.      */
  4191.     protected function get_ServiceLocator_PbMiAcfService()
  4192.     {
  4193.         return $this->privates['.service_locator.PbMiAcf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4194.             'flatDeviceService' => ['privates''App\\Service\\FlatDeviceService''getFlatDeviceServiceService'false],
  4195.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4196.         ], [
  4197.             'flatDeviceService' => 'App\\Service\\FlatDeviceService',
  4198.             'security' => '?',
  4199.         ]);
  4200.     }
  4201.     /**
  4202.      * Gets the private '.service_locator.Ywt4k6p' shared service.
  4203.      *
  4204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4205.      */
  4206.     protected function get_ServiceLocator_Ywt4k6pService()
  4207.     {
  4208.         return $this->privates['.service_locator.Ywt4k6p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4209.             'form' => ['privates''.errored..service_locator.Ywt4k6p.Symfony\\Component\\Form\\Form'NULL'Cannot autowire service ".service_locator.Ywt4k6p": it references class "Symfony\\Component\\Form\\Form" but no such service exists.'],
  4210.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4211.         ], [
  4212.             'form' => 'Symfony\\Component\\Form\\Form',
  4213.             'user' => 'App\\Entity\\User',
  4214.         ]);
  4215.     }
  4216.     /**
  4217.      * Gets the private '.service_locator.Z_JUK0c' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4220.      */
  4221.     protected function get_ServiceLocator_ZJUK0cService()
  4222.     {
  4223.         return $this->privates['.service_locator.Z_JUK0c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4224.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  4225.             'view' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  4226.         ], [
  4227.             'measurement' => 'App\\Entity\\Measurement',
  4228.             'view' => 'App\\Model\\View\\MeasurementView',
  4229.         ]);
  4230.     }
  4231.     /**
  4232.      * Gets the private '.service_locator.ZbShZ97' shared service.
  4233.      *
  4234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4235.      */
  4236.     protected function get_ServiceLocator_ZbShZ97Service()
  4237.     {
  4238.         return $this->privates['.service_locator.ZbShZ97'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4239.             'measurement' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  4240.         ], [
  4241.             'measurement' => 'App\\Model\\View\\MeasurementView',
  4242.         ]);
  4243.     }
  4244.     /**
  4245.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4248.      */
  4249.     protected function get_ServiceLocator_Ch4JgvlService()
  4250.     {
  4251.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4252.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4253.         ], [
  4254.             'user' => 'App\\Entity\\User',
  4255.         ]);
  4256.     }
  4257.     /**
  4258.      * Gets the private '.service_locator.dHHQDtH' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4261.      */
  4262.     protected function get_ServiceLocator_DHHQDtHService()
  4263.     {
  4264.         return $this->privates['.service_locator.dHHQDtH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4265.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4266.         ], [
  4267.             'viewhandler' => '?',
  4268.         ]);
  4269.     }
  4270.     /**
  4271.      * Gets the private '.service_locator.eIcC2Rx' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4274.      */
  4275.     protected function get_ServiceLocator_EIcC2RxService()
  4276.     {
  4277.         return $this->privates['.service_locator.eIcC2Rx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4278.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4279.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4280.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4281.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4282.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4283.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4284.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4285.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4286.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  4287.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4288.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4289.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4290.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4291.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4292.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4293.         ], [
  4294.             'doctrine' => '?',
  4295.             'form.factory' => '?',
  4296.             'fos_rest.view_handler' => '?',
  4297.             'http_kernel' => '?',
  4298.             'message_bus' => '?',
  4299.             'messenger.default_bus' => '?',
  4300.             'parameter_bag' => '?',
  4301.             'request_stack' => '?',
  4302.             'router' => '?',
  4303.             'security.authorization_checker' => '?',
  4304.             'security.csrf.token_manager' => '?',
  4305.             'security.token_storage' => '?',
  4306.             'serializer' => '?',
  4307.             'session' => '.session.deprecated',
  4308.             'twig' => '?',
  4309.         ]);
  4310.     }
  4311.     /**
  4312.      * Gets the private '.service_locator.eO3Yye6' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4315.      */
  4316.     protected function get_ServiceLocator_EO3Yye6Service()
  4317.     {
  4318.         return $this->privates['.service_locator.eO3Yye6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4319.             'device' => ['privates''App\\Entity\\Device''getDeviceService'false],
  4320.             'measurementRepository' => ['privates''App\\Repository\\MeasurementRepository''getMeasurementRepositoryService'false],
  4321.         ], [
  4322.             'device' => 'App\\Entity\\Device',
  4323.             'measurementRepository' => 'App\\Repository\\MeasurementRepository',
  4324.         ]);
  4325.     }
  4326.     /**
  4327.      * Gets the private '.service_locator.fd5GGl3' shared service.
  4328.      *
  4329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4330.      */
  4331.     protected function get_ServiceLocator_Fd5GGl3Service()
  4332.     {
  4333.         return $this->privates['.service_locator.fd5GGl3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4334.             'device' => ['privates''App\\Entity\\Device''getDeviceService'false],
  4335.         ], [
  4336.             'device' => 'App\\Entity\\Device',
  4337.         ]);
  4338.     }
  4339.     /**
  4340.      * Gets the private '.service_locator.jlyTfzM' shared service.
  4341.      *
  4342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4343.      */
  4344.     protected function get_ServiceLocator_JlyTfzMService()
  4345.     {
  4346.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4347.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4348.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4349.         ], [
  4350.             'event_dispatcher' => '?',
  4351.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4352.         ]);
  4353.     }
  4354.     /**
  4355.      * Gets the private '.service_locator.mqfQwbE' shared service.
  4356.      *
  4357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4358.      */
  4359.     protected function get_ServiceLocator_MqfQwbEService()
  4360.     {
  4361.         return $this->privates['.service_locator.mqfQwbE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4362.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  4363.         ], [
  4364.             'measurement' => 'App\\Entity\\Measurement',
  4365.         ]);
  4366.     }
  4367.     /**
  4368.      * Gets the private '.service_locator.tfe0Uvf' shared service.
  4369.      *
  4370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4371.      */
  4372.     protected function get_ServiceLocator_Tfe0UvfService()
  4373.     {
  4374.         return $this->privates['.service_locator.tfe0Uvf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4375.             'command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  4376.             'data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  4377.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  4378.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4379.             'mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  4380.             'mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  4381.             'mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  4382.             'messenger.transport.command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  4383.             'messenger.transport.data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  4384.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  4385.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4386.             'messenger.transport.mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  4387.             'messenger.transport.mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  4388.             'messenger.transport.mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  4389.         ], [
  4390.             'command_notification' => '?',
  4391.             'data_sample_added' => '?',
  4392.             'default' => '?',
  4393.             'failed' => '?',
  4394.             'mail_activate_account' => '?',
  4395.             'mail_notification' => '?',
  4396.             'mail_password_reset' => '?',
  4397.             'messenger.transport.command_notification' => '?',
  4398.             'messenger.transport.data_sample_added' => '?',
  4399.             'messenger.transport.default' => '?',
  4400.             'messenger.transport.failed' => '?',
  4401.             'messenger.transport.mail_activate_account' => '?',
  4402.             'messenger.transport.mail_notification' => '?',
  4403.             'messenger.transport.mail_password_reset' => '?',
  4404.         ]);
  4405.     }
  4406.     /**
  4407.      * Gets the private '.service_locator.xvOH1xP' shared service.
  4408.      *
  4409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4410.      */
  4411.     protected function get_ServiceLocator_XvOH1xPService()
  4412.     {
  4413.         return $this->privates['.service_locator.xvOH1xP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4414.             'calculationModel' => ['privates''App\\DataBridge\\DataTransformers\\TemperatureTransformer''getTemperatureTransformerService'false],
  4415.         ], [
  4416.             'calculationModel' => '?',
  4417.         ]);
  4418.     }
  4419.     /**
  4420.      * Gets the private '.session.deprecated' shared service.
  4421.      *
  4422.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4423.      */
  4424.     protected function get_Session_DeprecatedService()
  4425.     {
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4428.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4429.     }
  4430.     /**
  4431.      * Gets the private '.twig.command.debug.lazy' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\Console\Command\LazyCommand
  4434.      */
  4435.     protected function get_Twig_Command_Debug_LazyService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4439.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4440.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4441.         });
  4442.     }
  4443.     /**
  4444.      * Gets the private '.twig.command.lint.lazy' shared service.
  4445.      *
  4446.      * @return \Symfony\Component\Console\Command\LazyCommand
  4447.      */
  4448.     protected function get_Twig_Command_Lint_LazyService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4452.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4453.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4454.         });
  4455.     }
  4456.     /**
  4457.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\Console\Command\LazyCommand
  4460.      */
  4461.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4462.     {
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4465.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  4466.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4467.         });
  4468.     }
  4469.     /**
  4470.      * Gets the private 'App\Assembler\DataSampleAssembler' shared autowired service.
  4471.      *
  4472.      * @return \App\Assembler\DataSampleAssembler
  4473.      */
  4474.     protected function getDataSampleAssemblerService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  4477.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  4478.         include_once \dirname(__DIR__4).'/src/Assembler/DataSampleAssembler.php';
  4479.         $this->privates['App\\Assembler\\DataSampleAssembler'] = $instance = new \App\Assembler\DataSampleAssembler(($this->privates['App\\Repository\\RecipeRepository'] ?? $this->getRecipeRepositoryService()), ($this->privates['App\\Repository\\MeasurementRepository'] ?? $this->getMeasurementRepositoryService()), ($this->privates['App\\Repository\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['App\\Repository\\ChannelSettingRepository'] ?? $this->getChannelSettingRepositoryService()), ($this->privates['App\\Repository\\DeviceRepository'] ?? $this->getDeviceRepositoryService()));
  4480.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4481.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4482.         return $instance;
  4483.     }
  4484.     /**
  4485.      * Gets the private 'App\Command\AssetVersionUpdateCommand' shared autowired service.
  4486.      *
  4487.      * @return \App\Command\AssetVersionUpdateCommand
  4488.      */
  4489.     protected function getAssetVersionUpdateCommandService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4492.         include_once \dirname(__DIR__4).'/src/Command/AssetVersionUpdateCommand.php';
  4493.         $this->privates['App\\Command\\AssetVersionUpdateCommand'] = $instance = new \App\Command\AssetVersionUpdateCommand();
  4494.         $instance->setName('app:assets:update');
  4495.         return $instance;
  4496.     }
  4497.     /**
  4498.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  4499.      *
  4500.      * @return \App\Command\CreateUserCommand
  4501.      */
  4502.     protected function getCreateUserCommandService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4505.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  4506.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->privates['App\\Security\\UserManager'] ?? $this->getUserManagerService()));
  4507.         $instance->setName('app:create-user');
  4508.         return $instance;
  4509.     }
  4510.     /**
  4511.      * Gets the private 'App\Command\DeactivateOldDevicesCommand' shared autowired service.
  4512.      *
  4513.      * @return \App\Command\DeactivateOldDevicesCommand
  4514.      */
  4515.     protected function getDeactivateOldDevicesCommandService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4518.         include_once \dirname(__DIR__4).'/src/Command/DeactivateOldDevicesCommand.php';
  4519.         $this->privates['App\\Command\\DeactivateOldDevicesCommand'] = $instance = new \App\Command\DeactivateOldDevicesCommand(($this->privates['App\\Repository\\MeasurementRepository'] ?? $this->getMeasurementRepositoryService()), ($this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] ?? $this->getCommandManagerServiceService()));
  4520.         $instance->setName('app:deactivate-old-devices');
  4521.         return $instance;
  4522.     }
  4523.     /**
  4524.      * Gets the private 'App\Command\DecryptDebugCommand' shared autowired service.
  4525.      *
  4526.      * @return \App\Command\DecryptDebugCommand
  4527.      */
  4528.     protected function getDecryptDebugCommandService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4531.         include_once \dirname(__DIR__4).'/src/Command/DecryptDebugCommand.php';
  4532.         $this->privates['App\\Command\\DecryptDebugCommand'] = $instance = new \App\Command\DecryptDebugCommand(($this->privates['App\\Decoder\\AESDecoder'] ?? $this->getAESDecoderService()));
  4533.         $instance->setName('app:decrypt:debug');
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the private 'App\Command\ResetRecipePriorityCommand' shared autowired service.
  4538.      *
  4539.      * @return \App\Command\ResetRecipePriorityCommand
  4540.      */
  4541.     protected function getResetRecipePriorityCommandService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4544.         include_once \dirname(__DIR__4).'/src/Command/ResetRecipePriorityCommand.php';
  4545.         $this->privates['App\\Command\\ResetRecipePriorityCommand'] = $instance = new \App\Command\ResetRecipePriorityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4546.         $instance->setName('app:reset-recipe-priority');
  4547.         return $instance;
  4548.     }
  4549.     /**
  4550.      * Gets the private 'App\Component\Router' shared autowired service.
  4551.      *
  4552.      * @return \App\Component\Router
  4553.      */
  4554.     protected function getRouter2Service()
  4555.     {
  4556.         return $this->privates['App\\Component\\Router'] = new \App\Component\Router(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'));
  4557.     }
  4558.     /**
  4559.      * Gets the private 'App\DataBridge\DataAbstraction' shared autowired service.
  4560.      *
  4561.      * @return \App\DataBridge\DataAbstraction
  4562.      */
  4563.     protected function getDataAbstractionService()
  4564.     {
  4565.         include_once \dirname(__DIR__4).'/src/DataBridge/DataAbstraction.php';
  4566.         return $this->privates['App\\DataBridge\\DataAbstraction'] = new \App\DataBridge\DataAbstraction(($this->privates['App\\DataBridge\\Implementations\\CanvasJsTransformer'] ?? $this->getCanvasJsTransformerService()));
  4567.     }
  4568.     /**
  4569.      * Gets the private 'App\DataBridge\DataTransformers\TemperatureTransformer' shared autowired service.
  4570.      *
  4571.      * @return \App\DataBridge\DataTransformers\TemperatureTransformer
  4572.      */
  4573.     protected function getTemperatureTransformerService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/ValueTransformerInterface.php';
  4576.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  4577.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  4578.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/TemperatureTransformer.php';
  4579.         return $this->privates['App\\DataBridge\\DataTransformers\\TemperatureTransformer'] = new \App\DataBridge\DataTransformers\TemperatureTransformer();
  4580.     }
  4581.     /**
  4582.      * Gets the private 'App\DataBridge\Implementations\CanvasJsTransformer' shared autowired service.
  4583.      *
  4584.      * @return \App\DataBridge\Implementations\CanvasJsTransformer
  4585.      */
  4586.     protected function getCanvasJsTransformerService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/src/DataBridge/Implementations/DataTransformerInterface.php';
  4589.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  4590.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  4591.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  4592.         include_once \dirname(__DIR__4).'/src/Helpers/ErrorMessagesTrait.php';
  4593.         include_once \dirname(__DIR__4).'/src/DataBridge/Implementations/CanvasJsTransformer.php';
  4594.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/ValueTransformerInterface.php';
  4595.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  4596.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/TemperatureTransformer.php';
  4597.         $this->privates['App\\DataBridge\\Implementations\\CanvasJsTransformer'] = $instance = new \App\DataBridge\Implementations\CanvasJsTransformer(($this->privates['App\\DataBridge\\DataTransformers\\TemperatureTransformer'] ?? ($this->privates['App\\DataBridge\\DataTransformers\\TemperatureTransformer'] = new \App\DataBridge\DataTransformers\TemperatureTransformer())), ($this->privates['App\\Helpers\\RecipeResolver'] ?? $this->getRecipeResolverService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4598.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4599.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the private 'App\Decoder\AESDecoder' shared autowired service.
  4604.      *
  4605.      * @return \App\Decoder\AESDecoder
  4606.      */
  4607.     protected function getAESDecoderService()
  4608.     {
  4609.         return $this->privates['App\\Decoder\\AESDecoder'] = new \App\Decoder\AESDecoder(($this->privates['App\\Repository\\DeviceRepository'] ?? $this->getDeviceRepositoryService()));
  4610.     }
  4611.     /**
  4612.      * Gets the private 'App\Entity\ChannelSetting' shared autowired service.
  4613.      *
  4614.      * @return \App\Entity\ChannelSetting
  4615.      */
  4616.     protected function getChannelSettingService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4619.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4620.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4621.         include_once \dirname(__DIR__4).'/src/Entity/ChannelSetting.php';
  4622.         return $this->privates['App\\Entity\\ChannelSetting'] = new \App\Entity\ChannelSetting();
  4623.     }
  4624.     /**
  4625.      * Gets the private 'App\Entity\Device' shared autowired service.
  4626.      *
  4627.      * @return \App\Entity\Device
  4628.      */
  4629.     protected function getDeviceService()
  4630.     {
  4631.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4632.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4633.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4634.         include_once \dirname(__DIR__4).'/src/Entity/Device.php';
  4635.         return $this->privates['App\\Entity\\Device'] = new \App\Entity\Device();
  4636.     }
  4637.     /**
  4638.      * Gets the private 'App\Entity\Measurement' shared autowired service.
  4639.      *
  4640.      * @return \App\Entity\Measurement
  4641.      */
  4642.     protected function getMeasurementService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4645.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4646.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4647.         include_once \dirname(__DIR__4).'/src/Entity/Measurement.php';
  4648.         return $this->privates['App\\Entity\\Measurement'] = new \App\Entity\Measurement();
  4649.     }
  4650.     /**
  4651.      * Gets the private 'App\Entity\User' shared autowired service.
  4652.      *
  4653.      * @return \App\Entity\User
  4654.      */
  4655.     protected function getUserService()
  4656.     {
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserInterface.php';
  4658.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4659.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4660.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4661.         include_once \dirname(__DIR__4).'/src/Entity/User.php';
  4662.         return $this->privates['App\\Entity\\User'] = new \App\Entity\User();
  4663.     }
  4664.     /**
  4665.      * Gets the private 'App\EventSubscriber\AppCacheSubscriber' shared autowired service.
  4666.      *
  4667.      * @return \App\EventSubscriber\AppCacheSubscriber
  4668.      */
  4669.     protected function getAppCacheSubscriberService()
  4670.     {
  4671.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4672.         if (isset($this->privates['App\\EventSubscriber\\AppCacheSubscriber'])) {
  4673.             return $this->privates['App\\EventSubscriber\\AppCacheSubscriber'];
  4674.         }
  4675.         return $this->privates['App\\EventSubscriber\\AppCacheSubscriber'] = new \App\EventSubscriber\AppCacheSubscriber(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $a);
  4676.     }
  4677.     /**
  4678.      * Gets the private 'App\EventSubscriber\IdempotenceSubscriber' shared autowired service.
  4679.      *
  4680.      * @return \App\EventSubscriber\IdempotenceSubscriber
  4681.      */
  4682.     protected function getIdempotenceSubscriberService()
  4683.     {
  4684.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4685.         if (isset($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'])) {
  4686.             return $this->privates['App\\EventSubscriber\\IdempotenceSubscriber'];
  4687.         }
  4688.         return $this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] = new \App\EventSubscriber\IdempotenceSubscriber($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4689.     }
  4690.     /**
  4691.      * Gets the private 'App\EventSubscriber\LocaleSubscriber' shared autowired service.
  4692.      *
  4693.      * @return \App\EventSubscriber\LocaleSubscriber
  4694.      */
  4695.     protected function getLocaleSubscriberService()
  4696.     {
  4697.         return $this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber(($this->privates['App\\Repository\\UserSettingRepository'] ?? $this->getUserSettingRepositoryService()));
  4698.     }
  4699.     /**
  4700.      * Gets the private 'App\EventSubscriber\MeasurementRefreshSubscriber' shared autowired service.
  4701.      *
  4702.      * @return \App\EventSubscriber\MeasurementRefreshSubscriber
  4703.      */
  4704.     protected function getMeasurementRefreshSubscriberService()
  4705.     {
  4706.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4707.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MeasurementRefreshSubscriber.php';
  4708.         return $this->privates['App\\EventSubscriber\\MeasurementRefreshSubscriber'] = new \App\EventSubscriber\MeasurementRefreshSubscriber(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
  4709.     }
  4710.     /**
  4711.      * Gets the private 'App\EventSubscriber\MeasurementViewSubscriber' shared autowired service.
  4712.      *
  4713.      * @return \App\EventSubscriber\MeasurementViewSubscriber
  4714.      */
  4715.     protected function getMeasurementViewSubscriberService()
  4716.     {
  4717.         $a = ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService());
  4718.         if (isset($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'])) {
  4719.             return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'];
  4720.         }
  4721.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4722.         if (isset($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'])) {
  4723.             return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'];
  4724.         }
  4725.         return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'] = new \App\EventSubscriber\MeasurementViewSubscriber($a$b);
  4726.     }
  4727.     /**
  4728.      * Gets the private 'App\EventSubscriber\ParamSettingsSubscriber' shared autowired service.
  4729.      *
  4730.      * @return \App\EventSubscriber\ParamSettingsSubscriber
  4731.      */
  4732.     protected function getParamSettingsSubscriberService()
  4733.     {
  4734.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4735.         if (isset($this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'])) {
  4736.             return $this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'];
  4737.         }
  4738.         return $this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'] = new \App\EventSubscriber\ParamSettingsSubscriber($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService()));
  4739.     }
  4740.     /**
  4741.      * Gets the private 'App\EventSubscriber\ProjectInformationUpdateSubscriber' shared autowired service.
  4742.      *
  4743.      * @return \App\EventSubscriber\ProjectInformationUpdateSubscriber
  4744.      */
  4745.     protected function getProjectInformationUpdateSubscriberService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4748.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ProjectInformationUpdateSubscriber.php';
  4749.         return $this->privates['App\\EventSubscriber\\ProjectInformationUpdateSubscriber'] = new \App\EventSubscriber\ProjectInformationUpdateSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4750.     }
  4751.     /**
  4752.      * Gets the private 'App\EventSubscriber\RequestDecryptingSubscriber' shared autowired service.
  4753.      *
  4754.      * @return \App\EventSubscriber\RequestDecryptingSubscriber
  4755.      */
  4756.     protected function getRequestDecryptingSubscriberService()
  4757.     {
  4758.         return $this->privates['App\\EventSubscriber\\RequestDecryptingSubscriber'] = new \App\EventSubscriber\RequestDecryptingSubscriber(($this->privates['App\\Decoder\\AESDecoder'] ?? $this->getAESDecoderService()), [=> $this->getEnv('DEVICE_ADD_SAMPLE_PATH'), => '/api/add-sample-v2'=> '/api/list'=> '/api/decrypt-request'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4759.     }
  4760.     /**
  4761.      * Gets the private 'App\EventSubscriber\ResponseEncryptingSubscriber' shared autowired service.
  4762.      *
  4763.      * @return \App\EventSubscriber\ResponseEncryptingSubscriber
  4764.      */
  4765.     protected function getResponseEncryptingSubscriberService()
  4766.     {
  4767.         return $this->privates['App\\EventSubscriber\\ResponseEncryptingSubscriber'] = new \App\EventSubscriber\ResponseEncryptingSubscriber(($this->privates['App\\Decoder\\AESDecoder'] ?? $this->getAESDecoderService()), [=> $this->getEnv('DEVICE_ADD_SAMPLE_PATH'), => '/api/add-sample-v2'=> '/api/ping'=> '/api/list'], ($this->privates['App\\Repository\\RecipeToSyncRepository'] ?? $this->getRecipeToSyncRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'App\Factory\MeasurementViewFactory' shared autowired service.
  4771.      *
  4772.      * @return \App\Factory\MeasurementViewFactory
  4773.      */
  4774.     protected function getMeasurementViewFactoryService()
  4775.     {
  4776.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4777.         if (isset($this->privates['App\\Factory\\MeasurementViewFactory'])) {
  4778.             return $this->privates['App\\Factory\\MeasurementViewFactory'];
  4779.         }
  4780.         return $this->privates['App\\Factory\\MeasurementViewFactory'] = new \App\Factory\MeasurementViewFactory(($this->privates['App\\Factory\\ChannelViewFactory'] ?? ($this->privates['App\\Factory\\ChannelViewFactory'] = new \App\Factory\ChannelViewFactory())), ($this->privates['App\\Repository\\LineTypeGroupRepository'] ?? $this->getLineTypeGroupRepositoryService()), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), new \App\Component\Serializer\ViewSerializer($a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'App\Form\Admin\BrandType' shared autowired service.
  4784.      *
  4785.      * @return \App\Form\Admin\BrandType
  4786.      */
  4787.     protected function getBrandTypeService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4792.         include_once \dirname(__DIR__4).'/src/Form/Admin/BrandType.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4795.         include_once \dirname(__DIR__4).'/src/Form/Admin/ChoiceList/Factory/BrandChoiceListFactory.php';
  4796.         $a = ($this->privates['App\\Repository\\RecipeRepository'] ?? $this->getRecipeRepositoryService());
  4797.         if (isset($this->privates['App\\Form\\Admin\\BrandType'])) {
  4798.             return $this->privates['App\\Form\\Admin\\BrandType'];
  4799.         }
  4800.         return $this->privates['App\\Form\\Admin\\BrandType'] = new \App\Form\Admin\BrandType(new \App\Form\Admin\ChoiceList\Factory\BrandChoiceListFactory($a));
  4801.     }
  4802.     /**
  4803.      * Gets the private 'App\Form\Admin\CalculateButtonType' shared autowired service.
  4804.      *
  4805.      * @return \App\Form\Admin\CalculateButtonType
  4806.      */
  4807.     protected function getCalculateButtonTypeService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4811.         include_once \dirname(__DIR__4).'/src/Form/Admin/CalculateButtonType.php';
  4812.         return $this->privates['App\\Form\\Admin\\CalculateButtonType'] = new \App\Form\Admin\CalculateButtonType();
  4813.     }
  4814.     /**
  4815.      * Gets the private 'App\Form\Admin\ImportRecipeFileType' shared autowired service.
  4816.      *
  4817.      * @return \App\Form\Admin\ImportRecipeFileType
  4818.      */
  4819.     protected function getImportRecipeFileTypeService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4823.         include_once \dirname(__DIR__4).'/src/Form/Admin/ImportRecipeFileType.php';
  4824.         return $this->privates['App\\Form\\Admin\\ImportRecipeFileType'] = new \App\Form\Admin\ImportRecipeFileType();
  4825.     }
  4826.     /**
  4827.      * Gets the private 'App\Form\Admin\LinePatternType' shared autowired service.
  4828.      *
  4829.      * @return \App\Form\Admin\LinePatternType
  4830.      */
  4831.     protected function getLinePatternTypeService()
  4832.     {
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4836.         include_once \dirname(__DIR__4).'/src/Form/Admin/LinePatternType.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4839.         include_once \dirname(__DIR__4).'/src/Form/Admin/ChoiceList/Factory/LinePatternChoiceListFactory.php';
  4840.         return $this->privates['App\\Form\\Admin\\LinePatternType'] = new \App\Form\Admin\LinePatternType(new \App\Form\Admin\ChoiceList\Factory\LinePatternChoiceListFactory($this->parameters['line_type_config']));
  4841.     }
  4842.     /**
  4843.      * Gets the private 'App\Form\Admin\NotMappedChoiceType' shared autowired service.
  4844.      *
  4845.      * @return \App\Form\Admin\NotMappedChoiceType
  4846.      */
  4847.     protected function getNotMappedChoiceTypeService()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4852.         include_once \dirname(__DIR__4).'/src/Form/Admin/NotMappedChoiceType.php';
  4853.         return $this->privates['App\\Form\\Admin\\NotMappedChoiceType'] = new \App\Form\Admin\NotMappedChoiceType();
  4854.     }
  4855.     /**
  4856.      * Gets the private 'App\Form\Admin\RecipeCalculator\MaturityType' shared autowired service.
  4857.      *
  4858.      * @return \App\Form\Admin\RecipeCalculator\MaturityType
  4859.      */
  4860.     protected function getMaturityTypeService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4864.         include_once \dirname(__DIR__4).'/src/Form/Admin/RecipeCalculator/MaturityType.php';
  4865.         return $this->privates['App\\Form\\Admin\\RecipeCalculator\\MaturityType'] = new \App\Form\Admin\RecipeCalculator\MaturityType();
  4866.     }
  4867.     /**
  4868.      * Gets the private 'App\Form\Admin\RecipeCalculator\PreviewChartType' shared autowired service.
  4869.      *
  4870.      * @return \App\Form\Admin\RecipeCalculator\PreviewChartType
  4871.      */
  4872.     protected function getPreviewChartTypeService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4876.         include_once \dirname(__DIR__4).'/src/Form/Admin/RecipeCalculator/PreviewChartType.php';
  4877.         return $this->privates['App\\Form\\Admin\\RecipeCalculator\\PreviewChartType'] = new \App\Form\Admin\RecipeCalculator\PreviewChartType();
  4878.     }
  4879.     /**
  4880.      * Gets the private 'App\Form\Api\DataSampleType' shared autowired service.
  4881.      *
  4882.      * @return \App\Form\Api\DataSampleType
  4883.      */
  4884.     protected function getDataSampleTypeService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4888.         include_once \dirname(__DIR__4).'/src/Form/Api/DataSampleType.php';
  4889.         return $this->privates['App\\Form\\Api\\DataSampleType'] = new \App\Form\Api\DataSampleType();
  4890.     }
  4891.     /**
  4892.      * Gets the private 'App\Form\Api\ErrorType' shared autowired service.
  4893.      *
  4894.      * @return \App\Form\Api\ErrorType
  4895.      */
  4896.     protected function getErrorTypeService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4900.         include_once \dirname(__DIR__4).'/src/Form/Api/ErrorType.php';
  4901.         return $this->privates['App\\Form\\Api\\ErrorType'] = new \App\Form\Api\ErrorType();
  4902.     }
  4903.     /**
  4904.      * Gets the private 'App\Form\CustomDateTimeType' shared autowired service.
  4905.      *
  4906.      * @return \App\Form\CustomDateTimeType
  4907.      */
  4908.     protected function getCustomDateTimeTypeService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateTimeType.php';
  4913.         include_once \dirname(__DIR__4).'/src/Form/CustomDateTimeType.php';
  4914.         return $this->privates['App\\Form\\CustomDateTimeType'] = new \App\Form\CustomDateTimeType();
  4915.     }
  4916.     /**
  4917.      * Gets the private 'App\Form\MeasurementData\ChannelCoefficientType' shared autowired service.
  4918.      *
  4919.      * @return \App\Form\MeasurementData\ChannelCoefficientType
  4920.      */
  4921.     protected function getChannelCoefficientTypeService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4925.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ChannelCoefficientType.php';
  4926.         return $this->privates['App\\Form\\MeasurementData\\ChannelCoefficientType'] = new \App\Form\MeasurementData\ChannelCoefficientType();
  4927.     }
  4928.     /**
  4929.      * Gets the private 'App\Form\MeasurementData\ChannelSettingType' shared autowired service.
  4930.      *
  4931.      * @return \App\Form\MeasurementData\ChannelSettingType
  4932.      */
  4933.     protected function getChannelSettingTypeService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4937.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ChannelSettingType.php';
  4938.         $a = ($this->privates['App\\Repository\\ChannelRepository'] ?? $this->getChannelRepositoryService());
  4939.         if (isset($this->privates['App\\Form\\MeasurementData\\ChannelSettingType'])) {
  4940.             return $this->privates['App\\Form\\MeasurementData\\ChannelSettingType'];
  4941.         }
  4942.         return $this->privates['App\\Form\\MeasurementData\\ChannelSettingType'] = new \App\Form\MeasurementData\ChannelSettingType($a);
  4943.     }
  4944.     /**
  4945.      * Gets the private 'App\Form\MeasurementData\MeasurementFilterType' shared autowired service.
  4946.      *
  4947.      * @return \App\Form\MeasurementData\MeasurementFilterType
  4948.      */
  4949.     protected function getMeasurementFilterTypeService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4953.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementFilterType.php';
  4954.         return $this->privates['App\\Form\\MeasurementData\\MeasurementFilterType'] = new \App\Form\MeasurementData\MeasurementFilterType();
  4955.     }
  4956.     /**
  4957.      * Gets the private 'App\Form\MeasurementData\MeasurementMergeType' shared autowired service.
  4958.      *
  4959.      * @return \App\Form\MeasurementData\MeasurementMergeType
  4960.      */
  4961.     protected function getMeasurementMergeTypeService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4965.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementMergeType.php';
  4966.         return $this->privates['App\\Form\\MeasurementData\\MeasurementMergeType'] = new \App\Form\MeasurementData\MeasurementMergeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4967.     }
  4968.     /**
  4969.      * Gets the private 'App\Form\MeasurementData\MeasurementNoteType' shared autowired service.
  4970.      *
  4971.      * @return \App\Form\MeasurementData\MeasurementNoteType
  4972.      */
  4973.     protected function getMeasurementNoteTypeService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4977.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementNoteType.php';
  4978.         return $this->privates['App\\Form\\MeasurementData\\MeasurementNoteType'] = new \App\Form\MeasurementData\MeasurementNoteType();
  4979.     }
  4980.     /**
  4981.      * Gets the private 'App\Form\MeasurementData\MeasurementProbesWizardType' shared autowired service.
  4982.      *
  4983.      * @return \App\Form\MeasurementData\MeasurementProbesWizardType
  4984.      */
  4985.     protected function getMeasurementProbesWizardTypeService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4989.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementProbesWizardType.php';
  4990.         return $this->privates['App\\Form\\MeasurementData\\MeasurementProbesWizardType'] = new \App\Form\MeasurementData\MeasurementProbesWizardType();
  4991.     }
  4992.     /**
  4993.      * Gets the private 'App\Form\MeasurementData\PreviousChannelMergeType' shared autowired service.
  4994.      *
  4995.      * @return \App\Form\MeasurementData\PreviousChannelMergeType
  4996.      */
  4997.     protected function getPreviousChannelMergeTypeService()
  4998.     {
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5001.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/PreviousChannelMergeType.php';
  5002.         return $this->privates['App\\Form\\MeasurementData\\PreviousChannelMergeType'] = new \App\Form\MeasurementData\PreviousChannelMergeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Form\MeasurementData\ReportType' shared autowired service.
  5006.      *
  5007.      * @return \App\Form\MeasurementData\ReportType
  5008.      */
  5009.     protected function getReportTypeService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5013.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ReportType.php';
  5014.         return $this->privates['App\\Form\\MeasurementData\\ReportType'] = new \App\Form\MeasurementData\ReportType();
  5015.     }
  5016.     /**
  5017.      * Gets the private 'App\Form\MeasurementData\StandardRecipeFormType' shared autowired service.
  5018.      *
  5019.      * @return \App\Form\MeasurementData\StandardRecipeFormType
  5020.      */
  5021.     protected function getStandardRecipeFormTypeService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5025.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/StandardRecipeFormType.php';
  5026.         return $this->privates['App\\Form\\MeasurementData\\StandardRecipeFormType'] = new \App\Form\MeasurementData\StandardRecipeFormType();
  5027.     }
  5028.     /**
  5029.      * Gets the private 'App\Form\Security\ResetPasswordType' shared autowired service.
  5030.      *
  5031.      * @return \App\Form\Security\ResetPasswordType
  5032.      */
  5033.     protected function getResetPasswordTypeService()
  5034.     {
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5037.         include_once \dirname(__DIR__4).'/src/Form/Security/ResetPasswordType.php';
  5038.         return $this->privates['App\\Form\\Security\\ResetPasswordType'] = new \App\Form\Security\ResetPasswordType();
  5039.     }
  5040.     /**
  5041.      * Gets the private 'App\Form\Security\TriggerPasswordResetType' shared autowired service.
  5042.      *
  5043.      * @return \App\Form\Security\TriggerPasswordResetType
  5044.      */
  5045.     protected function getTriggerPasswordResetTypeService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5049.         include_once \dirname(__DIR__4).'/src/Form/Security/TriggerPasswordResetType.php';
  5050.         return $this->privates['App\\Form\\Security\\TriggerPasswordResetType'] = new \App\Form\Security\TriggerPasswordResetType();
  5051.     }
  5052.     /**
  5053.      * Gets the private 'App\Form\UserInterface\ChannelNameType' shared autowired service.
  5054.      *
  5055.      * @return \App\Form\UserInterface\ChannelNameType
  5056.      */
  5057.     protected function getChannelNameTypeService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5061.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChannelNameType.php';
  5062.         return $this->privates['App\\Form\\UserInterface\\ChannelNameType'] = new \App\Form\UserInterface\ChannelNameType();
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Form\UserInterface\ChannelRecipeType' shared autowired service.
  5066.      *
  5067.      * @return \App\Form\UserInterface\ChannelRecipeType
  5068.      */
  5069.     protected function getChannelRecipeTypeService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5073.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChannelRecipeType.php';
  5074.         return $this->privates['App\\Form\\UserInterface\\ChannelRecipeType'] = new \App\Form\UserInterface\ChannelRecipeType();
  5075.     }
  5076.     /**
  5077.      * Gets the private 'App\Form\UserInterface\ChartType' shared autowired service.
  5078.      *
  5079.      * @return \App\Form\UserInterface\ChartType
  5080.      */
  5081.     protected function getChartTypeService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5085.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChartType.php';
  5086.         return $this->privates['App\\Form\\UserInterface\\ChartType'] = new \App\Form\UserInterface\ChartType();
  5087.     }
  5088.     /**
  5089.      * Gets the private 'App\Form\UserInterface\DemoLinkType' shared autowired service.
  5090.      *
  5091.      * @return \App\Form\UserInterface\DemoLinkType
  5092.      */
  5093.     protected function getDemoLinkTypeService()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5097.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/DemoLinkType.php';
  5098.         return $this->privates['App\\Form\\UserInterface\\DemoLinkType'] = new \App\Form\UserInterface\DemoLinkType();
  5099.     }
  5100.     /**
  5101.      * Gets the private 'App\Form\UserInterface\DeviceNameType' shared autowired service.
  5102.      *
  5103.      * @return \App\Form\UserInterface\DeviceNameType
  5104.      */
  5105.     protected function getDeviceNameTypeService()
  5106.     {
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5109.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/DeviceNameType.php';
  5110.         return $this->privates['App\\Form\\UserInterface\\DeviceNameType'] = new \App\Form\UserInterface\DeviceNameType();
  5111.     }
  5112.     /**
  5113.      * Gets the private 'App\Form\UserInterface\InfoType' shared autowired service.
  5114.      *
  5115.      * @return \App\Form\UserInterface\InfoType
  5116.      */
  5117.     protected function getInfoTypeService()
  5118.     {
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5121.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/InfoType.php';
  5122.         return $this->privates['App\\Form\\UserInterface\\InfoType'] = new \App\Form\UserInterface\InfoType();
  5123.     }
  5124.     /**
  5125.      * Gets the private 'App\Form\UserInterface\MeasurementNameType' shared autowired service.
  5126.      *
  5127.      * @return \App\Form\UserInterface\MeasurementNameType
  5128.      */
  5129.     protected function getMeasurementNameTypeService()
  5130.     {
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5133.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/MeasurementNameType.php';
  5134.         return $this->privates['App\\Form\\UserInterface\\MeasurementNameType'] = new \App\Form\UserInterface\MeasurementNameType();
  5135.     }
  5136.     /**
  5137.      * Gets the private 'App\Form\UserInterface\MeasurementType' shared autowired service.
  5138.      *
  5139.      * @return \App\Form\UserInterface\MeasurementType
  5140.      */
  5141.     protected function getMeasurementTypeService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5145.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/MeasurementType.php';
  5146.         return $this->privates['App\\Form\\UserInterface\\MeasurementType'] = new \App\Form\UserInterface\MeasurementType();
  5147.     }
  5148.     /**
  5149.      * Gets the private 'App\Form\UserInterface\TableType' shared autowired service.
  5150.      *
  5151.      * @return \App\Form\UserInterface\TableType
  5152.      */
  5153.     protected function getTableTypeService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5157.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/TableType.php';
  5158.         return $this->privates['App\\Form\\UserInterface\\TableType'] = new \App\Form\UserInterface\TableType();
  5159.     }
  5160.     /**
  5161.      * Gets the private 'App\Form\WinAppExportTemperaturesFileType' shared autowired service.
  5162.      *
  5163.      * @return \App\Form\WinAppExportTemperaturesFileType
  5164.      */
  5165.     protected function getWinAppExportTemperaturesFileTypeService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5169.         include_once \dirname(__DIR__4).'/src/Form/WinAppExportTemperaturesFileType.php';
  5170.         return $this->privates['App\\Form\\WinAppExportTemperaturesFileType'] = new \App\Form\WinAppExportTemperaturesFileType();
  5171.     }
  5172.     /**
  5173.      * Gets the private 'App\Helpers\RecipeResolver' shared autowired service.
  5174.      *
  5175.      * @return \App\Helpers\RecipeResolver
  5176.      */
  5177.     protected function getRecipeResolverService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeResolver.php';
  5180.         return $this->privates['App\\Helpers\\RecipeResolver'] = new \App\Helpers\RecipeResolver(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5181.     }
  5182.     /**
  5183.      * Gets the private 'App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory' shared autowired service.
  5184.      *
  5185.      * @return \App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory
  5186.      */
  5187.     protected function getSilkDoctrineTransportFactoryService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5190.         include_once \dirname(__DIR__4).'/src/Messenger/Transport/SilkDoctrine/SilkDoctrineTransportFactory.php';
  5191.         return $this->privates['App\\Messenger\\Transport\\SilkDoctrine\\SilkDoctrineTransportFactory'] = new \App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5192.     }
  5193.     /**
  5194.      * Gets the private 'App\Model\View\MeasurementView' shared autowired service.
  5195.      *
  5196.      * @return \App\Model\View\MeasurementView
  5197.      */
  5198.     protected function getMeasurementViewService()
  5199.     {
  5200.         include_once \dirname(__DIR__4).'/src/Model/View/MeasurementView.php';
  5201.         return $this->privates['App\\Model\\View\\MeasurementView'] = new \App\Model\View\MeasurementView();
  5202.     }
  5203.     /**
  5204.      * Gets the private 'App\Repository\ChannelRepository' shared autowired service.
  5205.      *
  5206.      * @return \App\Repository\ChannelRepository
  5207.      */
  5208.     protected function getChannelRepositoryService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5211.         include_once \dirname(__DIR__4).'/src/Repository/ChannelRepository.php';
  5212.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5213.         if (isset($this->privates['App\\Repository\\ChannelRepository'])) {
  5214.             return $this->privates['App\\Repository\\ChannelRepository'];
  5215.         }
  5216.         return $this->privates['App\\Repository\\ChannelRepository'] = new \App\Repository\ChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5217.     }
  5218.     /**
  5219.      * Gets the private 'App\Repository\ChannelSettingCoefficientRepository' shared autowired service.
  5220.      *
  5221.      * @return \App\Repository\ChannelSettingCoefficientRepository
  5222.      */
  5223.     protected function getChannelSettingCoefficientRepositoryService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/src/Repository/ChannelSettingCoefficientRepository.php';
  5226.         return $this->privates['App\\Repository\\ChannelSettingCoefficientRepository'] = new \App\Repository\ChannelSettingCoefficientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5227.     }
  5228.     /**
  5229.      * Gets the private 'App\Repository\ChannelSettingRepository' shared autowired service.
  5230.      *
  5231.      * @return \App\Repository\ChannelSettingRepository
  5232.      */
  5233.     protected function getChannelSettingRepositoryService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5236.         include_once \dirname(__DIR__4).'/src/Repository/ChannelSettingRepository.php';
  5237.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5238.         if (isset($this->privates['App\\Repository\\ChannelSettingRepository'])) {
  5239.             return $this->privates['App\\Repository\\ChannelSettingRepository'];
  5240.         }
  5241.         return $this->privates['App\\Repository\\ChannelSettingRepository'] = new \App\Repository\ChannelSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5242.     }
  5243.     /**
  5244.      * Gets the private 'App\Repository\CustomerActivationLogRepository' shared autowired service.
  5245.      *
  5246.      * @return \App\Repository\CustomerActivationLogRepository
  5247.      */
  5248.     protected function getCustomerActivationLogRepositoryService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/src/Repository/CustomerActivationLogRepository.php';
  5251.         return $this->privates['App\\Repository\\CustomerActivationLogRepository'] = new \App\Repository\CustomerActivationLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5252.     }
  5253.     /**
  5254.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  5255.      *
  5256.      * @return \App\Repository\CustomerRepository
  5257.      */
  5258.     protected function getCustomerRepositoryService()
  5259.     {
  5260.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  5261.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5262.     }
  5263.     /**
  5264.      * Gets the private 'App\Repository\DataSampleRepository' shared autowired service.
  5265.      *
  5266.      * @return \App\Repository\DataSampleRepository
  5267.      */
  5268.     protected function getDataSampleRepositoryService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5271.         include_once \dirname(__DIR__4).'/src/Repository/DataSampleRepository.php';
  5272.         return $this->privates['App\\Repository\\DataSampleRepository'] = new \App\Repository\DataSampleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5273.     }
  5274.     /**
  5275.      * Gets the private 'App\Repository\DemoTokenRepository' shared autowired service.
  5276.      *
  5277.      * @return \App\Repository\DemoTokenRepository
  5278.      */
  5279.     protected function getDemoTokenRepositoryService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/src/Repository/DemoTokenRepository.php';
  5282.         return $this->privates['App\\Repository\\DemoTokenRepository'] = new \App\Repository\DemoTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'App\Repository\DeviceCommandRepository' shared autowired service.
  5286.      *
  5287.      * @return \App\Repository\DeviceCommandRepository
  5288.      */
  5289.     protected function getDeviceCommandRepositoryService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/src/Repository/DeviceCommandRepository.php';
  5292.         return $this->privates['App\\Repository\\DeviceCommandRepository'] = new \App\Repository\DeviceCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5293.     }
  5294.     /**
  5295.      * Gets the private 'App\Repository\DeviceLastCommunicationRepository' shared autowired service.
  5296.      *
  5297.      * @return \App\Repository\DeviceLastCommunicationRepository
  5298.      */
  5299.     protected function getDeviceLastCommunicationRepositoryService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/src/Repository/DeviceLastCommunicationRepository.php';
  5302.         return $this->privates['App\\Repository\\DeviceLastCommunicationRepository'] = new \App\Repository\DeviceLastCommunicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5303.     }
  5304.     /**
  5305.      * Gets the private 'App\Repository\DeviceRepository' shared autowired service.
  5306.      *
  5307.      * @return \App\Repository\DeviceRepository
  5308.      */
  5309.     protected function getDeviceRepositoryService()
  5310.     {
  5311.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5312.         if (isset($this->privates['App\\Repository\\DeviceRepository'])) {
  5313.             return $this->privates['App\\Repository\\DeviceRepository'];
  5314.         }
  5315.         return $this->privates['App\\Repository\\DeviceRepository'] = new \App\Repository\DeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5316.     }
  5317.     /**
  5318.      * Gets the private 'App\Repository\LicenseRepository' shared autowired service.
  5319.      *
  5320.      * @return \App\Repository\LicenseRepository
  5321.      */
  5322.     protected function getLicenseRepositoryService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/src/Repository/LicenseRepository.php';
  5325.         return $this->privates['App\\Repository\\LicenseRepository'] = new \App\Repository\LicenseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5326.     }
  5327.     /**
  5328.      * Gets the private 'App\Repository\LineTypeGroupRepository' shared autowired service.
  5329.      *
  5330.      * @return \App\Repository\LineTypeGroupRepository
  5331.      */
  5332.     protected function getLineTypeGroupRepositoryService()
  5333.     {
  5334.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5335.         if (isset($this->privates['App\\Repository\\LineTypeGroupRepository'])) {
  5336.             return $this->privates['App\\Repository\\LineTypeGroupRepository'];
  5337.         }
  5338.         return $this->privates['App\\Repository\\LineTypeGroupRepository'] = new \App\Repository\LineTypeGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5339.     }
  5340.     /**
  5341.      * Gets the private 'App\Repository\LineTypeRepository' shared autowired service.
  5342.      *
  5343.      * @return \App\Repository\LineTypeRepository
  5344.      */
  5345.     protected function getLineTypeRepositoryService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/src/Repository/LineTypeRepository.php';
  5348.         return $this->privates['App\\Repository\\LineTypeRepository'] = new \App\Repository\LineTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['line_type_config']);
  5349.     }
  5350.     /**
  5351.      * Gets the private 'App\Repository\MeasurementRepository' shared autowired service.
  5352.      *
  5353.      * @return \App\Repository\MeasurementRepository
  5354.      */
  5355.     protected function getMeasurementRepositoryService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/src/Repository/MeasurementRepository.php';
  5358.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5359.         if (isset($this->privates['App\\Repository\\MeasurementRepository'])) {
  5360.             return $this->privates['App\\Repository\\MeasurementRepository'];
  5361.         }
  5362.         return $this->privates['App\\Repository\\MeasurementRepository'] = new \App\Repository\MeasurementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5363.     }
  5364.     /**
  5365.      * Gets the private 'App\Repository\MeasurementSettingRepository' shared autowired service.
  5366.      *
  5367.      * @return \App\Repository\MeasurementSettingRepository
  5368.      */
  5369.     protected function getMeasurementSettingRepositoryService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/src/Repository/MeasurementSettingRepository.php';
  5372.         return $this->privates['App\\Repository\\MeasurementSettingRepository'] = new \App\Repository\MeasurementSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5373.     }
  5374.     /**
  5375.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5376.      *
  5377.      * @return \App\Repository\NotificationRepository
  5378.      */
  5379.     protected function getNotificationRepositoryService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5382.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5383.     }
  5384.     /**
  5385.      * Gets the private 'App\Repository\ProbeRepository' shared autowired service.
  5386.      *
  5387.      * @return \App\Repository\ProbeRepository
  5388.      */
  5389.     protected function getProbeRepositoryService()
  5390.     {
  5391.         include_once \dirname(__DIR__4).'/src/Repository/ProbeRepository.php';
  5392.         return $this->privates['App\\Repository\\ProbeRepository'] = new \App\Repository\ProbeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5393.     }
  5394.     /**
  5395.      * Gets the private 'App\Repository\ProjectSettingRepository' shared autowired service.
  5396.      *
  5397.      * @return \App\Repository\ProjectSettingRepository
  5398.      */
  5399.     protected function getProjectSettingRepositoryService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/src/Repository/ProjectSettingRepository.php';
  5402.         return $this->privates['App\\Repository\\ProjectSettingRepository'] = new \App\Repository\ProjectSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5403.     }
  5404.     /**
  5405.      * Gets the private 'App\Repository\RecipeRepository' shared autowired service.
  5406.      *
  5407.      * @return \App\Repository\RecipeRepository
  5408.      */
  5409.     protected function getRecipeRepositoryService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/src/Repository/RecipeRepository.php';
  5412.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5413.         if (isset($this->privates['App\\Repository\\RecipeRepository'])) {
  5414.             return $this->privates['App\\Repository\\RecipeRepository'];
  5415.         }
  5416.         return $this->privates['App\\Repository\\RecipeRepository'] = new \App\Repository\RecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5417.     }
  5418.     /**
  5419.      * Gets the private 'App\Repository\RecipeToSyncRepository' shared autowired service.
  5420.      *
  5421.      * @return \App\Repository\RecipeToSyncRepository
  5422.      */
  5423.     protected function getRecipeToSyncRepositoryService()
  5424.     {
  5425.         return $this->privates['App\\Repository\\RecipeToSyncRepository'] = new \App\Repository\RecipeToSyncRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5426.     }
  5427.     /**
  5428.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5429.      *
  5430.      * @return \App\Repository\UserRepository
  5431.      */
  5432.     protected function getUserRepositoryService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5436.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5437.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5438.     }
  5439.     /**
  5440.      * Gets the private 'App\Repository\UserSettingRepository' shared autowired service.
  5441.      *
  5442.      * @return \App\Repository\UserSettingRepository
  5443.      */
  5444.     protected function getUserSettingRepositoryService()
  5445.     {
  5446.         return $this->privates['App\\Repository\\UserSettingRepository'] = new \App\Repository\UserSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5447.     }
  5448.     /**
  5449.      * Gets the private 'App\Security\UserManager' shared autowired service.
  5450.      *
  5451.      * @return \App\Security\UserManager
  5452.      */
  5453.     protected function getUserManagerService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/src/Security/Interfaces/UserManagerInterface.php';
  5456.         include_once \dirname(__DIR__4).'/src/Security/UserManager.php';
  5457.         return $this->privates['App\\Security\\UserManager'] = new \App\Security\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  5458.     }
  5459.     /**
  5460.      * Gets the private 'App\Service\Admin\RecipeCsvImporter' shared autowired service.
  5461.      *
  5462.      * @return \App\Service\Admin\RecipeCsvImporter
  5463.      */
  5464.     protected function getRecipeCsvImporterService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/src/Service/Admin/RecipeCsvImporter.php';
  5467.         return $this->privates['App\\Service\\Admin\\RecipeCsvImporter'] = new \App\Service\Admin\RecipeCsvImporter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\RecipeRepository'] ?? $this->getRecipeRepositoryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5468.     }
  5469.     /**
  5470.      * Gets the private 'App\Service\Demo\LinkGeneratorService' shared autowired service.
  5471.      *
  5472.      * @return \App\Service\Demo\LinkGeneratorService
  5473.      */
  5474.     protected function getLinkGeneratorServiceService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/src/Service/Demo/LinkGeneratorService.php';
  5477.         return $this->privates['App\\Service\\Demo\\LinkGeneratorService'] = new \App\Service\Demo\LinkGeneratorService(($this->privates['App\\Component\\Router'] ?? $this->getRouter2Service()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5478.     }
  5479.     /**
  5480.      * Gets the private 'App\Service\DeviceCommand\CommandManagerService' shared autowired service.
  5481.      *
  5482.      * @return \App\Service\DeviceCommand\CommandManagerService
  5483.      */
  5484.     protected function getCommandManagerServiceService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerService.php';
  5487.         return $this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] = new \App\Service\DeviceCommand\CommandManagerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'App\Service\DeviceCommand\LastCommandCheckService' shared autowired service.
  5491.      *
  5492.      * @return \App\Service\DeviceCommand\LastCommandCheckService
  5493.      */
  5494.     protected function getLastCommandCheckServiceService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/LastCommandCheckService.php';
  5497.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5498.         if (isset($this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'])) {
  5499.             return $this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'];
  5500.         }
  5501.         return $this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'] = new \App\Service\DeviceCommand\LastCommandCheckService($a);
  5502.     }
  5503.     /**
  5504.      * Gets the private 'App\Service\FlatDeviceService' shared autowired service.
  5505.      *
  5506.      * @return \App\Service\FlatDeviceService
  5507.      */
  5508.     protected function getFlatDeviceServiceService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/src/Service/FlatDeviceService.php';
  5511.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5512.         if (isset($this->privates['App\\Service\\FlatDeviceService'])) {
  5513.             return $this->privates['App\\Service\\FlatDeviceService'];
  5514.         }
  5515.         return $this->privates['App\\Service\\FlatDeviceService'] = new \App\Service\FlatDeviceService($a);
  5516.     }
  5517.     /**
  5518.      * Gets the private 'App\Service\ImportFromWinApp\ImportMeasurementService' shared autowired service.
  5519.      *
  5520.      * @return \App\Service\ImportFromWinApp\ImportMeasurementService
  5521.      */
  5522.     protected function getImportMeasurementServiceService()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/src/Service/ImportFromWinApp/ImportMeasurementService.php';
  5525.         include_once \dirname(__DIR__4).'/src/Service/ImportFromWinApp/WinAppExportFileParser.php';
  5526.         return $this->privates['App\\Service\\ImportFromWinApp\\ImportMeasurementService'] = new \App\Service\ImportFromWinApp\ImportMeasurementService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\ImportFromWinApp\WinAppExportFileParser());
  5527.     }
  5528.     /**
  5529.      * Gets the private 'App\Validator\Constraints\ChannelNotBlankValidator' shared autowired service.
  5530.      *
  5531.      * @return \App\Validator\Constraints\ChannelNotBlankValidator
  5532.      */
  5533.     protected function getChannelNotBlankValidatorService()
  5534.     {
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5536.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5537.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ChannelNotBlankValidator.php';
  5538.         return $this->privates['App\\Validator\\Constraints\\ChannelNotBlankValidator'] = new \App\Validator\Constraints\ChannelNotBlankValidator();
  5539.     }
  5540.     /**
  5541.      * Gets the private 'App\Validator\Constraints\DeviceSerialNumberValidator' shared autowired service.
  5542.      *
  5543.      * @return \App\Validator\Constraints\DeviceSerialNumberValidator
  5544.      */
  5545.     protected function getDeviceSerialNumberValidatorService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5549.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/DeviceSerialNumberValidator.php';
  5550.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5551.         if (isset($this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'])) {
  5552.             return $this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'];
  5553.         }
  5554.         return $this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'] = new \App\Validator\Constraints\DeviceSerialNumberValidator($a);
  5555.     }
  5556.     /**
  5557.      * Gets the private 'App\Validator\Constraints\NewUniqueValidator' shared autowired service.
  5558.      *
  5559.      * @return \App\Validator\Constraints\NewUniqueValidator
  5560.      */
  5561.     protected function getNewUniqueValidatorService()
  5562.     {
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5565.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/NewUniqueValidator.php';
  5566.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5567.         if (isset($this->privates['App\\Validator\\Constraints\\NewUniqueValidator'])) {
  5568.             return $this->privates['App\\Validator\\Constraints\\NewUniqueValidator'];
  5569.         }
  5570.         return $this->privates['App\\Validator\\Constraints\\NewUniqueValidator'] = new \App\Validator\Constraints\NewUniqueValidator($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  5571.     }
  5572.     /**
  5573.      * Gets the private 'App\Validator\Constraints\NotCircularValidator' shared autowired service.
  5574.      *
  5575.      * @return \App\Validator\Constraints\NotCircularValidator
  5576.      */
  5577.     protected function getNotCircularValidatorService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5581.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/NotCircularValidator.php';
  5582.         return $this->privates['App\\Validator\\Constraints\\NotCircularValidator'] = new \App\Validator\Constraints\NotCircularValidator();
  5583.     }
  5584.     /**
  5585.      * Gets the private 'App\Validator\Constraints\PasswordRequirementsValidator' shared autowired service.
  5586.      *
  5587.      * @return \App\Validator\Constraints\PasswordRequirementsValidator
  5588.      */
  5589.     protected function getPasswordRequirementsValidatorService()
  5590.     {
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5593.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PasswordRequirementsValidator.php';
  5594.         return $this->privates['App\\Validator\\Constraints\\PasswordRequirementsValidator'] = new \App\Validator\Constraints\PasswordRequirementsValidator();
  5595.     }
  5596.     /**
  5597.      * Gets the private 'App\Validator\Constraints\ValidCustomerForUserValidator' shared autowired service.
  5598.      *
  5599.      * @return \App\Validator\Constraints\ValidCustomerForUserValidator
  5600.      */
  5601.     protected function getValidCustomerForUserValidatorService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5605.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidCustomerForUserValidator.php';
  5606.         return $this->privates['App\\Validator\\Constraints\\ValidCustomerForUserValidator'] = new \App\Validator\Constraints\ValidCustomerForUserValidator();
  5607.     }
  5608.     /**
  5609.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5610.      *
  5611.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5612.      */
  5613.     protected function getManagerRegistryAwareConnectionProviderService()
  5614.     {
  5615.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5617.         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'));
  5618.     }
  5619.     /**
  5620.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5621.      *
  5622.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5623.      */
  5624.     protected function getRunSqlCommandService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5629.         $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()));
  5630.         $instance->setName('dbal:run-sql');
  5631.         return $instance;
  5632.     }
  5633.     /**
  5634.      * Gets the private 'annotations.cache_adapter' shared service.
  5635.      *
  5636.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5637.      */
  5638.     protected function getAnnotations_CacheAdapterService()
  5639.     {
  5640.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5641.     }
  5642.     /**
  5643.      * Gets the private 'annotations.cache_warmer' shared service.
  5644.      *
  5645.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5646.      */
  5647.     protected function getAnnotations_CacheWarmerService()
  5648.     {
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5652.         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);
  5653.     }
  5654.     /**
  5655.      * Gets the private 'annotations.cached_reader' shared service.
  5656.      *
  5657.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5658.      */
  5659.     protected function getAnnotations_CachedReaderService()
  5660.     {
  5661.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5662.     }
  5663.     /**
  5664.      * Gets the private 'annotations.reader' shared service.
  5665.      *
  5666.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5667.      */
  5668.     protected function getAnnotations_ReaderService()
  5669.     {
  5670.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5671.         $instance->addGlobalIgnoredName('required'NULL);
  5672.         return $instance;
  5673.     }
  5674.     /**
  5675.      * Gets the private 'cache.annotations' shared service.
  5676.      *
  5677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5678.      */
  5679.     protected function getCache_AnnotationsService()
  5680.     {
  5681.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s2W0w794uW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5682.     }
  5683.     /**
  5684.      * Gets the private 'cache.app.taggable' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  5687.      */
  5688.     protected function getCache_App_TaggableService()
  5689.     {
  5690.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5694.      *
  5695.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5696.      */
  5697.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5698.     {
  5699.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5700.     }
  5701.     /**
  5702.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5703.      *
  5704.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5705.      */
  5706.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5707.     {
  5708.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5709.     }
  5710.     /**
  5711.      * Gets the private 'cache.easyadmin' shared service.
  5712.      *
  5713.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5714.      */
  5715.     protected function getCache_EasyadminService()
  5716.     {
  5717.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5c-g9z19Nn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5718.     }
  5719.     /**
  5720.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5721.      *
  5722.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5723.      */
  5724.     protected function getCache_Messenger_RestartWorkersSignalService()
  5725.     {
  5726.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PnwuID6Hc2'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5727.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5728.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5729.     }
  5730.     /**
  5731.      * Gets the private 'cache.property_info' shared service.
  5732.      *
  5733.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5734.      */
  5735.     protected function getCache_PropertyInfoService()
  5736.     {
  5737.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjwNoy4qfG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5738.     }
  5739.     /**
  5740.      * Gets the private 'cache.security_expression_language' shared service.
  5741.      *
  5742.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5743.      */
  5744.     protected function getCache_SecurityExpressionLanguageService()
  5745.     {
  5746.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OTTrXt8L1u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'cache.serializer' shared service.
  5750.      *
  5751.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5752.      */
  5753.     protected function getCache_SerializerService()
  5754.     {
  5755.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4MrCkdk60q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5756.     }
  5757.     /**
  5758.      * Gets the private 'cache.validator' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5761.      */
  5762.     protected function getCache_ValidatorService()
  5763.     {
  5764.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y7I-BpMe4t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5765.     }
  5766.     /**
  5767.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5768.      *
  5769.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5770.      */
  5771.     protected function getCachePoolClearer_CacheWarmerService()
  5772.     {
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5775.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5776.     }
  5777.     /**
  5778.      * Gets the private 'config_builder.warmer' shared service.
  5779.      *
  5780.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5781.      */
  5782.     protected function getConfigBuilder_WarmerService()
  5783.     {
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5786.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5787.     }
  5788.     /**
  5789.      * Gets the private 'config_cache_factory' shared service.
  5790.      *
  5791.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5792.      */
  5793.     protected function getConfigCacheFactoryService()
  5794.     {
  5795.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5796.             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)));
  5797.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5798.         }, 2));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'console.command.about' shared service.
  5802.      *
  5803.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5804.      */
  5805.     protected function getConsole_Command_AboutService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5809.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5810.         $instance->setName('about');
  5811.         $instance->setDescription('Display information about the current project');
  5812.         return $instance;
  5813.     }
  5814.     /**
  5815.      * Gets the private 'console.command.assets_install' shared service.
  5816.      *
  5817.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5818.      */
  5819.     protected function getConsole_Command_AssetsInstallService()
  5820.     {
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5824.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5825.         $instance->setName('assets:install');
  5826.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5827.         return $instance;
  5828.     }
  5829.     /**
  5830.      * Gets the private 'console.command.cache_clear' shared service.
  5831.      *
  5832.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5833.      */
  5834.     protected function getConsole_Command_CacheClearService()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5839.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5840.         $instance->setName('cache:clear');
  5841.         $instance->setDescription('Clear the cache');
  5842.         return $instance;
  5843.     }
  5844.     /**
  5845.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5846.      *
  5847.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5848.      */
  5849.     protected function getConsole_Command_CachePoolClearService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5853.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.easyadmin']);
  5854.         $instance->setName('cache:pool:clear');
  5855.         $instance->setDescription('Clear cache pools');
  5856.         return $instance;
  5857.     }
  5858.     /**
  5859.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5860.      *
  5861.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5862.      */
  5863.     protected function getConsole_Command_CachePoolDeleteService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5867.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.easyadmin']);
  5868.         $instance->setName('cache:pool:delete');
  5869.         $instance->setDescription('Delete an item from a cache pool');
  5870.         return $instance;
  5871.     }
  5872.     /**
  5873.      * Gets the private 'console.command.cache_pool_list' shared service.
  5874.      *
  5875.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5876.      */
  5877.     protected function getConsole_Command_CachePoolListService()
  5878.     {
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5881.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.easyadmin']);
  5882.         $instance->setName('cache:pool:list');
  5883.         $instance->setDescription('List available cache pools');
  5884.         return $instance;
  5885.     }
  5886.     /**
  5887.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5888.      *
  5889.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5890.      */
  5891.     protected function getConsole_Command_CachePoolPruneService()
  5892.     {
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5895.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5896.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5897.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5898.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5899.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5900.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5901.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5902.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  5903.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5904.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5905.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5906.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5907.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  5908.         }, 12));
  5909.         $instance->setName('cache:pool:prune');
  5910.         $instance->setDescription('Prune cache pools');
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'console.command.cache_warmup' shared service.
  5915.      *
  5916.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5917.      */
  5918.     protected function getConsole_Command_CacheWarmupService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5922.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5923.         $instance->setName('cache:warmup');
  5924.         $instance->setDescription('Warm up an empty cache');
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the private 'console.command.config_debug' shared service.
  5929.      *
  5930.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5931.      */
  5932.     protected function getConsole_Command_ConfigDebugService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5939.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5940.         $instance->setName('debug:config');
  5941.         $instance->setDescription('Dump the current configuration for an extension');
  5942.         return $instance;
  5943.     }
  5944.     /**
  5945.      * Gets the private 'console.command.config_dump_reference' shared service.
  5946.      *
  5947.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5948.      */
  5949.     protected function getConsole_Command_ConfigDumpReferenceService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5956.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5957.         $instance->setName('config:dump-reference');
  5958.         $instance->setDescription('Dump the default configuration for an extension');
  5959.         return $instance;
  5960.     }
  5961.     /**
  5962.      * Gets the private 'console.command.container_debug' shared service.
  5963.      *
  5964.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5965.      */
  5966.     protected function getConsole_Command_ContainerDebugService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5971.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5972.         $instance->setName('debug:container');
  5973.         $instance->setDescription('Display current services for an application');
  5974.         return $instance;
  5975.     }
  5976.     /**
  5977.      * Gets the private 'console.command.container_lint' shared service.
  5978.      *
  5979.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5980.      */
  5981.     protected function getConsole_Command_ContainerLintService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5985.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5986.         $instance->setName('lint:container');
  5987.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'console.command.debug_autowiring' shared service.
  5992.      *
  5993.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5994.      */
  5995.     protected function getConsole_Command_DebugAutowiringService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6001.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6002.         $instance->setName('debug:autowiring');
  6003.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6004.         return $instance;
  6005.     }
  6006.     /**
  6007.      * Gets the private 'console.command.dotenv_debug' shared service.
  6008.      *
  6009.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6010.      */
  6011.     protected function getConsole_Command_DotenvDebugService()
  6012.     {
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6015.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  6016.         $instance->setName('debug:dotenv');
  6017.         $instance->setDescription('Lists all dotenv files with variables and values');
  6018.         return $instance;
  6019.     }
  6020.     /**
  6021.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6022.      *
  6023.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6024.      */
  6025.     protected function getConsole_Command_EventDispatcherDebugService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6029.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  6030.         $instance->setName('debug:event-dispatcher');
  6031.         $instance->setDescription('Display configured listeners for an application');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'console.command.form_debug' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Form\Command\DebugCommand
  6038.      */
  6039.     protected function getConsole_Command_FormDebugService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6043.         $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\\Admin'=> 'App\\Form\\Admin\\RecipeCalculator'=> 'App\\Form\\Api'=> 'App\\Form'=> 'App\\Form\\MeasurementData'=> 'App\\Form\\Security'=> 'App\\Form\\UserInterface'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [=> 'App\\Form\\Admin\\BrandType'=> 'App\\Form\\Admin\\CalculateButtonType'=> 'App\\Form\\Admin\\ImportRecipeFileType'=> 'App\\Form\\Admin\\LinePatternType'=> 'App\\Form\\Admin\\NotMappedChoiceType'=> 'App\\Form\\Admin\\RecipeCalculator\\MaturityType'=> 'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType'=> 'App\\Form\\Api\\DataSampleType'=> 'App\\Form\\Api\\ErrorType'=> 'App\\Form\\CustomDateTimeType'10 => 'App\\Form\\MeasurementData\\ChannelCoefficientType'11 => 'App\\Form\\MeasurementData\\ChannelSettingType'12 => 'App\\Form\\MeasurementData\\MeasurementFilterType'13 => 'App\\Form\\MeasurementData\\MeasurementMergeType'14 => 'App\\Form\\MeasurementData\\MeasurementNoteType'15 => 'App\\Form\\MeasurementData\\MeasurementProbesWizardType'16 => 'App\\Form\\MeasurementData\\PreviousChannelMergeType'17 => 'App\\Form\\MeasurementData\\ReportType'18 => 'App\\Form\\MeasurementData\\StandardRecipeFormType'19 => 'App\\Form\\Security\\ResetPasswordType'20 => 'App\\Form\\Security\\TriggerPasswordResetType'21 => 'App\\Form\\UserInterface\\ChannelNameType'22 => 'App\\Form\\UserInterface\\ChannelRecipeType'23 => 'App\\Form\\UserInterface\\ChartType'24 => 'App\\Form\\UserInterface\\DemoLinkType'25 => 'App\\Form\\UserInterface\\DeviceNameType'26 => 'App\\Form\\UserInterface\\InfoType'27 => 'App\\Form\\UserInterface\\MeasurementNameType'28 => 'App\\Form\\UserInterface\\MeasurementType'29 => 'App\\Form\\UserInterface\\TableType'30 => 'App\\Form\\WinAppExportTemperaturesFileType'31 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'32 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'33 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'34 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'35 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'36 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'37 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'38 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'39 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'40 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'41 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'42 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'43 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6044.         $instance->setName('debug:form');
  6045.         $instance->setDescription('Display form type information');
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6050.      *
  6051.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6052.      */
  6053.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6057.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'default'=> 'failed'=> 'mail_password_reset'=> 'mail_activate_account'=> 'mail_notification'=> 'data_sample_added'=> 'command_notification'], NULL, [=> 'messenger.bus.default']);
  6058.         $instance->setName('messenger:consume');
  6059.         $instance->setDescription('Consume messages');
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the private 'console.command.messenger_debug' shared service.
  6064.      *
  6065.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6066.      */
  6067.     protected function getConsole_Command_MessengerDebugService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6071.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Messenger\\Event\\DataSampleAdded' => [=> [=> 'App\\Messenger\\Handler\\ChannelsHandler'=> []], => [=> 'App\\Messenger\\Handler\\NotificationHandler'=> []], => [=> 'App\\Messenger\\Handler\\ProjectInfoHandler'=> []]], 'App\\Entity\\DeviceLastCommunication' => [=> [=> 'App\\Messenger\\Handler\\CommandNotificationHandler'=> []]], 'App\\Model\\DataSampleRequest' => [=> [=> 'App\\Messenger\\Handler\\DataSampleHandler'=> []]], 'Symfony\\Component\\Mime\\Email' => [=> [=> 'App\\Messenger\\Handler\\EmailHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  6072.         $instance->setName('debug:messenger');
  6073.         $instance->setDescription('List messages you can dispatch using the message buses');
  6074.         return $instance;
  6075.     }
  6076.     /**
  6077.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6078.      *
  6079.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6080.      */
  6081.     protected function getConsole_Command_MessengerSetupTransportsService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6085.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'default'=> 'failed'=> 'mail_password_reset'=> 'mail_activate_account'=> 'mail_notification'=> 'data_sample_added'=> 'command_notification']);
  6086.         $instance->setName('messenger:setup-transports');
  6087.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6088.         return $instance;
  6089.     }
  6090.     /**
  6091.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6092.      *
  6093.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6094.      */
  6095.     protected function getConsole_Command_MessengerStopWorkersService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6099.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  6100.         $instance->setName('messenger:stop-workers');
  6101.         $instance->setDescription('Stop workers after their current message');
  6102.         return $instance;
  6103.     }
  6104.     /**
  6105.      * Gets the private 'console.command.router_debug' shared service.
  6106.      *
  6107.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6108.      */
  6109.     protected function getConsole_Command_RouterDebugService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6114.         $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()));
  6115.         $instance->setName('debug:router');
  6116.         $instance->setDescription('Display current routes for an application');
  6117.         return $instance;
  6118.     }
  6119.     /**
  6120.      * Gets the private 'console.command.router_match' shared service.
  6121.      *
  6122.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6123.      */
  6124.     protected function getConsole_Command_RouterMatchService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6128.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6129.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6130.         }, 1));
  6131.         $instance->setName('router:match');
  6132.         $instance->setDescription('Help debug routes by simulating a path info match');
  6133.         return $instance;
  6134.     }
  6135.     /**
  6136.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6137.      *
  6138.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6139.      */
  6140.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6141.     {
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6146.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6147.         $instance->setName('secrets:decrypt-to-local');
  6148.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6149.         return $instance;
  6150.     }
  6151.     /**
  6152.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6153.      *
  6154.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6155.      */
  6156.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6162.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6163.         $instance->setName('secrets:encrypt-from-local');
  6164.         $instance->setDescription('Encrypt all local secrets to the vault');
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6169.      *
  6170.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6171.      */
  6172.     protected function getConsole_Command_SecretsGenerateKeyService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6178.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6179.         $instance->setName('secrets:generate-keys');
  6180.         $instance->setDescription('Generate new encryption keys');
  6181.         return $instance;
  6182.     }
  6183.     /**
  6184.      * Gets the private 'console.command.secrets_list' shared service.
  6185.      *
  6186.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6187.      */
  6188.     protected function getConsole_Command_SecretsListService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6194.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6195.         $instance->setName('secrets:list');
  6196.         $instance->setDescription('List all secrets');
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'console.command.secrets_remove' shared service.
  6201.      *
  6202.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6203.      */
  6204.     protected function getConsole_Command_SecretsRemoveService()
  6205.     {
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6210.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6211.         $instance->setName('secrets:remove');
  6212.         $instance->setDescription('Remove a secret from the vault');
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'console.command.secrets_set' shared service.
  6217.      *
  6218.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6219.      */
  6220.     protected function getConsole_Command_SecretsSetService()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6226.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6227.         $instance->setName('secrets:set');
  6228.         $instance->setDescription('Set a secret in the vault');
  6229.         return $instance;
  6230.     }
  6231.     /**
  6232.      * Gets the private 'console.command.translation_debug' shared service.
  6233.      *
  6234.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6235.      */
  6236.     protected function getConsole_Command_TranslationDebugService()
  6237.     {
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6240.         $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/easycorp/easyadmin-bundle/src/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/Controller/Admin/BaseAdminController.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/UserAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/UserSettingAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/DeviceAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LicenseAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/NotificationAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeGroupAdminControllerTrait.php'), 10 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeAdminControllerTrait.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/CustomerAdminControllerTrait.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeToSyncAdminControllerTrait.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Admin/HeavySelectsController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Admin/SynchronisationController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Demo/DemoChartsController.php'), 16 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 18 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 19 => (\dirname(__DIR__4).'/src/Helpers/MessagesTrait.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php'), 21 => (\dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php'), 23 => (\dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php'), 24 => (\dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php'), 25 => (\dirname(__DIR__4).'/src/Controller/Local/CalculationController.php'), 26 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 27 => (\dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php'), 28 => (\dirname(__DIR__4).'/src/Helpers/TranslationAwareTrait.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Local/SettingsController.php'), 30 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 31 => (\dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php'), 32 => (\dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerAwareTrait.php'), 33 => (\dirname(__DIR__4).'/src/Controller/Panel/ChartsController.php'), 34 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 35 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 36 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 37 => (\dirname(__DIR__4).'/src/Helpers/MessagesTrait.php'), 38 => (\dirname(__DIR__4).'/src/Controller/Panel/DemoController.php'), 39 => (\dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php'), 40 => (\dirname(__DIR__4).'/src/Controller/Panel/DeviceListController.php'), 41 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 42 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 43 => (\dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php'), 44 => (\dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php'), 45 => (\dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php'), 46 => (\dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php'), 47 => (\dirname(__DIR__4).'/src/Service/MeasurementCsvExporter.php'), 48 => (\dirname(__DIR__4).'/src/Controller/Panel/MeasurementDataController.php'), 49 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 50 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 51 => (\dirname(__DIR__4).'/src/Controller/Panel/NotesController.php'), 52 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 53 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 54 => (\dirname(__DIR__4).'/src/Controller/Panel/ReportController.php'), 55 => (\dirname(__DIR__4).'/src/Controller/Panel/StrengthPointController.php'), 56 => (\dirname(__DIR__4).'/src/Controller/Security/ResetController.php'), 57 => (\dirname(__DIR__4).'/src/DataBridge/Implementations/CanvasJsTransformer.php'), 58 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 59 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 60 => (\dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php'), 61 => (\dirname(__DIR__4).'/src/Helpers/ErrorMessagesTrait.php'), 62 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 63 => (\dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementMergeType.php'), 64 => (\dirname(__DIR__4).'/src/Form/MeasurementData/PreviousChannelMergeType.php'), 65 => (\dirname(__DIR__4).'/src/Validator/Constraints/NewUniqueValidator.php'), 66 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 67 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 68 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 69 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 70 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 75 => (\dirname(__DIR__4).'/src/Messenger/Handler/NotificationHandler.php'), 76 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 77 => (\dirname(__DIR__4).'/src/Service/BatteryLevelNotificationService.php'), 78 => (\dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php'), 79 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 84 => (\dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php'), 85 => (\dirname(__DIR__4).'/src/Twig/AppExtension.php'), 86 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 87 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  6241.         $instance->setName('debug:translation');
  6242.         $instance->setDescription('Display translation messages information');
  6243.         return $instance;
  6244.     }
  6245.     /**
  6246.      * Gets the private 'console.command.translation_extract' shared service.
  6247.      *
  6248.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6249.      */
  6250.     protected function getConsole_Command_TranslationExtractService()
  6251.     {
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6254.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/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/Controller/Admin/BaseAdminController.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/UserAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/UserSettingAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/DeviceAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LicenseAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/NotificationAdminControllerTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeGroupAdminControllerTrait.php'), 10 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/LineTypeAdminControllerTrait.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/CustomerAdminControllerTrait.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Admin/Traits/RecipeToSyncAdminControllerTrait.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Admin/HeavySelectsController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Admin/SynchronisationController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Demo/DemoChartsController.php'), 16 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 18 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 19 => (\dirname(__DIR__4).'/src/Helpers/MessagesTrait.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php'), 21 => (\dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php'), 23 => (\dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php'), 24 => (\dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php'), 25 => (\dirname(__DIR__4).'/src/Controller/Local/CalculationController.php'), 26 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 27 => (\dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php'), 28 => (\dirname(__DIR__4).'/src/Helpers/TranslationAwareTrait.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Local/SettingsController.php'), 30 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 31 => (\dirname(__DIR__4).'/src/DataBridge/DataBridgeTrait.php'), 32 => (\dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerAwareTrait.php'), 33 => (\dirname(__DIR__4).'/src/Controller/Panel/ChartsController.php'), 34 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 35 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 36 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 37 => (\dirname(__DIR__4).'/src/Helpers/MessagesTrait.php'), 38 => (\dirname(__DIR__4).'/src/Controller/Panel/DemoController.php'), 39 => (\dirname(__DIR__4).'/src/Helpers/ShareLinkGeneratorTrait.php'), 40 => (\dirname(__DIR__4).'/src/Controller/Panel/DeviceListController.php'), 41 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 42 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 43 => (\dirname(__DIR__4).'/src/Controller/Traits/NormalizeNameTrait.php'), 44 => (\dirname(__DIR__4).'/src/Controller/Traits/PrintTableTrait.php'), 45 => (\dirname(__DIR__4).'/src/Controller/Traits/ResolveParameterToTransformerTypeTrait.php'), 46 => (\dirname(__DIR__4).'/src/Controller/Traits/CreatePointTrait.php'), 47 => (\dirname(__DIR__4).'/src/Service/MeasurementCsvExporter.php'), 48 => (\dirname(__DIR__4).'/src/Controller/Panel/MeasurementDataController.php'), 49 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 50 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 51 => (\dirname(__DIR__4).'/src/Controller/Panel/NotesController.php'), 52 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 53 => (\dirname(__DIR__4).'/src/Controller/Panel/Traits/FormatableTwigDataTrait.php'), 54 => (\dirname(__DIR__4).'/src/Controller/Panel/ReportController.php'), 55 => (\dirname(__DIR__4).'/src/Controller/Panel/StrengthPointController.php'), 56 => (\dirname(__DIR__4).'/src/Controller/Security/ResetController.php'), 57 => (\dirname(__DIR__4).'/src/DataBridge/Implementations/CanvasJsTransformer.php'), 58 => (\dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php'), 59 => (\dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php'), 60 => (\dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php'), 61 => (\dirname(__DIR__4).'/src/Helpers/ErrorMessagesTrait.php'), 62 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 63 => (\dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementMergeType.php'), 64 => (\dirname(__DIR__4).'/src/Form/MeasurementData/PreviousChannelMergeType.php'), 65 => (\dirname(__DIR__4).'/src/Validator/Constraints/NewUniqueValidator.php'), 66 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 67 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 68 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 69 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 70 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 73 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 74 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 75 => (\dirname(__DIR__4).'/src/Messenger/Handler/NotificationHandler.php'), 76 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 77 => (\dirname(__DIR__4).'/src/Service/BatteryLevelNotificationService.php'), 78 => (\dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php'), 79 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 80 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 84 => (\dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php'), 85 => (\dirname(__DIR__4).'/src/Twig/AppExtension.php'), 86 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 87 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  6255.         $instance->setName('translation:extract');
  6256.         $instance->setAliases([=> 'translation:update']);
  6257.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6258.         return $instance;
  6259.     }
  6260.     /**
  6261.      * Gets the private 'console.command.translation_pull' shared service.
  6262.      *
  6263.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6264.      */
  6265.     protected function getConsole_Command_TranslationPullService()
  6266.     {
  6267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6270.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  6271.         $instance->setName('translation:pull');
  6272.         $instance->setDescription('Pull translations from a given provider.');
  6273.         return $instance;
  6274.     }
  6275.     /**
  6276.      * Gets the private 'console.command.translation_push' shared service.
  6277.      *
  6278.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6279.      */
  6280.     protected function getConsole_Command_TranslationPushService()
  6281.     {
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6285.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6286.         $instance->setName('translation:push');
  6287.         $instance->setDescription('Push translations to a given provider.');
  6288.         return $instance;
  6289.     }
  6290.     /**
  6291.      * Gets the private 'console.command.validator_debug' shared service.
  6292.      *
  6293.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6294.      */
  6295.     protected function getConsole_Command_ValidatorDebugService()
  6296.     {
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6299.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6300.         $instance->setName('debug:validator');
  6301.         $instance->setDescription('Display validation constraints for classes');
  6302.         return $instance;
  6303.     }
  6304.     /**
  6305.      * Gets the private 'console.command.xliff_lint' shared service.
  6306.      *
  6307.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6308.      */
  6309.     protected function getConsole_Command_XliffLintService()
  6310.     {
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6313.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6314.         $instance->setName('lint:xliff');
  6315.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the private 'console.command.yaml_lint' shared service.
  6320.      *
  6321.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6322.      */
  6323.     protected function getConsole_Command_YamlLintService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6328.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6329.         $instance->setName('lint:yaml');
  6330.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6331.         return $instance;
  6332.     }
  6333.     /**
  6334.      * Gets the private 'console.error_listener' shared service.
  6335.      *
  6336.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6337.      */
  6338.     protected function getConsole_ErrorListenerService()
  6339.     {
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6341.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6342.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6343.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6344.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6345.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6346.     }
  6347.     /**
  6348.      * Gets the private 'container.env_var_processor' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6351.      */
  6352.     protected function getContainer_EnvVarProcessorService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6356.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6357.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6358.         }, 1));
  6359.     }
  6360.     /**
  6361.      * Gets the private 'container.getenv' shared service.
  6362.      *
  6363.      * @return \Closure
  6364.      */
  6365.     protected function getContainer_GetenvService()
  6366.     {
  6367.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6368.     }
  6369.     /**
  6370.      * Gets the private 'data_collector.form' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6373.      */
  6374.     protected function getDataCollector_FormService()
  6375.     {
  6376.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6377.     }
  6378.     /**
  6379.      * Gets the private 'data_collector.request' shared service.
  6380.      *
  6381.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6382.      */
  6383.     protected function getDataCollector_RequestService()
  6384.     {
  6385.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6386.     }
  6387.     /**
  6388.      * Gets the private 'data_collector.request.session_collector' shared service.
  6389.      *
  6390.      * @return \Closure
  6391.      */
  6392.     protected function getDataCollector_Request_SessionCollectorService()
  6393.     {
  6394.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6395.     }
  6396.     /**
  6397.      * Gets the private 'debug.argument_resolver.default' shared service.
  6398.      *
  6399.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6400.      */
  6401.     protected function getDebug_ArgumentResolver_DefaultService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6406.         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))));
  6407.     }
  6408.     /**
  6409.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6410.      *
  6411.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6412.      */
  6413.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6414.     {
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6418.         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.5iGc7_r'] ?? $this->get_ServiceLocator_5iGc7RService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6419.     }
  6420.     /**
  6421.      * Gets the private 'debug.argument_resolver.request' shared service.
  6422.      *
  6423.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6424.      */
  6425.     protected function getDebug_ArgumentResolver_RequestService()
  6426.     {
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6430.         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))));
  6431.     }
  6432.     /**
  6433.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6434.      *
  6435.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6436.      */
  6437.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6442.         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))));
  6443.     }
  6444.     /**
  6445.      * Gets the private 'debug.argument_resolver.service' shared service.
  6446.      *
  6447.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6448.      */
  6449.     protected function getDebug_ArgumentResolver_ServiceService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6454.         $a = ($this->privates['.service_locator.5iGc7_r'] ?? $this->get_ServiceLocator_5iGc7RService());
  6455.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6456.             return $this->privates['debug.argument_resolver.service'];
  6457.         }
  6458.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6459.     }
  6460.     /**
  6461.      * Gets the private 'debug.argument_resolver.session' shared service.
  6462.      *
  6463.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6464.      */
  6465.     protected function getDebug_ArgumentResolver_SessionService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6470.         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))));
  6471.     }
  6472.     /**
  6473.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6474.      *
  6475.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6476.      */
  6477.     protected function getDebug_ArgumentResolver_VariadicService()
  6478.     {
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6482.         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))));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'debug.controller_resolver' shared service.
  6486.      *
  6487.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6488.      */
  6489.     protected function getDebug_ControllerResolverService()
  6490.     {
  6491.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6492.     }
  6493.     /**
  6494.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6497.      */
  6498.     protected function getDebug_DebugHandlersListenerService()
  6499.     {
  6500.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6501.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6502.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6503.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6505.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6506.     }
  6507.     /**
  6508.      * Gets the private 'debug.dump_listener' shared service.
  6509.      *
  6510.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6511.      */
  6512.     protected function getDebug_DumpListenerService()
  6513.     {
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6516.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6517.     }
  6518.     /**
  6519.      * Gets the private 'debug.file_link_formatter' shared service.
  6520.      *
  6521.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6522.      */
  6523.     protected function getDebug_FileLinkFormatterService()
  6524.     {
  6525.         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 () {
  6526.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6527.         });
  6528.     }
  6529.     /**
  6530.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6531.      *
  6532.      * @return \string
  6533.      */
  6534.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6535.     {
  6536.         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');
  6537.     }
  6538.     /**
  6539.      * Gets the private 'debug.log_processor' shared service.
  6540.      *
  6541.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6542.      */
  6543.     protected function getDebug_LogProcessorService()
  6544.     {
  6545.         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())));
  6546.     }
  6547.     /**
  6548.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6551.      */
  6552.     protected function getDebug_Security_Access_DecisionManagerService()
  6553.     {
  6554.         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 () {
  6555.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6556.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6557.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6558.             yield => ($this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'] ?? $this->getChannelSettingVoterService());
  6559.             yield => ($this->privates['debug.security.voter.App\\Security\\CustomerVoter'] ?? $this->getCustomerVoterService());
  6560.             yield => ($this->privates['debug.security.voter.App\\Security\\DeviceVoter'] ?? $this->getDeviceVoterService());
  6561.             yield => ($this->privates['debug.security.voter.App\\Security\\LicenseVoter'] ?? $this->getLicenseVoterService());
  6562.             yield => ($this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'] ?? $this->getLineTypeGroupVoterService());
  6563.             yield => ($this->privates['debug.security.voter.App\\Security\\LineTypeVoter'] ?? $this->getLineTypeVoterService());
  6564.             yield => ($this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'] ?? $this->getMeasurementViewVoterService());
  6565.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\MeasurementVoter'] ?? $this->getMeasurementVoterService());
  6566.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\NotificationVoter'] ?? $this->getNotificationVoterService());
  6567.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'] ?? $this->getRecipeToSyncVoterService());
  6568.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\RecipeVoter'] ?? $this->getRecipeVoterService());
  6569.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\UserSettingVoter'] ?? $this->getUserSettingVoterService());
  6570.             yield 15 => ($this->privates['debug.security.voter.App\\Security\\UserVoter'] ?? $this->getUserVoterService());
  6571.         }, 16), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6572.     }
  6573.     /**
  6574.      * Gets the private 'debug.security.firewall' shared service.
  6575.      *
  6576.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6577.      */
  6578.     protected function getDebug_Security_FirewallService()
  6579.     {
  6580.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6581.         if (isset($this->privates['debug.security.firewall'])) {
  6582.             return $this->privates['debug.security.firewall'];
  6583.         }
  6584.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6585.         if (isset($this->privates['debug.security.firewall'])) {
  6586.             return $this->privates['debug.security.firewall'];
  6587.         }
  6588.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6589.     }
  6590.     /**
  6591.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6592.      *
  6593.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6594.      */
  6595.     protected function getDebug_Security_UserValueResolverService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6600.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6601.     }
  6602.     /**
  6603.      * Gets the private 'debug.security.voter.App\Security\ChannelSettingVoter' shared service.
  6604.      *
  6605.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6606.      */
  6607.     protected function getChannelSettingVoterService()
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6613.         include_once \dirname(__DIR__4).'/src/Security/ChannelSettingVoter.php';
  6614.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6615.         if (isset($this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'])) {
  6616.             return $this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'];
  6617.         }
  6618.         return $this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ChannelSettingVoter(), $a);
  6619.     }
  6620.     /**
  6621.      * Gets the private 'debug.security.voter.App\Security\CustomerVoter' shared service.
  6622.      *
  6623.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6624.      */
  6625.     protected function getCustomerVoterService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6631.         include_once \dirname(__DIR__4).'/src/Security/CustomerVoter.php';
  6632.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6633.         if (isset($this->privates['debug.security.voter.App\\Security\\CustomerVoter'])) {
  6634.             return $this->privates['debug.security.voter.App\\Security\\CustomerVoter'];
  6635.         }
  6636.         return $this->privates['debug.security.voter.App\\Security\\CustomerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\CustomerVoter(), $a);
  6637.     }
  6638.     /**
  6639.      * Gets the private 'debug.security.voter.App\Security\DeviceVoter' shared service.
  6640.      *
  6641.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6642.      */
  6643.     protected function getDeviceVoterService()
  6644.     {
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6649.         include_once \dirname(__DIR__4).'/src/Security/DeviceVoter.php';
  6650.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6651.         if (isset($this->privates['debug.security.voter.App\\Security\\DeviceVoter'])) {
  6652.             return $this->privates['debug.security.voter.App\\Security\\DeviceVoter'];
  6653.         }
  6654.         return $this->privates['debug.security.voter.App\\Security\\DeviceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\DeviceVoter(($this->privates['App\\Repository\\LicenseRepository'] ?? $this->getLicenseRepositoryService())), $a);
  6655.     }
  6656.     /**
  6657.      * Gets the private 'debug.security.voter.App\Security\LicenseVoter' shared service.
  6658.      *
  6659.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6660.      */
  6661.     protected function getLicenseVoterService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6667.         include_once \dirname(__DIR__4).'/src/Security/LicenseVoter.php';
  6668.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6669.         if (isset($this->privates['debug.security.voter.App\\Security\\LicenseVoter'])) {
  6670.             return $this->privates['debug.security.voter.App\\Security\\LicenseVoter'];
  6671.         }
  6672.         return $this->privates['debug.security.voter.App\\Security\\LicenseVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LicenseVoter(), $a);
  6673.     }
  6674.     /**
  6675.      * Gets the private 'debug.security.voter.App\Security\LineTypeGroupVoter' shared service.
  6676.      *
  6677.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6678.      */
  6679.     protected function getLineTypeGroupVoterService()
  6680.     {
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6685.         include_once \dirname(__DIR__4).'/src/Security/LineTypeGroupVoter.php';
  6686.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6687.         if (isset($this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'])) {
  6688.             return $this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'];
  6689.         }
  6690.         return $this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LineTypeGroupVoter(), $a);
  6691.     }
  6692.     /**
  6693.      * Gets the private 'debug.security.voter.App\Security\LineTypeVoter' shared service.
  6694.      *
  6695.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6696.      */
  6697.     protected function getLineTypeVoterService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6703.         include_once \dirname(__DIR__4).'/src/Security/LineTypeVoter.php';
  6704.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6705.         if (isset($this->privates['debug.security.voter.App\\Security\\LineTypeVoter'])) {
  6706.             return $this->privates['debug.security.voter.App\\Security\\LineTypeVoter'];
  6707.         }
  6708.         return $this->privates['debug.security.voter.App\\Security\\LineTypeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LineTypeVoter(), $a);
  6709.     }
  6710.     /**
  6711.      * Gets the private 'debug.security.voter.App\Security\MeasurementViewVoter' shared service.
  6712.      *
  6713.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6714.      */
  6715.     protected function getMeasurementViewVoterService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6721.         include_once \dirname(__DIR__4).'/src/Security/MeasurementViewVoter.php';
  6722.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6723.         if (isset($this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'])) {
  6724.             return $this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'];
  6725.         }
  6726.         return $this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\MeasurementViewVoter(), $a);
  6727.     }
  6728.     /**
  6729.      * Gets the private 'debug.security.voter.App\Security\MeasurementVoter' shared service.
  6730.      *
  6731.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6732.      */
  6733.     protected function getMeasurementVoterService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6739.         include_once \dirname(__DIR__4).'/src/Security/MeasurementVoter.php';
  6740.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6741.         if (isset($this->privates['debug.security.voter.App\\Security\\MeasurementVoter'])) {
  6742.             return $this->privates['debug.security.voter.App\\Security\\MeasurementVoter'];
  6743.         }
  6744.         return $this->privates['debug.security.voter.App\\Security\\MeasurementVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\MeasurementVoter(), $a);
  6745.     }
  6746.     /**
  6747.      * Gets the private 'debug.security.voter.App\Security\NotificationVoter' shared service.
  6748.      *
  6749.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6750.      */
  6751.     protected function getNotificationVoterService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6757.         include_once \dirname(__DIR__4).'/src/Security/NotificationVoter.php';
  6758.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6759.         if (isset($this->privates['debug.security.voter.App\\Security\\NotificationVoter'])) {
  6760.             return $this->privates['debug.security.voter.App\\Security\\NotificationVoter'];
  6761.         }
  6762.         return $this->privates['debug.security.voter.App\\Security\\NotificationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\NotificationVoter(), $a);
  6763.     }
  6764.     /**
  6765.      * Gets the private 'debug.security.voter.App\Security\RecipeToSyncVoter' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6768.      */
  6769.     protected function getRecipeToSyncVoterService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6775.         include_once \dirname(__DIR__4).'/src/Security/RecipeToSyncVoter.php';
  6776.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6777.         if (isset($this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'])) {
  6778.             return $this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'];
  6779.         }
  6780.         return $this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RecipeToSyncVoter(), $a);
  6781.     }
  6782.     /**
  6783.      * Gets the private 'debug.security.voter.App\Security\RecipeVoter' shared service.
  6784.      *
  6785.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6786.      */
  6787.     protected function getRecipeVoterService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6793.         include_once \dirname(__DIR__4).'/src/Security/RecipeVoter.php';
  6794.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6795.         if (isset($this->privates['debug.security.voter.App\\Security\\RecipeVoter'])) {
  6796.             return $this->privates['debug.security.voter.App\\Security\\RecipeVoter'];
  6797.         }
  6798.         return $this->privates['debug.security.voter.App\\Security\\RecipeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RecipeVoter(), $a);
  6799.     }
  6800.     /**
  6801.      * Gets the private 'debug.security.voter.App\Security\UserSettingVoter' shared service.
  6802.      *
  6803.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6804.      */
  6805.     protected function getUserSettingVoterService()
  6806.     {
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6811.         include_once \dirname(__DIR__4).'/src/Security/UserSettingVoter.php';
  6812.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6813.         if (isset($this->privates['debug.security.voter.App\\Security\\UserSettingVoter'])) {
  6814.             return $this->privates['debug.security.voter.App\\Security\\UserSettingVoter'];
  6815.         }
  6816.         return $this->privates['debug.security.voter.App\\Security\\UserSettingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\UserSettingVoter(), $a);
  6817.     }
  6818.     /**
  6819.      * Gets the private 'debug.security.voter.App\Security\UserVoter' shared service.
  6820.      *
  6821.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6822.      */
  6823.     protected function getUserVoterService()
  6824.     {
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6829.         include_once \dirname(__DIR__4).'/src/Security/UserVoter.php';
  6830.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6831.         if (isset($this->privates['debug.security.voter.App\\Security\\UserVoter'])) {
  6832.             return $this->privates['debug.security.voter.App\\Security\\UserVoter'];
  6833.         }
  6834.         return $this->privates['debug.security.voter.App\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\UserVoter(), $a);
  6835.     }
  6836.     /**
  6837.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6838.      *
  6839.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6840.      */
  6841.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6847.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6848.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6849.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6850.         }
  6851.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  6852.     }
  6853.     /**
  6854.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6855.      *
  6856.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6857.      */
  6858.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6864.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6865.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6866.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6867.         }
  6868.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6869.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6870.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6871.         }
  6872.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  6873.     }
  6874.     /**
  6875.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6876.      *
  6877.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6878.      */
  6879.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6886.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6887.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6888.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6889.         }
  6890.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  6891.     }
  6892.     /**
  6893.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6894.      *
  6895.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6896.      */
  6897.     protected function getDebug_Security_Voter_VoteListenerService()
  6898.     {
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6900.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6901.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6902.             return $this->privates['debug.security.voter.vote_listener'];
  6903.         }
  6904.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6905.     }
  6906.     /**
  6907.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6908.      *
  6909.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6910.      */
  6911.     protected function getDoctrine_CacheClearMetadataCommandService()
  6912.     {
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6917.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6918.         $instance->setName('doctrine:cache:clear-metadata');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6923.      *
  6924.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6925.      */
  6926.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  6932.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6933.         $instance->setName('doctrine:cache:clear-query');
  6934.         return $instance;
  6935.     }
  6936.     /**
  6937.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6938.      *
  6939.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6940.      */
  6941.     protected function getDoctrine_CacheClearResultCommandService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  6947.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6948.         $instance->setName('doctrine:cache:clear-result');
  6949.         return $instance;
  6950.     }
  6951.     /**
  6952.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6953.      *
  6954.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6955.      */
  6956.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6962.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6963.         $instance->setName('doctrine:cache:clear-collection-region');
  6964.         return $instance;
  6965.     }
  6966.     /**
  6967.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6968.      *
  6969.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6970.      */
  6971.     protected function getDoctrine_ClearEntityRegionCommandService()
  6972.     {
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6977.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6978.         $instance->setName('doctrine:cache:clear-entity-region');
  6979.         return $instance;
  6980.     }
  6981.     /**
  6982.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6983.      *
  6984.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6985.      */
  6986.     protected function getDoctrine_ClearQueryRegionCommandService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6992.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6993.         $instance->setName('doctrine:cache:clear-query-region');
  6994.         return $instance;
  6995.     }
  6996.     /**
  6997.      * Gets the private 'doctrine.database_create_command' shared service.
  6998.      *
  6999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7000.      */
  7001.     protected function getDoctrine_DatabaseCreateCommandService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  7006.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7007.         $instance->setName('doctrine:database:create');
  7008.         return $instance;
  7009.     }
  7010.     /**
  7011.      * Gets the private 'doctrine.database_drop_command' shared service.
  7012.      *
  7013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7014.      */
  7015.     protected function getDoctrine_DatabaseDropCommandService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  7020.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7021.         $instance->setName('doctrine:database:drop');
  7022.         return $instance;
  7023.     }
  7024.     /**
  7025.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  7026.      *
  7027.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  7028.      */
  7029.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  7030.     {
  7031.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7032.             'App\\EventSubscriber\\MeasurementRefreshSubscriber' => ['privates''App\\EventSubscriber\\MeasurementRefreshSubscriber''getMeasurementRefreshSubscriberService'false],
  7033.             'App\\EventSubscriber\\ProjectInformationUpdateSubscriber' => ['privates''App\\EventSubscriber\\ProjectInformationUpdateSubscriber''getProjectInformationUpdateSubscriberService'false],
  7034.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  7035.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  7036.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  7037.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  7038.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  7039.         ], [
  7040.             'App\\EventSubscriber\\MeasurementRefreshSubscriber' => '?',
  7041.             'App\\EventSubscriber\\ProjectInformationUpdateSubscriber' => '?',
  7042.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  7043.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  7044.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  7045.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  7046.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  7047.         ]), [=> [=> [=> 'onFlush'], => 'App\\EventSubscriber\\ProjectInformationUpdateSubscriber'], => 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'onFlush'], => 'App\\EventSubscriber\\MeasurementRefreshSubscriber']]);
  7048.     }
  7049.     /**
  7050.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7051.      *
  7052.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  7053.      */
  7054.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7055.     {
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7060.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7061.         $instance->setName('doctrine:ensure-production-settings');
  7062.         return $instance;
  7063.     }
  7064.     /**
  7065.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  7066.      *
  7067.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  7068.      */
  7069.     protected function getDoctrine_FixturesLoadCommandService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  7079.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  7085.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  7086.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  7089.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  7090.         $b = new \App\DataFixtures\AppFixtures(($this->privates['App\\Security\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Service\\Admin\\RecipeCsvImporter'] ?? $this->getRecipeCsvImporterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7091.         $b->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7092.         $a->addFixtures([=> ['fixture' => $b'groups' => []]]);
  7093.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  7094.         $instance->setName('doctrine:fixtures:load');
  7095.         return $instance;
  7096.     }
  7097.     /**
  7098.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7099.      *
  7100.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  7101.      */
  7102.     protected function getDoctrine_MappingConvertCommandService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  7108.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7109.         $instance->setName('doctrine:mapping:convert');
  7110.         return $instance;
  7111.     }
  7112.     /**
  7113.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7114.      *
  7115.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7116.      */
  7117.     protected function getDoctrine_MappingImportCommandService()
  7118.     {
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  7122.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7123.         $instance->setName('doctrine:mapping:import');
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7128.      *
  7129.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  7130.      */
  7131.     protected function getDoctrine_MappingInfoCommandService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  7137.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7138.         $instance->setName('doctrine:mapping:info');
  7139.         return $instance;
  7140.     }
  7141.     /**
  7142.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7143.      *
  7144.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7145.      */
  7146.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7147.     {
  7148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7150.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  7151.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  7152.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  7153.         }
  7154.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  7155.     }
  7156.     /**
  7157.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7158.      *
  7159.      * @return \Doctrine\Migrations\DependencyFactory
  7160.      */
  7161.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7162.     {
  7163.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7164.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  7165.         $b->setTableName('migration_versions');
  7166.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  7167.         $a->setAllOrNothing(false);
  7168.         $a->setCheckDatabasePlatform(true);
  7169.         $a->setTransactional(true);
  7170.         $a->setMetadataStorageConfiguration($b);
  7171.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7172.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7173.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7174.         });
  7175.         return $instance;
  7176.     }
  7177.     /**
  7178.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7179.      *
  7180.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7181.      */
  7182.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7186.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7187.     }
  7188.     /**
  7189.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7190.      *
  7191.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7192.      */
  7193.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7194.     {
  7195.         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')], false);
  7196.     }
  7197.     /**
  7198.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7199.      *
  7200.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7201.      */
  7202.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7203.     {
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7205.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7206.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  7207.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  7208.         }
  7209.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  7210.     }
  7211.     /**
  7212.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7213.      *
  7214.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7215.      */
  7216.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  7219.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7220.     }
  7221.     /**
  7222.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7223.      *
  7224.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7225.      */
  7226.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7227.     {
  7228.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7230.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7231.     }
  7232.     /**
  7233.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7234.      *
  7235.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7236.      */
  7237.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7238.     {
  7239.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7241.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7242.             return new \EmptyIterator();
  7243.         }, 0));
  7244.     }
  7245.     /**
  7246.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7247.      *
  7248.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7249.      */
  7250.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7251.     {
  7252.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7254.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7255.     }
  7256.     /**
  7257.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  7258.      *
  7259.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  7260.      */
  7261.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  7262.     {
  7263.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  7265.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7266.             yield => ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  7267.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  7268.             yield => ($this->privates['messenger.transport.mail_password_reset'] ?? $this->getMessenger_Transport_MailPasswordResetService());
  7269.             yield => ($this->privates['messenger.transport.mail_activate_account'] ?? $this->getMessenger_Transport_MailActivateAccountService());
  7270.             yield => ($this->privates['messenger.transport.mail_notification'] ?? $this->getMessenger_Transport_MailNotificationService());
  7271.             yield => ($this->privates['messenger.transport.data_sample_added'] ?? $this->getMessenger_Transport_DataSampleAddedService());
  7272.             yield => ($this->privates['messenger.transport.command_notification'] ?? $this->getMessenger_Transport_CommandNotificationService());
  7273.         }, 7));
  7274.     }
  7275.     /**
  7276.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  7277.      *
  7278.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  7279.      */
  7280.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  7283.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7284.     }
  7285.     /**
  7286.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7287.      *
  7288.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7289.      */
  7290.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7294.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7295.     }
  7296.     /**
  7297.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7298.      *
  7299.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7300.      */
  7301.     protected function getDoctrine_Orm_Validator_UniqueService()
  7302.     {
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7306.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7307.     }
  7308.     /**
  7309.      * Gets the private 'doctrine.query_dql_command' shared service.
  7310.      *
  7311.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  7312.      */
  7313.     protected function getDoctrine_QueryDqlCommandService()
  7314.     {
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  7319.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7320.         $instance->setName('doctrine:query:dql');
  7321.         return $instance;
  7322.     }
  7323.     /**
  7324.      * Gets the private 'doctrine.query_sql_command' shared service.
  7325.      *
  7326.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7327.      */
  7328.     protected function getDoctrine_QuerySqlCommandService()
  7329.     {
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  7334.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7335.         $instance->setName('doctrine:query:sql');
  7336.         return $instance;
  7337.     }
  7338.     /**
  7339.      * Gets the private 'doctrine.schema_create_command' shared service.
  7340.      *
  7341.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  7342.      */
  7343.     protected function getDoctrine_SchemaCreateCommandService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7350.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7351.         $instance->setName('doctrine:schema:create');
  7352.         return $instance;
  7353.     }
  7354.     /**
  7355.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7356.      *
  7357.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  7358.      */
  7359.     protected function getDoctrine_SchemaDropCommandService()
  7360.     {
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  7366.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7367.         $instance->setName('doctrine:schema:drop');
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'doctrine.schema_update_command' shared service.
  7372.      *
  7373.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  7374.      */
  7375.     protected function getDoctrine_SchemaUpdateCommandService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7382.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7383.         $instance->setName('doctrine:schema:update');
  7384.         return $instance;
  7385.     }
  7386.     /**
  7387.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7388.      *
  7389.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  7390.      */
  7391.     protected function getDoctrine_SchemaValidateCommandService()
  7392.     {
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  7397.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7398.         $instance->setName('doctrine:schema:validate');
  7399.         return $instance;
  7400.     }
  7401.     /**
  7402.      * Gets the private 'doctrine.ulid_generator' shared service.
  7403.      *
  7404.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7405.      */
  7406.     protected function getDoctrine_UlidGeneratorService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7410.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7411.     }
  7412.     /**
  7413.      * Gets the private 'doctrine.uuid_generator' shared service.
  7414.      *
  7415.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7416.      */
  7417.     protected function getDoctrine_UuidGeneratorService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7421.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7422.     }
  7423.     /**
  7424.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7425.      *
  7426.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7427.      */
  7428.     protected function getDoctrineMigrations_CurrentCommandService()
  7429.     {
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7433.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  7434.         $instance->setName('doctrine:migrations:current');
  7435.         return $instance;
  7436.     }
  7437.     /**
  7438.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7439.      *
  7440.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7441.      */
  7442.     protected function getDoctrineMigrations_DiffCommandService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7447.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  7448.         $instance->setName('doctrine:migrations:diff');
  7449.         return $instance;
  7450.     }
  7451.     /**
  7452.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7453.      *
  7454.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7455.      */
  7456.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7457.     {
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7461.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  7462.         $instance->setName('doctrine:migrations:dump-schema');
  7463.         return $instance;
  7464.     }
  7465.     /**
  7466.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7467.      *
  7468.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7469.      */
  7470.     protected function getDoctrineMigrations_ExecuteCommandService()
  7471.     {
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7475.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  7476.         $instance->setName('doctrine:migrations:execute');
  7477.         return $instance;
  7478.     }
  7479.     /**
  7480.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7481.      *
  7482.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7483.      */
  7484.     protected function getDoctrineMigrations_GenerateCommandService()
  7485.     {
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7489.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  7490.         $instance->setName('doctrine:migrations:generate');
  7491.         return $instance;
  7492.     }
  7493.     /**
  7494.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7495.      *
  7496.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7497.      */
  7498.     protected function getDoctrineMigrations_LatestCommandService()
  7499.     {
  7500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7501.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7503.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  7504.         $instance->setName('doctrine:migrations:latest');
  7505.         return $instance;
  7506.     }
  7507.     /**
  7508.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7509.      *
  7510.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7511.      */
  7512.     protected function getDoctrineMigrations_MigrateCommandService()
  7513.     {
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7517.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  7518.         $instance->setName('doctrine:migrations:migrate');
  7519.         return $instance;
  7520.     }
  7521.     /**
  7522.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7523.      *
  7524.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7525.      */
  7526.     protected function getDoctrineMigrations_RollupCommandService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7531.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  7532.         $instance->setName('doctrine:migrations:rollup');
  7533.         return $instance;
  7534.     }
  7535.     /**
  7536.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7537.      *
  7538.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7539.      */
  7540.     protected function getDoctrineMigrations_StatusCommandService()
  7541.     {
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7545.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  7546.         $instance->setName('doctrine:migrations:status');
  7547.         return $instance;
  7548.     }
  7549.     /**
  7550.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7551.      *
  7552.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7553.      */
  7554.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7555.     {
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7559.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  7560.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7561.         return $instance;
  7562.     }
  7563.     /**
  7564.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7565.      *
  7566.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7567.      */
  7568.     protected function getDoctrineMigrations_UpToDateCommandService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7573.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  7574.         $instance->setName('doctrine:migrations:up-to-date');
  7575.         return $instance;
  7576.     }
  7577.     /**
  7578.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7579.      *
  7580.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7581.      */
  7582.     protected function getDoctrineMigrations_VersionCommandService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7587.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  7588.         $instance->setName('doctrine:migrations:version');
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7593.      *
  7594.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7595.      */
  7596.     protected function getDoctrineMigrations_VersionsCommandService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7601.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  7602.         $instance->setName('doctrine:migrations:list');
  7603.         return $instance;
  7604.     }
  7605.     /**
  7606.      * Gets the private 'easyadmin.filter.type.array' shared service.
  7607.      *
  7608.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  7609.      */
  7610.     protected function getEasyadmin_Filter_Type_ArrayService()
  7611.     {
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7615.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7616.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7617.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  7618.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  7619.     }
  7620.     /**
  7621.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  7622.      *
  7623.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  7624.      */
  7625.     protected function getEasyadmin_Filter_Type_BooleanService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  7633.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  7634.     }
  7635.     /**
  7636.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  7637.      *
  7638.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  7639.      */
  7640.     protected function getEasyadmin_Filter_Type_ChoiceService()
  7641.     {
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  7648.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  7649.     }
  7650.     /**
  7651.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  7652.      *
  7653.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  7654.      */
  7655.     protected function getEasyadmin_Filter_Type_ComparisonService()
  7656.     {
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  7663.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  7664.     }
  7665.     /**
  7666.      * Gets the private 'easyadmin.filter.type.date' shared service.
  7667.      *
  7668.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7669.      */
  7670.     protected function getEasyadmin_Filter_Type_DateService()
  7671.     {
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7678.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  7679.     }
  7680.     /**
  7681.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  7682.      *
  7683.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  7684.      */
  7685.     protected function getEasyadmin_Filter_Type_DateintervalService()
  7686.     {
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  7693.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  7694.     }
  7695.     /**
  7696.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  7697.      *
  7698.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7699.      */
  7700.     protected function getEasyadmin_Filter_Type_DatetimeService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7708.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  7709.     }
  7710.     /**
  7711.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  7712.      *
  7713.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7714.      */
  7715.     protected function getEasyadmin_Filter_Type_DecimalService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7723.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  7724.     }
  7725.     /**
  7726.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  7727.      *
  7728.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  7729.      */
  7730.     protected function getEasyadmin_Filter_Type_EntityService()
  7731.     {
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  7738.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  7739.     }
  7740.     /**
  7741.      * Gets the private 'easyadmin.filter.type.float' shared service.
  7742.      *
  7743.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7744.      */
  7745.     protected function getEasyadmin_Filter_Type_FloatService()
  7746.     {
  7747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7753.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  7754.     }
  7755.     /**
  7756.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  7757.      *
  7758.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  7759.      */
  7760.     protected function getEasyadmin_Filter_Type_IntegerService()
  7761.     {
  7762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  7768.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  7769.     }
  7770.     /**
  7771.      * Gets the private 'easyadmin.filter.type.text' shared service.
  7772.      *
  7773.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  7774.      */
  7775.     protected function getEasyadmin_Filter_Type_TextService()
  7776.     {
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  7780.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  7781.     }
  7782.     /**
  7783.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  7784.      *
  7785.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  7786.      */
  7787.     protected function getEasyadmin_Filter_Type_TextareaService()
  7788.     {
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  7792.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  7793.     }
  7794.     /**
  7795.      * Gets the private 'easyadmin.filter.type.time' shared service.
  7796.      *
  7797.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  7798.      */
  7799.     protected function getEasyadmin_Filter_Type_TimeService()
  7800.     {
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  7807.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  7808.     }
  7809.     /**
  7810.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  7811.      *
  7812.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  7813.      */
  7814.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  7819.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7820.     }
  7821.     /**
  7822.      * Gets the private 'easyadmin.form.type' shared service.
  7823.      *
  7824.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  7825.      */
  7826.     protected function getEasyadmin_Form_TypeService()
  7827.     {
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  7841.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  7842.         if (isset($this->privates['easyadmin.form.type'])) {
  7843.             return $this->privates['easyadmin.form.type'];
  7844.         }
  7845.         $b = ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService());
  7846.         if (isset($this->privates['easyadmin.form.type'])) {
  7847.             return $this->privates['easyadmin.form.type'];
  7848.         }
  7849.         $c = ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService());
  7850.         if (isset($this->privates['easyadmin.form.type'])) {
  7851.             return $this->privates['easyadmin.form.type'];
  7852.         }
  7853.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType($a, [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => $b=> ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], $c);
  7854.     }
  7855.     /**
  7856.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  7857.      *
  7858.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  7859.      */
  7860.     protected function getEasyadmin_Form_Type_AutocompleteService()
  7861.     {
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  7865.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  7866.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  7867.         if (isset($this->privates['easyadmin.form.type.autocomplete'])) {
  7868.             return $this->privates['easyadmin.form.type.autocomplete'];
  7869.         }
  7870.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType($a);
  7871.     }
  7872.     /**
  7873.      * Gets the private 'easyadmin.form.type.batch' shared service.
  7874.      *
  7875.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  7876.      */
  7877.     protected function getEasyadmin_Form_Type_BatchService()
  7878.     {
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  7882.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  7883.         if (isset($this->privates['easyadmin.form.type.batch'])) {
  7884.             return $this->privates['easyadmin.form.type.batch'];
  7885.         }
  7886.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType($a);
  7887.     }
  7888.     /**
  7889.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  7890.      *
  7891.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  7892.      */
  7893.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  7897.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  7898.         if (isset($this->privates['easyadmin.form.type.configurator.type'])) {
  7899.             return $this->privates['easyadmin.form.type.configurator.type'];
  7900.         }
  7901.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator($a);
  7902.     }
  7903.     /**
  7904.      * Gets the private 'easyadmin.form.type.divider' shared service.
  7905.      *
  7906.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  7907.      */
  7908.     protected function getEasyadmin_Form_Type_DividerService()
  7909.     {
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  7913.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  7914.     }
  7915.     /**
  7916.      * Gets the private 'easyadmin.form.type.extension' shared service.
  7917.      *
  7918.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  7919.      */
  7920.     protected function getEasyadmin_Form_Type_ExtensionService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  7925.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7926.     }
  7927.     /**
  7928.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  7929.      *
  7930.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  7931.      */
  7932.     protected function getEasyadmin_Form_Type_FileuploadService()
  7933.     {
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  7938.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'easyadmin.form.type.filters' shared service.
  7942.      *
  7943.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  7944.      */
  7945.     protected function getEasyadmin_Form_Type_FiltersService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  7960.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  7961.         if (isset($this->privates['easyadmin.form.type.filters'])) {
  7962.             return $this->privates['easyadmin.form.type.filters'];
  7963.         }
  7964.         $b = ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService());
  7965.         if (isset($this->privates['easyadmin.form.type.filters'])) {
  7966.             return $this->privates['easyadmin.form.type.filters'];
  7967.         }
  7968.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType($a, [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => $b=> ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  7969.     }
  7970.     /**
  7971.      * Gets the private 'easyadmin.form.type.group' shared service.
  7972.      *
  7973.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  7974.      */
  7975.     protected function getEasyadmin_Form_Type_GroupService()
  7976.     {
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  7980.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  7981.     }
  7982.     /**
  7983.      * Gets the private 'easyadmin.form.type.section' shared service.
  7984.      *
  7985.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  7986.      */
  7987.     protected function getEasyadmin_Form_Type_SectionService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  7992.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  7993.     }
  7994.     /**
  7995.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7996.      *
  7997.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7998.      */
  7999.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8000.     {
  8001.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8003.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8004.         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()));
  8005.     }
  8006.     /**
  8007.      * Gets the private 'exception_listener' shared service.
  8008.      *
  8009.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8010.      */
  8011.     protected function getExceptionListenerService()
  8012.     {
  8013.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8014.     }
  8015.     /**
  8016.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8017.      *
  8018.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8019.      */
  8020.     protected function getForm_ChoiceListFactory_CachedService()
  8021.     {
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8026.         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->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  8027.     }
  8028.     /**
  8029.      * Gets the private 'form.registry' shared service.
  8030.      *
  8031.      * @return \Symfony\Component\Form\FormRegistry
  8032.      */
  8033.     protected function getForm_RegistryService()
  8034.     {
  8035.         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, [
  8036.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  8037.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  8038.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  8039.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  8040.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  8041.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  8042.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  8043.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  8044.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  8045.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  8046.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  8047.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  8048.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  8049.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  8050.         ], [
  8051.             'easyadmin.filter.type.array' => '?',
  8052.             'easyadmin.filter.type.boolean' => '?',
  8053.             'easyadmin.filter.type.choice' => '?',
  8054.             'easyadmin.filter.type.comparison' => '?',
  8055.             'easyadmin.filter.type.date' => '?',
  8056.             'easyadmin.filter.type.dateinterval' => '?',
  8057.             'easyadmin.filter.type.datetime' => '?',
  8058.             'easyadmin.filter.type.decimal' => '?',
  8059.             'easyadmin.filter.type.entity' => '?',
  8060.             'easyadmin.filter.type.float' => '?',
  8061.             'easyadmin.filter.type.integer' => '?',
  8062.             'easyadmin.filter.type.text' => '?',
  8063.             'easyadmin.filter.type.textarea' => '?',
  8064.             'easyadmin.filter.type.time' => '?',
  8065.         ]), [], new RewindableGenerator(function () {
  8066.             return new \EmptyIterator();
  8067.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8068.             'App\\Form\\Admin\\BrandType' => ['privates''App\\Form\\Admin\\BrandType''getBrandTypeService'false],
  8069.             'App\\Form\\Admin\\CalculateButtonType' => ['privates''App\\Form\\Admin\\CalculateButtonType''getCalculateButtonTypeService'false],
  8070.             'App\\Form\\Admin\\ImportRecipeFileType' => ['privates''App\\Form\\Admin\\ImportRecipeFileType''getImportRecipeFileTypeService'false],
  8071.             'App\\Form\\Admin\\LinePatternType' => ['privates''App\\Form\\Admin\\LinePatternType''getLinePatternTypeService'false],
  8072.             'App\\Form\\Admin\\NotMappedChoiceType' => ['privates''App\\Form\\Admin\\NotMappedChoiceType''getNotMappedChoiceTypeService'false],
  8073.             'App\\Form\\Admin\\RecipeCalculator\\MaturityType' => ['privates''App\\Form\\Admin\\RecipeCalculator\\MaturityType''getMaturityTypeService'false],
  8074.             'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType' => ['privates''App\\Form\\Admin\\RecipeCalculator\\PreviewChartType''getPreviewChartTypeService'false],
  8075.             'App\\Form\\Api\\DataSampleType' => ['privates''App\\Form\\Api\\DataSampleType''getDataSampleTypeService'false],
  8076.             'App\\Form\\Api\\ErrorType' => ['privates''App\\Form\\Api\\ErrorType''getErrorTypeService'false],
  8077.             'App\\Form\\CustomDateTimeType' => ['privates''App\\Form\\CustomDateTimeType''getCustomDateTimeTypeService'false],
  8078.             'App\\Form\\MeasurementData\\ChannelCoefficientType' => ['privates''App\\Form\\MeasurementData\\ChannelCoefficientType''getChannelCoefficientTypeService'false],
  8079.             'App\\Form\\MeasurementData\\ChannelSettingType' => ['privates''App\\Form\\MeasurementData\\ChannelSettingType''getChannelSettingTypeService'false],
  8080.             'App\\Form\\MeasurementData\\MeasurementFilterType' => ['privates''App\\Form\\MeasurementData\\MeasurementFilterType''getMeasurementFilterTypeService'false],
  8081.             'App\\Form\\MeasurementData\\MeasurementMergeType' => ['privates''App\\Form\\MeasurementData\\MeasurementMergeType''getMeasurementMergeTypeService'false],
  8082.             'App\\Form\\MeasurementData\\MeasurementNoteType' => ['privates''App\\Form\\MeasurementData\\MeasurementNoteType''getMeasurementNoteTypeService'false],
  8083.             'App\\Form\\MeasurementData\\MeasurementProbesWizardType' => ['privates''App\\Form\\MeasurementData\\MeasurementProbesWizardType''getMeasurementProbesWizardTypeService'false],
  8084.             'App\\Form\\MeasurementData\\PreviousChannelMergeType' => ['privates''App\\Form\\MeasurementData\\PreviousChannelMergeType''getPreviousChannelMergeTypeService'false],
  8085.             'App\\Form\\MeasurementData\\ReportType' => ['privates''App\\Form\\MeasurementData\\ReportType''getReportTypeService'false],
  8086.             'App\\Form\\MeasurementData\\StandardRecipeFormType' => ['privates''App\\Form\\MeasurementData\\StandardRecipeFormType''getStandardRecipeFormTypeService'false],
  8087.             'App\\Form\\Security\\ResetPasswordType' => ['privates''App\\Form\\Security\\ResetPasswordType''getResetPasswordTypeService'false],
  8088.             'App\\Form\\Security\\TriggerPasswordResetType' => ['privates''App\\Form\\Security\\TriggerPasswordResetType''getTriggerPasswordResetTypeService'false],
  8089.             'App\\Form\\UserInterface\\ChannelNameType' => ['privates''App\\Form\\UserInterface\\ChannelNameType''getChannelNameTypeService'false],
  8090.             'App\\Form\\UserInterface\\ChannelRecipeType' => ['privates''App\\Form\\UserInterface\\ChannelRecipeType''getChannelRecipeTypeService'false],
  8091.             'App\\Form\\UserInterface\\ChartType' => ['privates''App\\Form\\UserInterface\\ChartType''getChartTypeService'false],
  8092.             'App\\Form\\UserInterface\\DemoLinkType' => ['privates''App\\Form\\UserInterface\\DemoLinkType''getDemoLinkTypeService'false],
  8093.             'App\\Form\\UserInterface\\DeviceNameType' => ['privates''App\\Form\\UserInterface\\DeviceNameType''getDeviceNameTypeService'false],
  8094.             'App\\Form\\UserInterface\\InfoType' => ['privates''App\\Form\\UserInterface\\InfoType''getInfoTypeService'false],
  8095.             'App\\Form\\UserInterface\\MeasurementNameType' => ['privates''App\\Form\\UserInterface\\MeasurementNameType''getMeasurementNameTypeService'false],
  8096.             'App\\Form\\UserInterface\\MeasurementType' => ['privates''App\\Form\\UserInterface\\MeasurementType''getMeasurementTypeService'false],
  8097.             'App\\Form\\UserInterface\\TableType' => ['privates''App\\Form\\UserInterface\\TableType''getTableTypeService'false],
  8098.             'App\\Form\\WinAppExportTemperaturesFileType' => ['privates''App\\Form\\WinAppExportTemperaturesFileType''getWinAppExportTemperaturesFileTypeService'false],
  8099.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  8100.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  8101.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  8102.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  8103.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  8104.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  8105.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  8106.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  8107.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8108.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8109.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8110.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8111.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8112.         ], [
  8113.             'App\\Form\\Admin\\BrandType' => '?',
  8114.             'App\\Form\\Admin\\CalculateButtonType' => '?',
  8115.             'App\\Form\\Admin\\ImportRecipeFileType' => '?',
  8116.             'App\\Form\\Admin\\LinePatternType' => '?',
  8117.             'App\\Form\\Admin\\NotMappedChoiceType' => '?',
  8118.             'App\\Form\\Admin\\RecipeCalculator\\MaturityType' => '?',
  8119.             'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType' => '?',
  8120.             'App\\Form\\Api\\DataSampleType' => '?',
  8121.             'App\\Form\\Api\\ErrorType' => '?',
  8122.             'App\\Form\\CustomDateTimeType' => '?',
  8123.             'App\\Form\\MeasurementData\\ChannelCoefficientType' => '?',
  8124.             'App\\Form\\MeasurementData\\ChannelSettingType' => '?',
  8125.             'App\\Form\\MeasurementData\\MeasurementFilterType' => '?',
  8126.             'App\\Form\\MeasurementData\\MeasurementMergeType' => '?',
  8127.             'App\\Form\\MeasurementData\\MeasurementNoteType' => '?',
  8128.             'App\\Form\\MeasurementData\\MeasurementProbesWizardType' => '?',
  8129.             'App\\Form\\MeasurementData\\PreviousChannelMergeType' => '?',
  8130.             'App\\Form\\MeasurementData\\ReportType' => '?',
  8131.             'App\\Form\\MeasurementData\\StandardRecipeFormType' => '?',
  8132.             'App\\Form\\Security\\ResetPasswordType' => '?',
  8133.             'App\\Form\\Security\\TriggerPasswordResetType' => '?',
  8134.             'App\\Form\\UserInterface\\ChannelNameType' => '?',
  8135.             'App\\Form\\UserInterface\\ChannelRecipeType' => '?',
  8136.             'App\\Form\\UserInterface\\ChartType' => '?',
  8137.             'App\\Form\\UserInterface\\DemoLinkType' => '?',
  8138.             'App\\Form\\UserInterface\\DeviceNameType' => '?',
  8139.             'App\\Form\\UserInterface\\InfoType' => '?',
  8140.             'App\\Form\\UserInterface\\MeasurementNameType' => '?',
  8141.             'App\\Form\\UserInterface\\MeasurementType' => '?',
  8142.             'App\\Form\\UserInterface\\TableType' => '?',
  8143.             'App\\Form\\WinAppExportTemperaturesFileType' => '?',
  8144.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  8145.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  8146.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  8147.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  8148.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  8149.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  8150.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  8151.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8152.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8153.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8154.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8155.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8156.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8157.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8158.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8159.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8160.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8161.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8162.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8163.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8164.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  8165.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  8166.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8167.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8168.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8169.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8170.         }, 1)], new RewindableGenerator(function () {
  8171.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8172.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8173.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  8174.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8175.     }
  8176.     /**
  8177.      * Gets the private 'form.server_params' shared service.
  8178.      *
  8179.      * @return \Symfony\Component\Form\Util\ServerParams
  8180.      */
  8181.     protected function getForm_ServerParamsService()
  8182.     {
  8183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8184.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8185.     }
  8186.     /**
  8187.      * Gets the private 'form.type.choice' shared service.
  8188.      *
  8189.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8190.      */
  8191.     protected function getForm_Type_ChoiceService()
  8192.     {
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8196.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8197.     }
  8198.     /**
  8199.      * Gets the private 'form.type.color' shared service.
  8200.      *
  8201.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8202.      */
  8203.     protected function getForm_Type_ColorService()
  8204.     {
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8208.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8209.     }
  8210.     /**
  8211.      * Gets the private 'form.type.entity' shared service.
  8212.      *
  8213.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8214.      */
  8215.     protected function getForm_Type_EntityService()
  8216.     {
  8217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8219.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8220.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8221.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8222.     }
  8223.     /**
  8224.      * Gets the private 'form.type.form' shared service.
  8225.      *
  8226.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8227.      */
  8228.     protected function getForm_Type_FormService()
  8229.     {
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8234.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  8235.     }
  8236.     /**
  8237.      * Gets the private 'form.type_extension.csrf' shared service.
  8238.      *
  8239.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8240.      */
  8241.     protected function getForm_TypeExtension_CsrfService()
  8242.     {
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8246.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8247.     }
  8248.     /**
  8249.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8250.      *
  8251.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8252.      */
  8253.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8254.     {
  8255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8258.         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()));
  8259.     }
  8260.     /**
  8261.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8262.      *
  8263.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8264.      */
  8265.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8272.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  8273.     }
  8274.     /**
  8275.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8276.      *
  8277.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8278.      */
  8279.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8280.     {
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8284.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8285.     }
  8286.     /**
  8287.      * Gets the private 'form.type_extension.form.validator' shared service.
  8288.      *
  8289.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8290.      */
  8291.     protected function getForm_TypeExtension_Form_ValidatorService()
  8292.     {
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8297.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8298.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8299.             return $this->privates['form.type_extension.form.validator'];
  8300.         }
  8301.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  8302.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8303.             return $this->privates['form.type_extension.form.validator'];
  8304.         }
  8305.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  8306.     }
  8307.     /**
  8308.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8309.      *
  8310.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8311.      */
  8312.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8313.     {
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8317.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8318.     }
  8319.     /**
  8320.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8321.      *
  8322.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8323.      */
  8324.     protected function getForm_TypeGuesser_DoctrineService()
  8325.     {
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8328.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8329.     }
  8330.     /**
  8331.      * Gets the private 'form.type_guesser.validator' shared service.
  8332.      *
  8333.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8334.      */
  8335.     protected function getForm_TypeGuesser_ValidatorService()
  8336.     {
  8337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8339.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8340.         if (isset($this->privates['form.type_guesser.validator'])) {
  8341.             return $this->privates['form.type_guesser.validator'];
  8342.         }
  8343.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  8344.     }
  8345.     /**
  8346.      * Gets the private 'fos_rest.format_listener' shared service.
  8347.      *
  8348.      * @return \FOS\RestBundle\EventListener\FormatListener
  8349.      */
  8350.     protected function getFosRest_FormatListenerService()
  8351.     {
  8352.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8353.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  8354.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => '2.0''fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  8355.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> '*/*'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  8356.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  8357.     }
  8358.     /**
  8359.      * Gets the private 'fragment.renderer.inline' shared service.
  8360.      *
  8361.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8362.      */
  8363.     protected function getFragment_Renderer_InlineService()
  8364.     {
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8368.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8369.         if (isset($this->privates['fragment.renderer.inline'])) {
  8370.             return $this->privates['fragment.renderer.inline'];
  8371.         }
  8372.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8373.         if (isset($this->privates['fragment.renderer.inline'])) {
  8374.             return $this->privates['fragment.renderer.inline'];
  8375.         }
  8376.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  8377.         $instance->setFragmentPath('/_fragment');
  8378.         return $instance;
  8379.     }
  8380.     /**
  8381.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8382.      *
  8383.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8384.      */
  8385.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8386.     {
  8387.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  8388.     }
  8389.     /**
  8390.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8391.      *
  8392.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8393.      */
  8394.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8395.     {
  8396.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8397.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  8398.             return $this->privates['framework_extra_bundle.event.is_granted'];
  8399.         }
  8400.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  8401.     }
  8402.     /**
  8403.      * Gets the private 'locale_aware_listener' shared service.
  8404.      *
  8405.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8406.      */
  8407.     protected function getLocaleAwareListenerService()
  8408.     {
  8409.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8410.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  8411.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8412.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8413.     }
  8414.     /**
  8415.      * Gets the private 'locale_listener' shared service.
  8416.      *
  8417.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8418.      */
  8419.     protected function getLocaleListenerService()
  8420.     {
  8421.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  8422.     }
  8423.     /**
  8424.      * Gets the private 'mailer.transport_factory.native' shared service.
  8425.      *
  8426.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8427.      */
  8428.     protected function getMailer_TransportFactory_NativeService()
  8429.     {
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8433.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8434.         if (isset($this->privates['mailer.transport_factory.native'])) {
  8435.             return $this->privates['mailer.transport_factory.native'];
  8436.         }
  8437.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8438.     }
  8439.     /**
  8440.      * Gets the private 'mailer.transport_factory.null' shared service.
  8441.      *
  8442.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8443.      */
  8444.     protected function getMailer_TransportFactory_NullService()
  8445.     {
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8449.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8450.         if (isset($this->privates['mailer.transport_factory.null'])) {
  8451.             return $this->privates['mailer.transport_factory.null'];
  8452.         }
  8453.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8454.     }
  8455.     /**
  8456.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8457.      *
  8458.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8459.      */
  8460.     protected function getMailer_TransportFactory_SendmailService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8465.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8466.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  8467.             return $this->privates['mailer.transport_factory.sendmail'];
  8468.         }
  8469.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8470.     }
  8471.     /**
  8472.      * Gets the private 'mailer.transport_factory.smtp' shared autowired service.
  8473.      *
  8474.      * @return \App\Mailer\EsmtpTransportFactory
  8475.      */
  8476.     protected function getMailer_TransportFactory_SmtpService()
  8477.     {
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8480.         include_once \dirname(__DIR__4).'/src/Mailer/EsmtpTransportFactory.php';
  8481.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8482.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  8483.             return $this->privates['mailer.transport_factory.smtp'];
  8484.         }
  8485.         return $this->privates['mailer.transport_factory.smtp'] = new \App\Mailer\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8486.     }
  8487.     /**
  8488.      * Gets the private 'mailer.transports' shared service.
  8489.      *
  8490.      * @return \Symfony\Component\Mailer\Transport\Transports
  8491.      */
  8492.     protected function getMailer_TransportsService()
  8493.     {
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8497.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8498.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  8499.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  8500.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  8501.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  8502.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  8503.     }
  8504.     /**
  8505.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8506.      *
  8507.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8508.      */
  8509.     protected function getMaker_AutoCommand_MakeAuthService()
  8510.     {
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8518.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8519.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8520.         $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);
  8521.         $instance->setName('make:auth');
  8522.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8523.         return $instance;
  8524.     }
  8525.     /**
  8526.      * Gets the private 'maker.auto_command.make_command' shared service.
  8527.      *
  8528.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8529.      */
  8530.     protected function getMaker_AutoCommand_MakeCommandService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8537.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8538.         $instance->setName('make:command');
  8539.         $instance->setDescription('Creates a new console command class');
  8540.         return $instance;
  8541.     }
  8542.     /**
  8543.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8544.      *
  8545.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8546.      */
  8547.     protected function getMaker_AutoCommand_MakeControllerService()
  8548.     {
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8554.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8555.         $instance->setName('make:controller');
  8556.         $instance->setDescription('Creates a new controller class');
  8557.         return $instance;
  8558.     }
  8559.     /**
  8560.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8561.      *
  8562.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8563.      */
  8564.     protected function getMaker_AutoCommand_MakeCrudService()
  8565.     {
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8571.         $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()));
  8572.         $instance->setName('make:crud');
  8573.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8578.      *
  8579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8580.      */
  8581.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8588.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8589.         $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()));
  8590.         $instance->setName('make:docker:database');
  8591.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8592.         return $instance;
  8593.     }
  8594.     /**
  8595.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8596.      *
  8597.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8598.      */
  8599.     protected function getMaker_AutoCommand_MakeEntityService()
  8600.     {
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8607.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8608.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8609.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  8610.         $instance->setName('make:entity');
  8611.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8612.         return $instance;
  8613.     }
  8614.     /**
  8615.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8616.      *
  8617.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8618.      */
  8619.     protected function getMaker_AutoCommand_MakeFixturesService()
  8620.     {
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8626.         $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()));
  8627.         $instance->setName('make:fixtures');
  8628.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8629.         return $instance;
  8630.     }
  8631.     /**
  8632.      * Gets the private 'maker.auto_command.make_form' shared service.
  8633.      *
  8634.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8635.      */
  8636.     protected function getMaker_AutoCommand_MakeFormService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8643.         $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()));
  8644.         $instance->setName('make:form');
  8645.         $instance->setDescription('Creates a new form class');
  8646.         return $instance;
  8647.     }
  8648.     /**
  8649.      * Gets the private 'maker.auto_command.make_message' shared service.
  8650.      *
  8651.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8652.      */
  8653.     protected function getMaker_AutoCommand_MakeMessageService()
  8654.     {
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8660.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8661.         $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()));
  8662.         $instance->setName('make:message');
  8663.         $instance->setDescription('Creates a new message and handler');
  8664.         return $instance;
  8665.     }
  8666.     /**
  8667.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8668.      *
  8669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8670.      */
  8671.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8672.     {
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8678.         $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()));
  8679.         $instance->setName('make:messenger-middleware');
  8680.         $instance->setDescription('Creates a new messenger middleware');
  8681.         return $instance;
  8682.     }
  8683.     /**
  8684.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8685.      *
  8686.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8687.      */
  8688.     protected function getMaker_AutoCommand_MakeMigrationService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8696.         $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()));
  8697.         $instance->setName('make:migration');
  8698.         $instance->setDescription('Creates a new migration based on database changes');
  8699.         return $instance;
  8700.     }
  8701.     /**
  8702.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8703.      *
  8704.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8705.      */
  8706.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8707.     {
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8713.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8714.         $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()));
  8715.         $instance->setName('make:registration-form');
  8716.         $instance->setDescription('Creates a new registration form system');
  8717.         return $instance;
  8718.     }
  8719.     /**
  8720.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8721.      *
  8722.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8723.      */
  8724.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8731.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8732.         $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()));
  8733.         $instance->setName('make:reset-password');
  8734.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8735.         return $instance;
  8736.     }
  8737.     /**
  8738.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8739.      *
  8740.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8741.      */
  8742.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8743.     {
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8749.         $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()));
  8750.         $instance->setName('make:serializer:encoder');
  8751.         $instance->setDescription('Creates a new serializer encoder class');
  8752.         return $instance;
  8753.     }
  8754.     /**
  8755.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8756.      *
  8757.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8758.      */
  8759.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8760.     {
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8766.         $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()));
  8767.         $instance->setName('make:serializer:normalizer');
  8768.         $instance->setDescription('Creates a new serializer normalizer class');
  8769.         return $instance;
  8770.     }
  8771.     /**
  8772.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8773.      *
  8774.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8775.      */
  8776.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8777.     {
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8783.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8784.         $instance->setName('make:stimulus-controller');
  8785.         $instance->setDescription('Creates a new Stimulus controller');
  8786.         return $instance;
  8787.     }
  8788.     /**
  8789.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8790.      *
  8791.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8792.      */
  8793.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8794.     {
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8801.         $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()));
  8802.         $instance->setName('make:subscriber');
  8803.         $instance->setDescription('Creates a new event subscriber class');
  8804.         return $instance;
  8805.     }
  8806.     /**
  8807.      * Gets the private 'maker.auto_command.make_test' shared service.
  8808.      *
  8809.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8810.      */
  8811.     protected function getMaker_AutoCommand_MakeTestService()
  8812.     {
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8819.         $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()));
  8820.         $instance->setName('make:test');
  8821.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8822.         $instance->setDescription('Creates a new test class');
  8823.         return $instance;
  8824.     }
  8825.     /**
  8826.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8827.      *
  8828.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8829.      */
  8830.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8837.         $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()));
  8838.         $instance->setName('make:twig-extension');
  8839.         $instance->setDescription('Creates a new Twig extension class');
  8840.         return $instance;
  8841.     }
  8842.     /**
  8843.      * Gets the private 'maker.auto_command.make_user' shared service.
  8844.      *
  8845.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8846.      */
  8847.     protected function getMaker_AutoCommand_MakeUserService()
  8848.     {
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8856.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8857.         $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()));
  8858.         $instance->setName('make:user');
  8859.         $instance->setDescription('Creates a new security user class');
  8860.         return $instance;
  8861.     }
  8862.     /**
  8863.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8864.      *
  8865.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8866.      */
  8867.     protected function getMaker_AutoCommand_MakeValidatorService()
  8868.     {
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8874.         $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()));
  8875.         $instance->setName('make:validator');
  8876.         $instance->setDescription('Creates a new validator and constraint class');
  8877.         return $instance;
  8878.     }
  8879.     /**
  8880.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8881.      *
  8882.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8883.      */
  8884.     protected function getMaker_AutoCommand_MakeVoterService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8891.         $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()));
  8892.         $instance->setName('make:voter');
  8893.         $instance->setDescription('Creates a new security voter class');
  8894.         return $instance;
  8895.     }
  8896.     /**
  8897.      * Gets the private 'maker.doctrine_helper' shared service.
  8898.      *
  8899.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8900.      */
  8901.     protected function getMaker_DoctrineHelperService()
  8902.     {
  8903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8904.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  8905.     }
  8906.     /**
  8907.      * Gets the private 'maker.entity_class_generator' shared service.
  8908.      *
  8909.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8910.      */
  8911.     protected function getMaker_EntityClassGeneratorService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8914.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8915.     }
  8916.     /**
  8917.      * Gets the private 'maker.file_manager' shared service.
  8918.      *
  8919.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8920.      */
  8921.     protected function getMaker_FileManagerService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8928.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8929.     }
  8930.     /**
  8931.      * Gets the private 'maker.generator' shared service.
  8932.      *
  8933.      * @return \Symfony\Bundle\MakerBundle\Generator
  8934.      */
  8935.     protected function getMaker_GeneratorService()
  8936.     {
  8937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8939.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8940.         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));
  8941.     }
  8942.     /**
  8943.      * Gets the private 'maker.php_compat_util' shared service.
  8944.      *
  8945.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8946.      */
  8947.     protected function getMaker_PhpCompatUtilService()
  8948.     {
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8950.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8951.     }
  8952.     /**
  8953.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8954.      *
  8955.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8956.      */
  8957.     protected function getMaker_Renderer_FormTypeRendererService()
  8958.     {
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8960.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8961.     }
  8962.     /**
  8963.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  8964.      *
  8965.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  8966.      */
  8967.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  8968.     {
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  8973.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Messenger\\Event\\DataSampleAdded' => new RewindableGenerator(function () {
  8974.             yield => ($this->privates['.messenger.handler_descriptor.ul9hsrA'] ?? $this->get_Messenger_HandlerDescriptor_Ul9hsrAService());
  8975.             yield => ($this->privates['.messenger.handler_descriptor.3iy9Gbr'] ?? $this->get_Messenger_HandlerDescriptor_3iy9GbrService());
  8976.             yield => ($this->privates['.messenger.handler_descriptor._PzCrgG'] ?? $this->get_Messenger_HandlerDescriptor_PzCrgGService());
  8977.         }, 3), 'App\\Entity\\DeviceLastCommunication' => new RewindableGenerator(function () {
  8978.             yield => ($this->privates['.messenger.handler_descriptor.ioJXN1j'] ?? $this->get_Messenger_HandlerDescriptor_IoJXN1jService());
  8979.         }, 1), 'App\\Model\\DataSampleRequest' => new RewindableGenerator(function () {
  8980.             yield => ($this->privates['.messenger.handler_descriptor.B3epLWt'] ?? $this->get_Messenger_HandlerDescriptor_B3epLWtService());
  8981.         }, 1), 'Symfony\\Component\\Mime\\Email' => new RewindableGenerator(function () {
  8982.             yield => ($this->privates['.messenger.handler_descriptor.5ZQnKgk'] ?? $this->get_Messenger_HandlerDescriptor_5ZQnKgkService());
  8983.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  8984.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  8985.         }, 1)]));
  8986.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8987.         return $instance;
  8988.     }
  8989.     /**
  8990.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  8991.      *
  8992.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  8993.      */
  8994.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  8995.     {
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  8998.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  8999.     }
  9000.     /**
  9001.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  9002.      *
  9003.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  9004.      */
  9005.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  9006.     {
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  9008.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9009.     }
  9010.     /**
  9011.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  9012.      *
  9013.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  9014.      */
  9015.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  9018.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9019.     }
  9020.     /**
  9021.      * Gets the private 'messenger.middleware.send_message' shared service.
  9022.      *
  9023.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  9024.      */
  9025.     protected function getMessenger_Middleware_SendMessageService()
  9026.     {
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  9031.         $a = ($this->privates['.service_locator.tfe0Uvf'] ?? $this->get_ServiceLocator_Tfe0UvfService());
  9032.         if (isset($this->privates['messenger.middleware.send_message'])) {
  9033.             return $this->privates['messenger.middleware.send_message'];
  9034.         }
  9035.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9036.         if (isset($this->privates['messenger.middleware.send_message'])) {
  9037.             return $this->privates['messenger.middleware.send_message'];
  9038.         }
  9039.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Model\\DataSampleRequest' => $this->parameters['nelmio_api_doc.areas'], 'App\\Messenger\\Message\\PasswordResetEmail' => [=> 'mail_password_reset'], 'App\\Messenger\\Message\\AccountActivateEmail' => [=> 'mail_activate_account'], 'App\\Messenger\\Message\\NotificationEmail' => [=> 'mail_notification'], 'App\\Messenger\\Event\\DataSampleAdded' => [=> 'data_sample_added'], 'App\\Messenger\\Message\\CommandNotificationEmail' => [=> 'command_notification']], $a), $b);
  9040.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9041.         return $instance;
  9042.     }
  9043.     /**
  9044.      * Gets the private 'messenger.receiver_locator' shared service.
  9045.      *
  9046.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9047.      */
  9048.     protected function getMessenger_ReceiverLocatorService()
  9049.     {
  9050.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9051.             'command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  9052.             'data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  9053.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  9054.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9055.             'mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  9056.             'mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  9057.             'mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  9058.             'messenger.transport.command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  9059.             'messenger.transport.data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  9060.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  9061.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9062.             'messenger.transport.mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  9063.             'messenger.transport.mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  9064.             'messenger.transport.mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  9065.         ], [
  9066.             'command_notification' => '?',
  9067.             'data_sample_added' => '?',
  9068.             'default' => '?',
  9069.             'failed' => '?',
  9070.             'mail_activate_account' => '?',
  9071.             'mail_notification' => '?',
  9072.             'mail_password_reset' => '?',
  9073.             'messenger.transport.command_notification' => '?',
  9074.             'messenger.transport.data_sample_added' => '?',
  9075.             'messenger.transport.default' => '?',
  9076.             'messenger.transport.failed' => '?',
  9077.             'messenger.transport.mail_activate_account' => '?',
  9078.             'messenger.transport.mail_notification' => '?',
  9079.             'messenger.transport.mail_password_reset' => '?',
  9080.         ]);
  9081.     }
  9082.     /**
  9083.      * Gets the private 'messenger.retry.multiplier_retry_strategy.command_notification' shared service.
  9084.      *
  9085.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9086.      */
  9087.     protected function getMessenger_Retry_MultiplierRetryStrategy_CommandNotificationService()
  9088.     {
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9091.         return $this->privates['messenger.retry.multiplier_retry_strategy.command_notification'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9092.     }
  9093.     /**
  9094.      * Gets the private 'messenger.retry.multiplier_retry_strategy.data_sample_added' shared service.
  9095.      *
  9096.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9097.      */
  9098.     protected function getMessenger_Retry_MultiplierRetryStrategy_DataSampleAddedService()
  9099.     {
  9100.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9102.         return $this->privates['messenger.retry.multiplier_retry_strategy.data_sample_added'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9103.     }
  9104.     /**
  9105.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  9106.      *
  9107.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9108.      */
  9109.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  9110.     {
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9113.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9114.     }
  9115.     /**
  9116.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  9117.      *
  9118.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9119.      */
  9120.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9124.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9125.     }
  9126.     /**
  9127.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_activate_account' shared service.
  9128.      *
  9129.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9130.      */
  9131.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailActivateAccountService()
  9132.     {
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9135.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_activate_account'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9136.     }
  9137.     /**
  9138.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_notification' shared service.
  9139.      *
  9140.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9141.      */
  9142.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailNotificationService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9146.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_notification'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9147.     }
  9148.     /**
  9149.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_password_reset' shared service.
  9150.      *
  9151.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9152.      */
  9153.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailPasswordResetService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9157.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_password_reset'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9158.     }
  9159.     /**
  9160.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  9161.      *
  9162.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  9163.      */
  9164.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  9165.     {
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  9167.         $a = ($this->privates['.service_locator.tfe0Uvf'] ?? $this->get_ServiceLocator_Tfe0UvfService());
  9168.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  9169.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  9170.         }
  9171.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9172.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  9173.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  9174.         }
  9175.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9176.             'command_notification' => ['privates''messenger.retry.multiplier_retry_strategy.command_notification''getMessenger_Retry_MultiplierRetryStrategy_CommandNotificationService'false],
  9177.             'data_sample_added' => ['privates''messenger.retry.multiplier_retry_strategy.data_sample_added''getMessenger_Retry_MultiplierRetryStrategy_DataSampleAddedService'false],
  9178.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  9179.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  9180.             'mail_activate_account' => ['privates''messenger.retry.multiplier_retry_strategy.mail_activate_account''getMessenger_Retry_MultiplierRetryStrategy_MailActivateAccountService'false],
  9181.             'mail_notification' => ['privates''messenger.retry.multiplier_retry_strategy.mail_notification''getMessenger_Retry_MultiplierRetryStrategy_MailNotificationService'false],
  9182.             'mail_password_reset' => ['privates''messenger.retry.multiplier_retry_strategy.mail_password_reset''getMessenger_Retry_MultiplierRetryStrategy_MailPasswordResetService'false],
  9183.         ], [
  9184.             'command_notification' => '?',
  9185.             'data_sample_added' => '?',
  9186.             'default' => '?',
  9187.             'failed' => '?',
  9188.             'mail_activate_account' => '?',
  9189.             'mail_notification' => '?',
  9190.             'mail_password_reset' => '?',
  9191.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  9192.     }
  9193.     /**
  9194.      * Gets the private 'messenger.routable_message_bus' shared service.
  9195.      *
  9196.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  9197.      */
  9198.     protected function getMessenger_RoutableMessageBusService()
  9199.     {
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  9201.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9202.         if (isset($this->privates['messenger.routable_message_bus'])) {
  9203.             return $this->privates['messenger.routable_message_bus'];
  9204.         }
  9205.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9206.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9207.         ], [
  9208.             'messenger.bus.default' => '?',
  9209.         ]), $a);
  9210.     }
  9211.     /**
  9212.      * Gets the private 'messenger.transport.command_notification' shared service.
  9213.      *
  9214.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9215.      */
  9216.     protected function getMessenger_Transport_CommandNotificationService()
  9217.     {
  9218.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9223.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9224.         if (isset($this->privates['messenger.transport.command_notification'])) {
  9225.             return $this->privates['messenger.transport.command_notification'];
  9226.         }
  9227.         return $this->privates['messenger.transport.command_notification'] = $a->createTransport('silk-doctrine://default?queue_name=command_notification', ['queue_name' => 'command_notification''table_name' => 'mailer_queue''redeliver_timeout' => 9999999999'transport_name' => 'command_notification'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9228.     }
  9229.     /**
  9230.      * Gets the private 'messenger.transport.data_sample_added' shared service.
  9231.      *
  9232.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9233.      */
  9234.     protected function getMessenger_Transport_DataSampleAddedService()
  9235.     {
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9241.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9242.         if (isset($this->privates['messenger.transport.data_sample_added'])) {
  9243.             return $this->privates['messenger.transport.data_sample_added'];
  9244.         }
  9245.         return $this->privates['messenger.transport.data_sample_added'] = $a->createTransport('silk-doctrine://default?queue_name=data_sample_added', ['queue_name' => 'waiting''table_name' => 'data_sample_added_queue''redeliver_timeout' => 9999999999'transport_name' => 'data_sample_added'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9246.     }
  9247.     /**
  9248.      * Gets the private 'messenger.transport.default' shared service.
  9249.      *
  9250.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9251.      */
  9252.     protected function getMessenger_Transport_DefaultService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9259.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9260.         if (isset($this->privates['messenger.transport.default'])) {
  9261.             return $this->privates['messenger.transport.default'];
  9262.         }
  9263.         return $this->privates['messenger.transport.default'] = $a->createTransport('silk-doctrine://default?queue_name=data_sample_request_queue', ['queue_name' => 'waiting''table_name' => 'data_sample_request_queue''redeliver_timeout' => 9999999999'transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9264.     }
  9265.     /**
  9266.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  9267.      *
  9268.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  9269.      */
  9270.     protected function getMessenger_Transport_Doctrine_FactoryService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  9274.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9275.     }
  9276.     /**
  9277.      * Gets the private 'messenger.transport.failed' shared service.
  9278.      *
  9279.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9280.      */
  9281.     protected function getMessenger_Transport_FailedService()
  9282.     {
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9288.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9289.         if (isset($this->privates['messenger.transport.failed'])) {
  9290.             return $this->privates['messenger.transport.failed'];
  9291.         }
  9292.         return $this->privates['messenger.transport.failed'] = $a->createTransport('silk-doctrine://default?queue_name=data_sample_request_queue', ['queue_name' => 'failed''table_name' => 'data_sample_request_queue''redeliver_timeout' => 9999999999'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9293.     }
  9294.     /**
  9295.      * Gets the private 'messenger.transport.mail_activate_account' shared service.
  9296.      *
  9297.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9298.      */
  9299.     protected function getMessenger_Transport_MailActivateAccountService()
  9300.     {
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9306.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9307.         if (isset($this->privates['messenger.transport.mail_activate_account'])) {
  9308.             return $this->privates['messenger.transport.mail_activate_account'];
  9309.         }
  9310.         return $this->privates['messenger.transport.mail_activate_account'] = $a->createTransport('silk-doctrine://default?queue_name=mail_activate_account', ['queue_name' => 'mail_activate_account''table_name' => 'mailer_queue''redeliver_timeout' => 9999999999'transport_name' => 'mail_activate_account'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9311.     }
  9312.     /**
  9313.      * Gets the private 'messenger.transport.mail_notification' shared service.
  9314.      *
  9315.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9316.      */
  9317.     protected function getMessenger_Transport_MailNotificationService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9324.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9325.         if (isset($this->privates['messenger.transport.mail_notification'])) {
  9326.             return $this->privates['messenger.transport.mail_notification'];
  9327.         }
  9328.         return $this->privates['messenger.transport.mail_notification'] = $a->createTransport('silk-doctrine://default?queue_name=mail_notification', ['queue_name' => 'mail_notification''table_name' => 'mailer_queue''redeliver_timeout' => 9999999999'transport_name' => 'mail_notification'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9329.     }
  9330.     /**
  9331.      * Gets the private 'messenger.transport.mail_password_reset' shared service.
  9332.      *
  9333.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9334.      */
  9335.     protected function getMessenger_Transport_MailPasswordResetService()
  9336.     {
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9342.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9343.         if (isset($this->privates['messenger.transport.mail_password_reset'])) {
  9344.             return $this->privates['messenger.transport.mail_password_reset'];
  9345.         }
  9346.         return $this->privates['messenger.transport.mail_password_reset'] = $a->createTransport('silk-doctrine://default?queue_name=password_reset', ['queue_name' => 'mail_activate_account''table_name' => 'mailer_queue''redeliver_timeout' => 9999999999'transport_name' => 'mail_password_reset'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  9347.     }
  9348.     /**
  9349.      * Gets the private 'messenger.transport.sync.factory' shared service.
  9350.      *
  9351.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  9352.      */
  9353.     protected function getMessenger_Transport_Sync_FactoryService()
  9354.     {
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  9357.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  9358.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  9359.             return $this->privates['messenger.transport.sync.factory'];
  9360.         }
  9361.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  9362.     }
  9363.     /**
  9364.      * Gets the private 'messenger.transport_factory' shared service.
  9365.      *
  9366.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  9367.      */
  9368.     protected function getMessenger_TransportFactoryService()
  9369.     {
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  9372.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  9373.             yield => ($this->privates['App\\Messenger\\Transport\\SilkDoctrine\\SilkDoctrineTransportFactory'] ?? $this->getSilkDoctrineTransportFactoryService());
  9374.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  9375.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  9376.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  9377.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  9378.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  9379.         }, 6));
  9380.     }
  9381.     /**
  9382.      * Gets the private 'mime_types' shared service.
  9383.      *
  9384.      * @return \Symfony\Component\Mime\MimeTypes
  9385.      */
  9386.     protected function getMimeTypesService()
  9387.     {
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9391.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9392.         $instance->setDefault($instance);
  9393.         return $instance;
  9394.     }
  9395.     /**
  9396.      * Gets the private 'monolog.command.server_log' shared service.
  9397.      *
  9398.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9399.      */
  9400.     protected function getMonolog_Command_ServerLogService()
  9401.     {
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9404.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9405.         $instance->setName('server:log');
  9406.         $instance->setDescription('Start a log server that displays logs in real time');
  9407.         return $instance;
  9408.     }
  9409.     /**
  9410.      * Gets the private 'monolog.handler.console' shared service.
  9411.      *
  9412.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9413.      */
  9414.     protected function getMonolog_Handler_ConsoleService()
  9415.     {
  9416.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9417.     }
  9418.     /**
  9419.      * Gets the private 'monolog.handler.main' shared service.
  9420.      *
  9421.      * @return \Monolog\Handler\StreamHandler
  9422.      */
  9423.     protected function getMonolog_Handler_MainService()
  9424.     {
  9425.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  9426.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9427.         return $instance;
  9428.     }
  9429.     /**
  9430.      * Gets the private 'monolog.logger' shared service.
  9431.      *
  9432.      * @return \Symfony\Bridge\Monolog\Logger
  9433.      */
  9434.     protected function getMonolog_LoggerService()
  9435.     {
  9436.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9437.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9438.         $instance->useMicrosecondTimestamps(true);
  9439.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9440.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9442.         return $instance;
  9443.     }
  9444.     /**
  9445.      * Gets the private 'monolog.logger.cache' shared service.
  9446.      *
  9447.      * @return \Symfony\Bridge\Monolog\Logger
  9448.      */
  9449.     protected function getMonolog_Logger_CacheService()
  9450.     {
  9451.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9452.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9453.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9454.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9455.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9456.         return $instance;
  9457.     }
  9458.     /**
  9459.      * Gets the private 'monolog.logger.mailer' shared service.
  9460.      *
  9461.      * @return \Symfony\Bridge\Monolog\Logger
  9462.      */
  9463.     protected function getMonolog_Logger_MailerService()
  9464.     {
  9465.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9466.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9467.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9468.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9469.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9470.         return $instance;
  9471.     }
  9472.     /**
  9473.      * Gets the private 'monolog.logger.messenger' shared service.
  9474.      *
  9475.      * @return \Symfony\Bridge\Monolog\Logger
  9476.      */
  9477.     protected function getMonolog_Logger_MessengerService()
  9478.     {
  9479.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  9480.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9481.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9482.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9483.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9484.         return $instance;
  9485.     }
  9486.     /**
  9487.      * Gets the private 'monolog.logger.request' shared service.
  9488.      *
  9489.      * @return \Symfony\Bridge\Monolog\Logger
  9490.      */
  9491.     protected function getMonolog_Logger_RequestService()
  9492.     {
  9493.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9494.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9495.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9496.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9497.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9498.         return $instance;
  9499.     }
  9500.     /**
  9501.      * Gets the private 'monolog.logger.security' shared service.
  9502.      *
  9503.      * @return \Symfony\Bridge\Monolog\Logger
  9504.      */
  9505.     protected function getMonolog_Logger_SecurityService()
  9506.     {
  9507.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9508.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9509.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9510.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9511.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9512.         return $instance;
  9513.     }
  9514.     /**
  9515.      * Gets the private 'monolog.logger.snappy' shared service.
  9516.      *
  9517.      * @return \Symfony\Bridge\Monolog\Logger
  9518.      */
  9519.     protected function getMonolog_Logger_SnappyService()
  9520.     {
  9521.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  9522.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9523.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9524.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9525.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9526.         return $instance;
  9527.     }
  9528.     /**
  9529.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  9530.      *
  9531.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  9532.      */
  9533.     protected function getNelmioApiDoc_Describers_ConfigService()
  9534.     {
  9535.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  9537.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'CMT''description' => 'ConReg Web API''version' => '1.0.0']]);
  9538.     }
  9539.     /**
  9540.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  9541.      *
  9542.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  9543.      */
  9544.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  9545.     {
  9546.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  9547.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  9548.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  9549.         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()));
  9550.     }
  9551.     /**
  9552.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  9553.      *
  9554.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  9555.      */
  9556.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  9557.     {
  9558.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  9563.         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 () {
  9564.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  9565.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  9566.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  9567.         }, 3));
  9568.     }
  9569.     /**
  9570.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  9571.      *
  9572.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  9573.      */
  9574.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  9580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  9581.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], falsetrue);
  9582.     }
  9583.     /**
  9584.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  9585.      *
  9586.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  9587.      */
  9588.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  9589.     {
  9590.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  9595.         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()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9596.     }
  9597.     /**
  9598.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  9599.      *
  9600.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  9601.      */
  9602.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  9608.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  9609.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  9610.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  9611.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  9612.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  9613.             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()));
  9614.             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()));
  9615.             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()));
  9616.             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()));
  9617.             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()));
  9618.             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()));
  9619.             yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  9620.         }, 11));
  9621.     }
  9622.     /**
  9623.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  9624.      *
  9625.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  9626.      */
  9627.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  9628.     {
  9629.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/FosRestDescriber.php';
  9632.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  9633.     }
  9634.     /**
  9635.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  9636.      *
  9637.      * @return \Symfony\Component\Routing\RouteCollection
  9638.      */
  9639.     protected function getNelmioApiDoc_Routes_DefaultService()
  9640.     {
  9641.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  9644.         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' => [=> '^/api(?!/doc$)(?!/doc.json$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'with_attribute' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  9645.     }
  9646.     /**
  9647.      * Gets the private 'parameter_bag' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9650.      */
  9651.     protected function getParameterBagService()
  9652.     {
  9653.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9654.     }
  9655.     /**
  9656.      * Gets the private 'profiler_listener' shared service.
  9657.      *
  9658.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9659.      */
  9660.     protected function getProfilerListenerService()
  9661.     {
  9662.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  9663.         if (isset($this->privates['profiler_listener'])) {
  9664.             return $this->privates['profiler_listener'];
  9665.         }
  9666.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  9667.     }
  9668.     /**
  9669.      * Gets the private 'property_info' shared service.
  9670.      *
  9671.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9672.      */
  9673.     protected function getPropertyInfoService()
  9674.     {
  9675.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9676.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9677.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9678.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9679.         }, 3), new RewindableGenerator(function () {
  9680.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9681.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  9682.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9683.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9684.         }, 4), new RewindableGenerator(function () {
  9685.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9686.         }, 1), new RewindableGenerator(function () {
  9687.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9688.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9689.         }, 2), new RewindableGenerator(function () {
  9690.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9691.         }, 1));
  9692.     }
  9693.     /**
  9694.      * Gets the private 'property_info.serializer_extractor' shared service.
  9695.      *
  9696.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9697.      */
  9698.     protected function getPropertyInfo_SerializerExtractorService()
  9699.     {
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9701.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9702.     }
  9703.     /**
  9704.      * Gets the private 'router.cache_warmer' shared service.
  9705.      *
  9706.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9707.      */
  9708.     protected function getRouter_CacheWarmerService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9712.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9713.             'router' => ['services''router''getRouterService'false],
  9714.         ], [
  9715.             'router' => '?',
  9716.         ]))->withContext('router.cache_warmer'$this));
  9717.     }
  9718.     /**
  9719.      * Gets the private 'router.expression_language_provider' shared service.
  9720.      *
  9721.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9722.      */
  9723.     protected function getRouter_ExpressionLanguageProviderService()
  9724.     {
  9725.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9726.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9727.         ], [
  9728.             'env' => 'Closure',
  9729.         ]));
  9730.     }
  9731.     /**
  9732.      * Gets the private 'router.request_context' shared service.
  9733.      *
  9734.      * @return \Symfony\Component\Routing\RequestContext
  9735.      */
  9736.     protected function getRouter_RequestContextService()
  9737.     {
  9738.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'), 80443);
  9739.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9740.         return $instance;
  9741.     }
  9742.     /**
  9743.      * Gets the private 'router_listener' shared service.
  9744.      *
  9745.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9746.      */
  9747.     protected function getRouterListenerService()
  9748.     {
  9749.         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);
  9750.     }
  9751.     /**
  9752.      * Gets the private 'secrets.vault' shared service.
  9753.      *
  9754.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9755.      */
  9756.     protected function getSecrets_VaultService()
  9757.     {
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9762.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9763.     }
  9764.     /**
  9765.      * Gets the private 'security.access_listener' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9768.      */
  9769.     protected function getSecurity_AccessListenerService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9774.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9775.         if (isset($this->privates['security.access_listener'])) {
  9776.             return $this->privates['security.access_listener'];
  9777.         }
  9778.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  9779.         if (isset($this->privates['security.access_listener'])) {
  9780.             return $this->privates['security.access_listener'];
  9781.         }
  9782.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  9783.     }
  9784.     /**
  9785.      * Gets the private 'security.access_map' shared service.
  9786.      *
  9787.      * @return \Symfony\Component\Security\Http\AccessMap
  9788.      */
  9789.     protected function getSecurity_AccessMapService()
  9790.     {
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9793.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9794.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ping'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9795.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/ping'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9796.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9797.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9798.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/add-sample'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/error'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'ROLE_ADMIN'], NULL);
  9802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/panel'), [=> 'ROLE_USER'], NULL);
  9803.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/demo'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9804.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/trigger-password-reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9805.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9806.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/activate'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9807.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/local/chart/measurement/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9808.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/local/device/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9809.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  9810.         return $instance;
  9811.     }
  9812.     /**
  9813.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9814.      *
  9815.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9816.      *
  9817.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9818.      */
  9819.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9820.     {
  9821.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9822.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  9823.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  9824.             return $this->privates['security.authentication.listener.anonymous.main'];
  9825.         }
  9826.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  9827.     }
  9828.     /**
  9829.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9830.      *
  9831.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9832.      *
  9833.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  9834.      */
  9835.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9836.     {
  9837.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  9838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9845.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  9846.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  9847.             return $this->privates['security.authentication.listener.form.main'];
  9848.         }
  9849.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  9850.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  9851.             return $this->privates['security.authentication.listener.form.main'];
  9852.         }
  9853.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9854.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  9855.             return $this->privates['security.authentication.listener.form.main'];
  9856.         }
  9857.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9858.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9859.         $e->setOptions(['login_path' => 'login''default_target_path' => 'panel_devices''always_use_default_target_path' => true'target_path_parameter' => '_target_path''use_referer' => false]);
  9860.         $e->setFirewallName('main');
  9861.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9862.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  9863.         $g->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9864.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())), $d'main'$e$g, ['login_path' => 'login''check_path' => 'login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  9865.     }
  9866.     /**
  9867.      * Gets the private 'security.authentication.manager' shared service.
  9868.      *
  9869.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9870.      *
  9871.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9872.      */
  9873.     protected function getSecurity_Authentication_ManagerService()
  9874.     {
  9875.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9876.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9877.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9878.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  9879.         }, 2), true);
  9880.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9881.         return $instance;
  9882.     }
  9883.     /**
  9884.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9885.      *
  9886.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9887.      *
  9888.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  9889.      */
  9890.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9891.     {
  9892.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9893.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9894.     }
  9895.     /**
  9896.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  9897.      *
  9898.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9899.      *
  9900.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  9901.      */
  9902.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  9903.     {
  9904.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  9905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9907.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  9908.     }
  9909.     /**
  9910.      * Gets the private 'security.channel_listener' shared service.
  9911.      *
  9912.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9913.      */
  9914.     protected function getSecurity_ChannelListenerService()
  9915.     {
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9919.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9920.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  9921.     }
  9922.     /**
  9923.      * Gets the private 'security.command.debug_firewall' shared service.
  9924.      *
  9925.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9926.      */
  9927.     protected function getSecurity_Command_DebugFirewallService()
  9928.     {
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9931.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.PBwVJVp'] ?? $this->get_ServiceLocator_PBwVJVpService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  9932.         $instance->setName('debug:firewall');
  9933.         $instance->setDescription('Display information about your security firewall(s)');
  9934.         return $instance;
  9935.     }
  9936.     /**
  9937.      * Gets the private 'security.command.user_password_encoder' shared service.
  9938.      *
  9939.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9940.      *
  9941.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9942.      */
  9943.     protected function getSecurity_Command_UserPasswordEncoderService()
  9944.     {
  9945.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9946.         $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']);
  9947.         $instance->setName('security:encode-password');
  9948.         $instance->setDescription('Encode a password');
  9949.         return $instance;
  9950.     }
  9951.     /**
  9952.      * Gets the private 'security.command.user_password_hash' shared service.
  9953.      *
  9954.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9955.      */
  9956.     protected function getSecurity_Command_UserPasswordHashService()
  9957.     {
  9958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9960.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  9961.         $instance->setName('security:hash-password');
  9962.         $instance->setDescription('Hash a user password');
  9963.         return $instance;
  9964.     }
  9965.     /**
  9966.      * Gets the private 'security.context_listener.0' shared service.
  9967.      *
  9968.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9969.      */
  9970.     protected function getSecurity_ContextListener_0Service()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9975.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9976.         if (isset($this->privates['security.context_listener.0'])) {
  9977.             return $this->privates['security.context_listener.0'];
  9978.         }
  9979.         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 () {
  9980.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  9981.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9982.     }
  9983.     /**
  9984.      * Gets the private 'security.csrf.token_storage' shared service.
  9985.      *
  9986.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9987.      */
  9988.     protected function getSecurity_Csrf_TokenStorageService()
  9989.     {
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9993.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9994.     }
  9995.     /**
  9996.      * Gets the private 'security.encoder_factory.generic' shared service.
  9997.      *
  9998.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9999.      *
  10000.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  10001.      */
  10002.     protected function getSecurity_EncoderFactory_GenericService()
  10003.     {
  10004.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  10005.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10006.     }
  10007.     /**
  10008.      * Gets the private 'security.event_dispatcher.main' shared service.
  10009.      *
  10010.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  10011.      */
  10012.     protected function getSecurity_EventDispatcher_MainService()
  10013.     {
  10014.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  10015.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10016.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  10017.         }, => 'onLogout'], 64);
  10018.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10019.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  10020.         }, => 'onLogout'], 0);
  10021.         $instance->addListener('security.interactive_login', [=> function () {
  10022.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  10023.         }, => 'onSecurityInteractiveLogin'], 18);
  10024.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10025.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  10026.         }, => 'onLogout'], 0);
  10027.         return $instance;
  10028.     }
  10029.     /**
  10030.      * Gets the private 'security.firewall.map' shared service.
  10031.      *
  10032.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10033.      */
  10034.     protected function getSecurity_Firewall_MapService()
  10035.     {
  10036.         $a = ($this->privates['.service_locator.PBwVJVp'] ?? $this->get_ServiceLocator_PBwVJVpService());
  10037.         if (isset($this->privates['security.firewall.map'])) {
  10038.             return $this->privates['security.firewall.map'];
  10039.         }
  10040.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  10041.             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)/')));
  10042.             yield 'security.firewall.map.context.ping' => ($this->privates['.security.request_matcher.6Rkt2zI'] ?? ($this->privates['.security.request_matcher.6Rkt2zI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/ping')));
  10043.             yield 'security.firewall.map.context.main' => NULL;
  10044.         }, 3));
  10045.     }
  10046.     /**
  10047.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10048.      *
  10049.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10050.      */
  10051.     protected function getSecurity_Firewall_Map_Context_DevService()
  10052.     {
  10053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10055.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10056.             return new \EmptyIterator();
  10057.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10058.     }
  10059.     /**
  10060.      * Gets the private 'security.firewall.map.context.main' shared service.
  10061.      *
  10062.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10063.      */
  10064.     protected function getSecurity_Firewall_Map_Context_MainService()
  10065.     {
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10076.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  10077.         if (isset($this->privates['security.firewall.map.context.main'])) {
  10078.             return $this->privates['security.firewall.map.context.main'];
  10079.         }
  10080.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10081.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10082.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10083.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10084.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10085.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10086.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10087.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10088.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users''main''security.authentication.form_entry_point.main'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())));
  10089.     }
  10090.     /**
  10091.      * Gets the private 'security.firewall.map.context.ping' shared service.
  10092.      *
  10093.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10094.      */
  10095.     protected function getSecurity_Firewall_Map_Context_PingService()
  10096.     {
  10097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10099.         return $this->privates['security.firewall.map.context.ping'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10100.             return new \EmptyIterator();
  10101.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('ping''security.user_checker''.security.request_matcher.6Rkt2zI'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10102.     }
  10103.     /**
  10104.      * Gets the private 'security.helper' shared service.
  10105.      *
  10106.      * @return \Symfony\Component\Security\Core\Security
  10107.      */
  10108.     protected function getSecurity_HelperService()
  10109.     {
  10110.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10111.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10112.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10113.         ], [
  10114.             'security.authorization_checker' => '?',
  10115.             'security.token_storage' => '?',
  10116.         ]));
  10117.     }
  10118.     /**
  10119.      * Gets the private 'security.http_utils' shared service.
  10120.      *
  10121.      * @return \Symfony\Component\Security\Http\HttpUtils
  10122.      */
  10123.     protected function getSecurity_HttpUtilsService()
  10124.     {
  10125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10126.         $a = ($this->services['router'] ?? $this->getRouterService());
  10127.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10128.     }
  10129.     /**
  10130.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10131.      *
  10132.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10133.      */
  10134.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10135.     {
  10136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10137.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10138.     }
  10139.     /**
  10140.      * Gets the private 'security.logout.listener.default.main' shared service.
  10141.      *
  10142.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10143.      */
  10144.     protected function getSecurity_Logout_Listener_Default_MainService()
  10145.     {
  10146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10147.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10148.     }
  10149.     /**
  10150.      * Gets the private 'security.logout_url_generator' shared service.
  10151.      *
  10152.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10153.      */
  10154.     protected function getSecurity_LogoutUrlGeneratorService()
  10155.     {
  10156.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  10157.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10158.         return $instance;
  10159.     }
  10160.     /**
  10161.      * Gets the private 'security.password_hasher_factory' shared service.
  10162.      *
  10163.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10164.      */
  10165.     protected function getSecurity_PasswordHasherFactoryService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10169.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  10170.     }
  10171.     /**
  10172.      * Gets the private 'security.role_hierarchy' shared service.
  10173.      *
  10174.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10175.      */
  10176.     protected function getSecurity_RoleHierarchyService()
  10177.     {
  10178.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10179.     }
  10180.     /**
  10181.      * Gets the private 'security.user.provider.concrete.users' shared service.
  10182.      *
  10183.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10184.      */
  10185.     protected function getSecurity_User_Provider_Concrete_UsersService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10190.         return $this->privates['security.user.provider.concrete.users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User'NULLNULL);
  10191.     }
  10192.     /**
  10193.      * Gets the private 'security.validator.user_password' shared service.
  10194.      *
  10195.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10196.      */
  10197.     protected function getSecurity_Validator_UserPasswordService()
  10198.     {
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10202.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10203.     }
  10204.     /**
  10205.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10206.      *
  10207.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10208.      */
  10209.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10210.     {
  10211.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10212.     }
  10213.     /**
  10214.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10215.      *
  10216.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10217.      */
  10218.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10219.     {
  10220.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10221.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10222.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10223.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10224.     }
  10225.     /**
  10226.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10227.      *
  10228.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10229.      */
  10230.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10231.     {
  10232.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10233.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  10234.             return $this->privates['sensio_framework_extra.security.listener'];
  10235.         }
  10236.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10237.     }
  10238.     /**
  10239.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10240.      *
  10241.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10242.      */
  10243.     protected function getSensioFrameworkExtra_View_ListenerService()
  10244.     {
  10245.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  10246.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10247.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10248.         ], [
  10249.             'twig' => '?',
  10250.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10251.         return $instance;
  10252.     }
  10253.     /**
  10254.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10255.      *
  10256.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10257.      */
  10258.     protected function getSerializer_Mapping_CacheWarmerService()
  10259.     {
  10260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10265.         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'));
  10266.     }
  10267.     /**
  10268.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10269.      *
  10270.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10271.      */
  10272.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10273.     {
  10274.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10279.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10280.         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()))]));
  10281.     }
  10282.     /**
  10283.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10284.      *
  10285.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10286.      */
  10287.     protected function getSerializer_NameConverter_MetadataAwareService()
  10288.     {
  10289.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  10291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  10292.         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()));
  10293.     }
  10294.     /**
  10295.      * Gets the private 'session.factory' shared service.
  10296.      *
  10297.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10298.      */
  10299.     protected function getSession_FactoryService()
  10300.     {
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10303.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10304.         if (isset($this->privates['session.factory'])) {
  10305.             return $this->privates['session.factory'];
  10306.         }
  10307.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  10308.     }
  10309.     /**
  10310.      * Gets the private 'session.storage.factory.service' shared service.
  10311.      *
  10312.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10313.      *
  10314.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  10315.      */
  10316.     protected function getSession_Storage_Factory_ServiceService()
  10317.     {
  10318.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  10319.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10320.     }
  10321.     /**
  10322.      * Gets the private 'session.storage.metadata_bag' shared service.
  10323.      *
  10324.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10325.      *
  10326.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10327.      */
  10328.     protected function getSession_Storage_MetadataBagService()
  10329.     {
  10330.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10331.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10332.     }
  10333.     /**
  10334.      * Gets the private 'session.storage.native' shared service.
  10335.      *
  10336.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10337.      *
  10338.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10339.      */
  10340.     protected function getSession_Storage_NativeService()
  10341.     {
  10342.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10345.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  10346.     }
  10347.     /**
  10348.      * Gets the private 'session_listener' shared service.
  10349.      *
  10350.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10351.      */
  10352.     protected function getSessionListenerService()
  10353.     {
  10354.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10355.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10356.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10357.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10358.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10359.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10360.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10361.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10362.         ], [
  10363.             'initialized_session' => '?',
  10364.             'logger' => '?',
  10365.             'request_stack' => '?',
  10366.             'session' => '?',
  10367.             'session_collector' => '?',
  10368.             'session_factory' => '?',
  10369.             'session_storage' => '?',
  10370.         ]), true$this->parameters['session.storage.options']);
  10371.     }
  10372.     /**
  10373.      * Gets the private 'translation.extractor' shared service.
  10374.      *
  10375.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10376.      */
  10377.     protected function getTranslation_ExtractorService()
  10378.     {
  10379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10384.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10385.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10386.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10387.         return $instance;
  10388.     }
  10389.     /**
  10390.      * Gets the private 'translation.loader.csv' shared service.
  10391.      *
  10392.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10393.      */
  10394.     protected function getTranslation_Loader_CsvService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10400.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10401.     }
  10402.     /**
  10403.      * Gets the private 'translation.loader.dat' shared service.
  10404.      *
  10405.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10406.      */
  10407.     protected function getTranslation_Loader_DatService()
  10408.     {
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10412.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10413.     }
  10414.     /**
  10415.      * Gets the private 'translation.loader.ini' shared service.
  10416.      *
  10417.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10418.      */
  10419.     protected function getTranslation_Loader_IniService()
  10420.     {
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10425.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10426.     }
  10427.     /**
  10428.      * Gets the private 'translation.loader.json' shared service.
  10429.      *
  10430.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10431.      */
  10432.     protected function getTranslation_Loader_JsonService()
  10433.     {
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10438.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10439.     }
  10440.     /**
  10441.      * Gets the private 'translation.loader.mo' shared service.
  10442.      *
  10443.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10444.      */
  10445.     protected function getTranslation_Loader_MoService()
  10446.     {
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10451.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10452.     }
  10453.     /**
  10454.      * Gets the private 'translation.loader.php' shared service.
  10455.      *
  10456.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10457.      */
  10458.     protected function getTranslation_Loader_PhpService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10464.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10465.     }
  10466.     /**
  10467.      * Gets the private 'translation.loader.po' shared service.
  10468.      *
  10469.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10470.      */
  10471.     protected function getTranslation_Loader_PoService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10477.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10478.     }
  10479.     /**
  10480.      * Gets the private 'translation.loader.qt' shared service.
  10481.      *
  10482.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10483.      */
  10484.     protected function getTranslation_Loader_QtService()
  10485.     {
  10486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10488.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10489.     }
  10490.     /**
  10491.      * Gets the private 'translation.loader.res' shared service.
  10492.      *
  10493.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10494.      */
  10495.     protected function getTranslation_Loader_ResService()
  10496.     {
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10499.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10500.     }
  10501.     /**
  10502.      * Gets the private 'translation.loader.xliff' shared service.
  10503.      *
  10504.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10505.      */
  10506.     protected function getTranslation_Loader_XliffService()
  10507.     {
  10508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10510.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10511.     }
  10512.     /**
  10513.      * Gets the private 'translation.loader.yml' shared service.
  10514.      *
  10515.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10516.      */
  10517.     protected function getTranslation_Loader_YmlService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10523.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10524.     }
  10525.     /**
  10526.      * Gets the private 'translation.provider_collection' shared service.
  10527.      *
  10528.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10529.      */
  10530.     protected function getTranslation_ProviderCollectionService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10534.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10535.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10536.         }, 1), []))->fromConfig([]);
  10537.     }
  10538.     /**
  10539.      * Gets the private 'translation.reader' shared service.
  10540.      *
  10541.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10542.      */
  10543.     protected function getTranslation_ReaderService()
  10544.     {
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10561.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10562.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10563.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10564.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10565.         $instance->addLoader('yaml'$a);
  10566.         $instance->addLoader('yml'$a);
  10567.         $instance->addLoader('xlf'$b);
  10568.         $instance->addLoader('xliff'$b);
  10569.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10570.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10571.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10572.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10573.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10574.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10575.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10576.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10577.         return $instance;
  10578.     }
  10579.     /**
  10580.      * Gets the private 'translation.warmer' shared service.
  10581.      *
  10582.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10583.      */
  10584.     protected function getTranslation_WarmerService()
  10585.     {
  10586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10588.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10589.             'translator' => ['services''translator''getTranslatorService'false],
  10590.         ], [
  10591.             'translator' => '?',
  10592.         ]))->withContext('translation.warmer'$this));
  10593.     }
  10594.     /**
  10595.      * Gets the private 'translation.writer' shared service.
  10596.      *
  10597.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10598.      */
  10599.     protected function getTranslation_WriterService()
  10600.     {
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10615.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10616.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10617.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10618.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10619.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10620.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10621.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10622.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10623.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10624.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10625.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10626.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10627.         return $instance;
  10628.     }
  10629.     /**
  10630.      * Gets the private 'translator.default' shared service.
  10631.      *
  10632.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10633.      */
  10634.     protected function getTranslator_DefaultService()
  10635.     {
  10636.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10637.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10638.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10639.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10640.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10641.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10642.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10643.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10644.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10645.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10646.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10647.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10648.         ], [
  10649.             'translation.loader.csv' => '?',
  10650.             'translation.loader.dat' => '?',
  10651.             'translation.loader.ini' => '?',
  10652.             'translation.loader.json' => '?',
  10653.             'translation.loader.mo' => '?',
  10654.             'translation.loader.php' => '?',
  10655.             'translation.loader.po' => '?',
  10656.             'translation.loader.qt' => '?',
  10657.             'translation.loader.res' => '?',
  10658.             'translation.loader.xliff' => '?',
  10659.             'translation.loader.yml' => '?',
  10660.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/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'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.pl.yaml'), => (\dirname(__DIR__4).'/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/translations/validators.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle.sv.yaml'), => (\dirname(__DIR__4).'/translations/messages.sv.yaml'), => (\dirname(__DIR__4).'/translations/validators.sv.yaml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/friendsofsymfony/rest-bundle/translations'17 => 'vendor/nelmio/api-doc-bundle/translations'18 => 'vendor/stof/doctrine-extensions-bundle/src/translations'19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'20 => 'vendor/knplabs/knp-snappy-bundle/src/translations']]], []);
  10661.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10662.         $instance->setFallbackLocales([=> 'en']);
  10663.         return $instance;
  10664.     }
  10665.     /**
  10666.      * Gets the private 'twig.command.debug' shared service.
  10667.      *
  10668.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10669.      */
  10670.     protected function getTwig_Command_DebugService()
  10671.     {
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10674.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10675.         $instance->setName('debug:twig');
  10676.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10677.         return $instance;
  10678.     }
  10679.     /**
  10680.      * Gets the private 'twig.command.lint' shared service.
  10681.      *
  10682.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10683.      */
  10684.     protected function getTwig_Command_LintService()
  10685.     {
  10686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10689.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10690.         $instance->setName('lint:twig');
  10691.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10692.         return $instance;
  10693.     }
  10694.     /**
  10695.      * Gets the private 'twig.form.engine' shared service.
  10696.      *
  10697.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  10698.      */
  10699.     protected function getTwig_Form_EngineService()
  10700.     {
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10703.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10704.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10705.         if (isset($this->privates['twig.form.engine'])) {
  10706.             return $this->privates['twig.form.engine'];
  10707.         }
  10708.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  10709.     }
  10710.     /**
  10711.      * Gets the private 'twig.form.renderer' shared service.
  10712.      *
  10713.      * @return \Symfony\Component\Form\FormRenderer
  10714.      */
  10715.     protected function getTwig_Form_RendererService()
  10716.     {
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10719.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  10720.         if (isset($this->privates['twig.form.renderer'])) {
  10721.             return $this->privates['twig.form.renderer'];
  10722.         }
  10723.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10724.     }
  10725.     /**
  10726.      * Gets the private 'twig.loader.native_filesystem' shared service.
  10727.      *
  10728.      * @return \Twig\Loader\FilesystemLoader
  10729.      */
  10730.     protected function getTwig_Loader_NativeFilesystemService()
  10731.     {
  10732.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  10733.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  10734.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  10735.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  10736.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  10737.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  10738.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  10739.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  10740.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  10741.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  10742.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  10743.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  10744.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  10745.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  10746.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  10747.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  10748.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  10749.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  10750.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10751.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10752.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  10753.         return $instance;
  10754.     }
  10755.     /**
  10756.      * Gets the private 'twig.mailer.message_listener' shared service.
  10757.      *
  10758.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10759.      */
  10760.     protected function getTwig_Mailer_MessageListenerService()
  10761.     {
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10765.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10766.         if (isset($this->privates['twig.mailer.message_listener'])) {
  10767.             return $this->privates['twig.mailer.message_listener'];
  10768.         }
  10769.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  10770.     }
  10771.     /**
  10772.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10773.      *
  10774.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10775.      */
  10776.     protected function getTwig_Runtime_HttpkernelService()
  10777.     {
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10784.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10785.         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, [
  10786.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10787.         ], [
  10788.             'inline' => '?',
  10789.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  10790.     }
  10791.     /**
  10792.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10793.      *
  10794.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10795.      */
  10796.     protected function getTwig_Runtime_SecurityCsrfService()
  10797.     {
  10798.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10799.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10800.     }
  10801.     /**
  10802.      * Gets the private 'twig.runtime.serializer' shared service.
  10803.      *
  10804.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10805.      */
  10806.     protected function getTwig_Runtime_SerializerService()
  10807.     {
  10808.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10809.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10810.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10811.     }
  10812.     /**
  10813.      * Gets the private 'twig.template_cache_warmer' shared service.
  10814.      *
  10815.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10816.      */
  10817.     protected function getTwig_TemplateCacheWarmerService()
  10818.     {
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10822.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10823.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10824.         ], [
  10825.             'twig' => '?',
  10826.         ]))->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')));
  10827.     }
  10828.     /**
  10829.      * Gets the private 'validator.builder' shared service.
  10830.      *
  10831.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10832.      */
  10833.     protected function getValidator_BuilderService()
  10834.     {
  10835.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10836.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10837.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10838.             'App\\Validator\\Constraints\\ChannelNotBlankValidator' => ['privates''App\\Validator\\Constraints\\ChannelNotBlankValidator''getChannelNotBlankValidatorService'false],
  10839.             'App\\Validator\\Constraints\\DeviceSerialNumberValidator' => ['privates''App\\Validator\\Constraints\\DeviceSerialNumberValidator''getDeviceSerialNumberValidatorService'false],
  10840.             'App\\Validator\\Constraints\\NewUniqueValidator' => ['privates''App\\Validator\\Constraints\\NewUniqueValidator''getNewUniqueValidatorService'false],
  10841.             'App\\Validator\\Constraints\\NotCircularValidator' => ['privates''App\\Validator\\Constraints\\NotCircularValidator''getNotCircularValidatorService'false],
  10842.             'App\\Validator\\Constraints\\PasswordRequirementsValidator' => ['privates''App\\Validator\\Constraints\\PasswordRequirementsValidator''getPasswordRequirementsValidatorService'false],
  10843.             'App\\Validator\\Constraints\\ValidCustomerForUserValidator' => ['privates''App\\Validator\\Constraints\\ValidCustomerForUserValidator''getValidCustomerForUserValidatorService'false],
  10844.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10845.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10846.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10847.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10848.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10849.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10850.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10851.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10852.         ], [
  10853.             'App\\Validator\\Constraints\\ChannelNotBlankValidator' => '?',
  10854.             'App\\Validator\\Constraints\\DeviceSerialNumberValidator' => '?',
  10855.             'App\\Validator\\Constraints\\NewUniqueValidator' => '?',
  10856.             'App\\Validator\\Constraints\\NotCircularValidator' => '?',
  10857.             'App\\Validator\\Constraints\\PasswordRequirementsValidator' => '?',
  10858.             'App\\Validator\\Constraints\\ValidCustomerForUserValidator' => '?',
  10859.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10860.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10861.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10862.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10863.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10864.             'doctrine.orm.validator.unique' => '?',
  10865.             'security.validator.user_password' => '?',
  10866.             'validator.expression' => '?',
  10867.         ])));
  10868.         if ($this->has('translator')) {
  10869.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10870.         }
  10871.         $instance->setTranslationDomain('validators');
  10872.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10873.         $instance->enableAnnotationMapping(true);
  10874.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10875.         $instance->addMethodMapping('loadValidatorMetadata');
  10876.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10877.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10878.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10879.         return $instance;
  10880.     }
  10881.     /**
  10882.      * Gets the private 'validator.email' shared service.
  10883.      *
  10884.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10885.      */
  10886.     protected function getValidator_EmailService()
  10887.     {
  10888.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10889.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10890.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10891.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10892.     }
  10893.     /**
  10894.      * Gets the private 'validator.expression' shared service.
  10895.      *
  10896.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10897.      */
  10898.     protected function getValidator_ExpressionService()
  10899.     {
  10900.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10902.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10903.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  10904.     }
  10905.     /**
  10906.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10907.      *
  10908.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10909.      */
  10910.     protected function getValidator_Mapping_CacheWarmerService()
  10911.     {
  10912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10915.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10916.     }
  10917.     /**
  10918.      * Gets the private 'validator.not_compromised_password' shared service.
  10919.      *
  10920.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10921.      */
  10922.     protected function getValidator_NotCompromisedPasswordService()
  10923.     {
  10924.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10925.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10926.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10927.         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);
  10928.     }
  10929.     /**
  10930.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10931.      *
  10932.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10933.      */
  10934.     protected function getVarDumper_Command_ServerDumpService()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10939.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10940.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10941.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10942.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10943.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10944.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10945.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10947.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  10948.         $instance->setName('server:dump');
  10949.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10950.         return $instance;
  10951.     }
  10952.     /**
  10953.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10954.      *
  10955.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10956.      */
  10957.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10958.     {
  10959.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10960.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10961.         return $instance;
  10962.     }
  10963.     /**
  10964.      * Gets the private 'var_dumper.html_dumper' shared service.
  10965.      *
  10966.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10967.      */
  10968.     protected function getVarDumper_HtmlDumperService()
  10969.     {
  10970.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10971.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10972.         return $instance;
  10973.     }
  10974.     /**
  10975.      * Gets the private 'var_dumper.server_connection' shared service.
  10976.      *
  10977.      * @return \Symfony\Component\VarDumper\Server\Connection
  10978.      */
  10979.     protected function getVarDumper_ServerConnectionService()
  10980.     {
  10981.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  10982.     }
  10983.     /**
  10984.      * Gets the private 'web_profiler.csp.handler' shared service.
  10985.      *
  10986.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10987.      */
  10988.     protected function getWebProfiler_Csp_HandlerService()
  10989.     {
  10990.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10991.     }
  10992.     /**
  10993.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10994.      *
  10995.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10996.      */
  10997.     protected function getWebProfiler_DebugToolbarService()
  10998.     {
  10999.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11000.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  11001.             return $this->privates['web_profiler.debug_toolbar'];
  11002.         }
  11003.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  11004.     }
  11005.     /**
  11006.      * Gets the public 'cache_clearer' alias.
  11007.      *
  11008.      * @return object The ".container.private.cache_clearer" service.
  11009.      */
  11010.     protected function getCacheClearerService()
  11011.     {
  11012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  11013.         return $this->get('.container.private.cache_clearer');
  11014.     }
  11015.     /**
  11016.      * Gets the public 'filesystem' alias.
  11017.      *
  11018.      * @return object The ".container.private.filesystem" service.
  11019.      */
  11020.     protected function getFilesystemService()
  11021.     {
  11022.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  11023.         return $this->get('.container.private.filesystem');
  11024.     }
  11025.     /**
  11026.      * Gets the public 'serializer' alias.
  11027.      *
  11028.      * @return object The ".container.private.serializer" service.
  11029.      */
  11030.     protected function getSerializerService()
  11031.     {
  11032.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  11033.         return $this->get('.container.private.serializer');
  11034.     }
  11035.     /**
  11036.      * Gets the public 'security.csrf.token_manager' alias.
  11037.      *
  11038.      * @return object The ".container.private.security.csrf.token_manager" service.
  11039.      */
  11040.     protected function getSecurity_Csrf_TokenManagerService()
  11041.     {
  11042.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11043.         return $this->get('.container.private.security.csrf.token_manager');
  11044.     }
  11045.     /**
  11046.      * Gets the public 'form.factory' alias.
  11047.      *
  11048.      * @return object The ".container.private.form.factory" service.
  11049.      */
  11050.     protected function getForm_FactoryService()
  11051.     {
  11052.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11053.         return $this->get('.container.private.form.factory');
  11054.     }
  11055.     /**
  11056.      * Gets the public 'form.type.file' alias.
  11057.      *
  11058.      * @return object The ".container.private.form.type.file" service.
  11059.      */
  11060.     protected function getForm_Type_FileService()
  11061.     {
  11062.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11063.         return $this->get('.container.private.form.type.file');
  11064.     }
  11065.     /**
  11066.      * Gets the public 'profiler' alias.
  11067.      *
  11068.      * @return object The ".container.private.profiler" service.
  11069.      */
  11070.     protected function getProfilerService()
  11071.     {
  11072.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11073.         return $this->get('.container.private.profiler');
  11074.     }
  11075.     /**
  11076.      * Gets the public 'twig' alias.
  11077.      *
  11078.      * @return object The ".container.private.twig" service.
  11079.      */
  11080.     protected function getTwigService()
  11081.     {
  11082.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11083.         return $this->get('.container.private.twig');
  11084.     }
  11085.     /**
  11086.      * Gets the public 'security.authorization_checker' alias.
  11087.      *
  11088.      * @return object The ".container.private.security.authorization_checker" service.
  11089.      */
  11090.     protected function getSecurity_AuthorizationCheckerService()
  11091.     {
  11092.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11093.         return $this->get('.container.private.security.authorization_checker');
  11094.     }
  11095.     /**
  11096.      * Gets the public 'security.token_storage' alias.
  11097.      *
  11098.      * @return object The ".container.private.security.token_storage" service.
  11099.      */
  11100.     protected function getSecurity_TokenStorageService()
  11101.     {
  11102.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11103.         return $this->get('.container.private.security.token_storage');
  11104.     }
  11105.     /**
  11106.      * Gets the public 'security.password_encoder' alias.
  11107.      *
  11108.      * @return object The ".container.private.security.password_encoder" service.
  11109.      */
  11110.     protected function getSecurity_PasswordEncoderService()
  11111.     {
  11112.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11113.         return $this->get('.container.private.security.password_encoder');
  11114.     }
  11115.     /**
  11116.      * Gets the public 'session' alias.
  11117.      *
  11118.      * @return object The ".container.private.session" service.
  11119.      */
  11120.     protected function getSessionService()
  11121.     {
  11122.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11123.         return $this->get('.container.private.session');
  11124.     }
  11125.     /**
  11126.      * Gets the public 'validator' alias.
  11127.      *
  11128.      * @return object The ".container.private.validator" service.
  11129.      */
  11130.     protected function getValidatorService()
  11131.     {
  11132.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11133.         return $this->get('.container.private.validator');
  11134.     }
  11135.     /**
  11136.      * @return array|bool|float|int|string|\UnitEnum|null
  11137.      */
  11138.     public function getParameter(string $name)
  11139.     {
  11140.         if (isset($this->buildParameters[$name])) {
  11141.             return $this->buildParameters[$name];
  11142.         }
  11143.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11144.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11145.         }
  11146.         if (isset($this->loadedDynamicParameters[$name])) {
  11147.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11148.         }
  11149.         return $this->parameters[$name];
  11150.     }
  11151.     public function hasParameter(string $name): bool
  11152.     {
  11153.         if (isset($this->buildParameters[$name])) {
  11154.             return true;
  11155.         }
  11156.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11157.     }
  11158.     public function setParameter(string $name$value): void
  11159.     {
  11160.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11161.     }
  11162.     public function getParameterBag(): ParameterBagInterface
  11163.     {
  11164.         if (null === $this->parameterBag) {
  11165.             $parameters $this->parameters;
  11166.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11167.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11168.             }
  11169.             foreach ($this->buildParameters as $name => $value) {
  11170.                 $parameters[$name] = $value;
  11171.             }
  11172.             $this->parameterBag = new FrozenParameterBag($parameters);
  11173.         }
  11174.         return $this->parameterBag;
  11175.     }
  11176.     private $loadedDynamicParameters = [
  11177.         'kernel.runtime_environment' => false,
  11178.         'kernel.build_dir' => false,
  11179.         'kernel.cache_dir' => false,
  11180.         'router.request_context.host' => false,
  11181.         'router.request_context.scheme' => false,
  11182.         'kernel.secret' => false,
  11183.         'debug.container.dump' => false,
  11184.         'serializer.mapping.cache.file' => false,
  11185.         'validator.mapping.cache.file' => false,
  11186.         'profiler.storage.dsn' => false,
  11187.         'doctrine.orm.proxy_dir' => false,
  11188.         'knp_snappy.pdf.binary' => false,
  11189.         'knp_snappy.image.binary' => false,
  11190.     ];
  11191.     private $dynamicParameters = [];
  11192.     private function getDynamicParameter(string $name)
  11193.     {
  11194.         switch ($name) {
  11195.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11196.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11197.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11198.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  11199.             case 'router.request_context.scheme'$value $this->getEnv('APP_SCHEME'); break;
  11200.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11201.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11202.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11203.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11204.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11205.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11206.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  11207.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  11208.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11209.         }
  11210.         $this->loadedDynamicParameters[$name] = true;
  11211.         return $this->dynamicParameters[$name] = $value;
  11212.     }
  11213.     protected function getDefaultParameters(): array
  11214.     {
  11215.         return [
  11216.             'kernel.project_dir' => \dirname(__DIR__4),
  11217.             'kernel.environment' => 'dev',
  11218.             'kernel.debug' => true,
  11219.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11220.             'kernel.bundles' => [
  11221.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11222.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11223.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11224.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11225.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11226.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11227.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11228.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11229.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11230.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11231.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11232.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  11233.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11234.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  11235.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11236.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  11237.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  11238.             ],
  11239.             'kernel.bundles_metadata' => [
  11240.                 'FrameworkBundle' => [
  11241.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11242.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11243.                 ],
  11244.                 'TwigBundle' => [
  11245.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11246.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11247.                 ],
  11248.                 'TwigExtraBundle' => [
  11249.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11250.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11251.                 ],
  11252.                 'SensioFrameworkExtraBundle' => [
  11253.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11254.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11255.                 ],
  11256.                 'DoctrineBundle' => [
  11257.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11258.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11259.                 ],
  11260.                 'DoctrineMigrationsBundle' => [
  11261.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11262.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11263.                 ],
  11264.                 'SecurityBundle' => [
  11265.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11266.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11267.                 ],
  11268.                 'WebProfilerBundle' => [
  11269.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11270.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11271.                 ],
  11272.                 'MonologBundle' => [
  11273.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11274.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11275.                 ],
  11276.                 'DebugBundle' => [
  11277.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11278.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11279.                 ],
  11280.                 'MakerBundle' => [
  11281.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11282.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11283.                 ],
  11284.                 'EasyAdminBundle' => [
  11285.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  11286.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  11287.                 ],
  11288.                 'FOSRestBundle' => [
  11289.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11290.                     'namespace' => 'FOS\\RestBundle',
  11291.                 ],
  11292.                 'NelmioApiDocBundle' => [
  11293.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11294.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11295.                 ],
  11296.                 'StofDoctrineExtensionsBundle' => [
  11297.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  11298.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11299.                 ],
  11300.                 'DoctrineFixturesBundle' => [
  11301.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  11302.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  11303.                 ],
  11304.                 'KnpSnappyBundle' => [
  11305.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  11306.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  11307.                 ],
  11308.             ],
  11309.             'kernel.charset' => 'UTF-8',
  11310.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11311.             'container.dumper.inline_class_loader' => true,
  11312.             'container.dumper.inline_factories' => true,
  11313.             'breadcrumbs' => [
  11314.                 'device' => [
  11315.                     => 'panel_device_measurements',
  11316.                     => 'panel_device_measurements_form',
  11317.                 ],
  11318.                 'measurement' => [
  11319.                     => 'panel_device_measurement_channels',
  11320.                     => 'panel_device_measurement_channels_post',
  11321.                     => 'device_measurement_info',
  11322.                     => 'post_device_measurement_info',
  11323.                     => 'post_device_measurement_info_post',
  11324.                     => 'device_measurement_chart_temperature',
  11325.                     => 'device_measurement_chart_temperature_post',
  11326.                     => 'device_measurement_chart_maturity',
  11327.                     => 'device_measurement_chart_maturity_post',
  11328.                     => 'panel_device_measurement_table',
  11329.                     10 => 'panel_device_measurement_table_post',
  11330.                     11 => 'panel_device_measurement_table_blocked',
  11331.                     12 => 'panel_device_measurement_table_blocked_post',
  11332.                     13 => 'panel_device_measurements_form',
  11333.                     14 => 'device_measurement_chart_strength',
  11334.                     15 => 'device_measurement_chart_strength_post',
  11335.                     16 => 'device_measurement_data',
  11336.                     17 => 'panel_measurement_note',
  11337.                     18 => 'panel_measurement_note_post',
  11338.                     19 => 'device_measurement_traceability',
  11339.                     20 => 'device_measurement_traceability_post',
  11340.                 ],
  11341.                 'channel' => [
  11342.                     => 'panel_device_channel_data',
  11343.                 ],
  11344.             ],
  11345.             'line_type_config' => [
  11346.                 'retro_colours' => [
  11347.                     => '#0000ff',
  11348.                     => '#ff0000',
  11349.                     => '#008000',
  11350.                     => '#00ff00',
  11351.                     => '#800000',
  11352.                     => '#000080',
  11353.                     => '#808000',
  11354.                     => '#800080',
  11355.                     => '#fffbf0',
  11356.                     => '#a6caf0',
  11357.                     10 => '#008080',
  11358.                     11 => '#ffff00',
  11359.                     12 => '#00ffff',
  11360.                     13 => '#ff00ff',
  11361.                     14 => '#c0dcc0',
  11362.                     15 => '#c0c0c0',
  11363.                 ],
  11364.                 'default_colours' => [
  11365.                     => '#4F81BC',
  11366.                     => '#C0504E',
  11367.                     => '#9BBB58',
  11368.                     => '#23BFAA',
  11369.                     => '#8064A1',
  11370.                     => '#4AACC5',
  11371.                     => '#F79647',
  11372.                     => '#7F6084',
  11373.                     => '#77A033',
  11374.                     => '#33558B',
  11375.                     10 => '#E59566',
  11376.                     11 => '#c0dcc0',
  11377.                     12 => '#c0c0c0',
  11378.                     13 => '#0000ff',
  11379.                     14 => '#ff0000',
  11380.                     15 => '#00ff00',
  11381.                 ],
  11382.                 'patterns' => [
  11383.                     => 'solid',
  11384.                     => 'dashed',
  11385.                     => 'dotted',
  11386.                     => 'dot-dashed',
  11387.                     => 'dot-dot-dashed',
  11388.                 ],
  11389.             ],
  11390.             'default_strength_points' => [
  11391.                 => '0.5',
  11392.                 => '1.0',
  11393.                 => '2.0',
  11394.                 => '3.0',
  11395.                 => '4.0',
  11396.                 => '5.0',
  11397.                 => '6.0',
  11398.                 => '7.0',
  11399.                 => '8.0',
  11400.                 => '9.0',
  11401.                 10 => '11.0',
  11402.                 11 => '12.0',
  11403.                 12 => '14.0',
  11404.                 13 => '18.0',
  11405.                 14 => '20.0',
  11406.                 15 => '25.0',
  11407.                 16 => '30.0',
  11408.                 17 => '35.0',
  11409.                 18 => '40.0',
  11410.                 19 => '45.0',
  11411.                 20 => '50.0',
  11412.                 21 => '55.0',
  11413.                 22 => '60.0',
  11414.                 23 => '65.0',
  11415.                 24 => '70.0',
  11416.                 25 => '75.0',
  11417.             ],
  11418.             'supported_languages' => [
  11419.                 'English' => 'en',
  11420.                 'Polski' => 'pl',
  11421.                 'Svenska' => 'sv',
  11422.             ],
  11423.             'messenger_redeliver_timeout' => 9999999999,
  11424.             'event_dispatcher.event_aliases' => [
  11425.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11426.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11427.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11428.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11429.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11430.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11431.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11432.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11433.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11434.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11435.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11436.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11437.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11438.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11439.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11440.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11441.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11442.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11443.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11444.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11445.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11446.             ],
  11447.             'fragment.renderer.hinclude.global_template' => NULL,
  11448.             'fragment.path' => '/_fragment',
  11449.             'kernel.http_method_override' => true,
  11450.             'kernel.trusted_hosts' => [
  11451.             ],
  11452.             'kernel.default_locale' => 'en',
  11453.             'kernel.enabled_locales' => [
  11454.             ],
  11455.             'kernel.error_controller' => 'error_controller',
  11456.             'debug.file_link_format' => NULL,
  11457.             'asset.request_context.base_path' => NULL,
  11458.             'asset.request_context.secure' => NULL,
  11459.             'translator.logging' => false,
  11460.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11461.             'debug.error_handler.throw_at' => -1,
  11462.             'router.request_context.base_url' => '',
  11463.             'router.resource' => 'kernel::loadRoutes',
  11464.             'request_listener.http_port' => 80,
  11465.             'request_listener.https_port' => 443,
  11466.             'session.metadata.storage_key' => '_sf2_meta',
  11467.             'session.storage.options' => [
  11468.                 'cache_limiter' => '0',
  11469.                 'cookie_secure' => 'auto',
  11470.                 'cookie_httponly' => true,
  11471.                 'cookie_samesite' => 'lax',
  11472.                 'gc_probability' => 1,
  11473.             ],
  11474.             'session.save_path' => NULL,
  11475.             'session.metadata.update_threshold' => 0,
  11476.             'form.type_extension.csrf.enabled' => true,
  11477.             'form.type_extension.csrf.field_name' => '_token',
  11478.             'validator.translation_domain' => 'validators',
  11479.             'profiler_listener.only_exceptions' => false,
  11480.             'profiler_listener.only_main_requests' => false,
  11481.             'twig.form.resources' => [
  11482.                 => 'form_div_layout.html.twig',
  11483.                 => 'panel/form_layout.html.twig',
  11484.                 => 'admin/form/custom_layout.html.twig',
  11485.             ],
  11486.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11487.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11488.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11489.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11490.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11491.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11492.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11493.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11494.             'doctrine.entity_managers' => [
  11495.                 'default' => 'doctrine.orm.default_entity_manager',
  11496.             ],
  11497.             'doctrine.default_entity_manager' => 'default',
  11498.             'doctrine.dbal.connection_factory.types' => [
  11499.             ],
  11500.             'doctrine.connections' => [
  11501.                 'default' => 'doctrine.dbal.default_connection',
  11502.             ],
  11503.             'doctrine.default_connection' => 'default',
  11504.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11505.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11506.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11507.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11508.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11509.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11510.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11511.             'doctrine.orm.cache.memcache_port' => 11211,
  11512.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11513.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11514.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11515.             'doctrine.orm.cache.memcached_port' => 11211,
  11516.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11517.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11518.             'doctrine.orm.cache.redis_host' => 'localhost',
  11519.             'doctrine.orm.cache.redis_port' => 6379,
  11520.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11521.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11522.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11523.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11524.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11525.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11526.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11527.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11528.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11529.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11530.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11531.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11532.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11533.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11534.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11535.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11536.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11537.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11538.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11539.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11540.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11541.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11542.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  11543.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11544.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11545.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11546.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11547.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11548.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11549.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11550.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11551.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11552.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  11553.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11554.             'doctrine.migrations.preferred_em' => NULL,
  11555.             'doctrine.migrations.preferred_connection' => NULL,
  11556.             'security.role_hierarchy.roles' => [
  11557.                 'ROLE_SUPER_ADMIN' => [
  11558.                     => 'ROLE_ADMIN',
  11559.                 ],
  11560.                 'ROLE_ADMIN' => [
  11561.                     => 'ROLE_OWNER',
  11562.                 ],
  11563.                 'ROLE_OWNER' => [
  11564.                     => 'ROLE_USER',
  11565.                 ],
  11566.             ],
  11567.             'security.access.denied_url' => NULL,
  11568.             'security.authentication.manager.erase_credentials' => true,
  11569.             'security.authentication.session_strategy.strategy' => 'migrate',
  11570.             'security.access.always_authenticate_before_granting' => false,
  11571.             'security.authentication.hide_user_not_found' => true,
  11572.             'security.firewalls' => [
  11573.                 => 'dev',
  11574.                 => 'ping',
  11575.                 => 'main',
  11576.             ],
  11577.             'security.main._indexed_authenticators' => [
  11578.             ],
  11579.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11580.             'web_profiler.debug_toolbar.mode' => 2,
  11581.             'monolog.use_microseconds' => true,
  11582.             'monolog.swift_mailer.handlers' => [
  11583.             ],
  11584.             'monolog.handlers_to_channels' => [
  11585.                 'monolog.handler.console' => [
  11586.                     'type' => 'exclusive',
  11587.                     'elements' => [
  11588.                         => 'event',
  11589.                         => 'doctrine',
  11590.                         => 'console',
  11591.                     ],
  11592.                 ],
  11593.                 'monolog.handler.main' => [
  11594.                     'type' => 'exclusive',
  11595.                     'elements' => [
  11596.                         => 'event',
  11597.                     ],
  11598.                 ],
  11599.             ],
  11600.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11601.             'easyadmin.config' => [
  11602.                 'site_name' => 'CONREG SYSTEM',
  11603.                 'list' => [
  11604.                     'actions' => [
  11605.                         => [
  11606.                             'name' => 'show',
  11607.                             'icon' => 'eye',
  11608.                             'template' => 'admin/field/secured_action.html.twig',
  11609.                         ],
  11610.                         => [
  11611.                             'name' => 'edit',
  11612.                             'icon' => 'pencil',
  11613.                             'template' => 'admin/field/secured_action.html.twig',
  11614.                         ],
  11615.                         => [
  11616.                             'name' => 'delete',
  11617.                             'icon' => 'trash',
  11618.                             'template' => 'admin/field/secured_action.html.twig',
  11619.                         ],
  11620.                     ],
  11621.                     'item_permission' => 'show',
  11622.                     'collapse_actions' => false,
  11623.                     'batch_actions' => [
  11624.                     ],
  11625.                     'max_results' => 15,
  11626.                 ],
  11627.                 'edit' => [
  11628.                     'item_permission' => 'edit',
  11629.                     'actions' => [
  11630.                     ],
  11631.                 ],
  11632.                 'new' => [
  11633.                     'item_permission' => 'new',
  11634.                     'actions' => [
  11635.                     ],
  11636.                 ],
  11637.                 'show' => [
  11638.                     'item_permission' => 'show',
  11639.                     'actions' => [
  11640.                     ],
  11641.                     'max_results' => 10,
  11642.                 ],
  11643.                 'design' => [
  11644.                     'form_theme' => [
  11645.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  11646.                         => 'admin/form/custom_layout.html.twig',
  11647.                     ],
  11648.                     'assets' => [
  11649.                         'css' => [
  11650.                             => '/bundles/easyadmin/app.css',
  11651.                             => '/styles/admin.css',
  11652.                             => '/styles/bootstrap-datetimepicker.min.css',
  11653.                         ],
  11654.                         'js' => [
  11655.                             => '/scripts/moment.js',
  11656.                             => '/scripts/bootstrap-datetimepicker.min.js',
  11657.                             => '/scripts/admin.js',
  11658.                             => '/admin/translations.js',
  11659.                             => '/scripts/library/canvasjs.min.js',
  11660.                             => '/scripts/library/toastr.min.js',
  11661.                         ],
  11662.                         'favicon' => [
  11663.                             'path' => 'favicon.ico',
  11664.                             'mime_type' => 'image/x-icon',
  11665.                         ],
  11666.                     ],
  11667.                     'templates' => [
  11668.                         'layout' => 'admin/layout.html.twig',
  11669.                         'show' => 'admin/show.html.twig',
  11670.                         'list' => 'admin/list.html.twig',
  11671.                         'edit' => 'admin/edit.html.twig',
  11672.                     ],
  11673.                     'menu' => [
  11674.                         => [
  11675.                             'entity' => 'Device',
  11676.                             'icon' => 'screwdriver',
  11677.                         ],
  11678.                         => [
  11679.                             'entity' => 'Customer',
  11680.                             'icon' => 'trademark',
  11681.                             'permission' => 'ROLE_ADMIN',
  11682.                         ],
  11683.                         => [
  11684.                             'entity' => 'License',
  11685.                             'icon' => 'file',
  11686.                         ],
  11687.                         => [
  11688.                             'entity' => 'User',
  11689.                             'icon' => 'user',
  11690.                             'permission' => [
  11691.                                 => 'ROLE_ADMIN',
  11692.                                 => 'ROLE_CUSTOMER',
  11693.                             ],
  11694.                         ],
  11695.                         => [
  11696.                             'entity' => 'Recipe',
  11697.                             'icon' => 'barcode',
  11698.                         ],
  11699.                         => [
  11700.                             'entity' => 'Notification',
  11701.                             'icon' => 'envelope',
  11702.                         ],
  11703.                         => [
  11704.                             'entity' => 'LineTypeGroup',
  11705.                             'icon' => 'chart-line',
  11706.                             'label' => 'Line types',
  11707.                         ],
  11708.                         => [
  11709.                             'label' => 'Preferences',
  11710.                             'entity' => 'UserSetting',
  11711.                             'icon' => 'cog',
  11712.                         ],
  11713.                     ],
  11714.                     'brand_color' => 'hsl(230, 55%, 60%)',
  11715.                 ],
  11716.                 'entities' => [
  11717.                     'Device' => [
  11718.                         'class' => 'App\\Entity\\Device',
  11719.                         'show' => [
  11720.                             'item_permission' => 'show',
  11721.                             'fields' => [
  11722.                                 => 'id',
  11723.                                 => 'serialNumber',
  11724.                                 => 'calibratedAt',
  11725.                                 => 'channelsLimit',
  11726.                             ],
  11727.                         ],
  11728.                         'list' => [
  11729.                             'item_permission' => 'show',
  11730.                             'fields' => [
  11731.                                 => 'id',
  11732.                                 => 'serialNumber',
  11733.                                 => [
  11734.                                     'property' => 'customer',
  11735.                                     'permission' => 'ROLE_ADMIN',
  11736.                                     'sortable' => false,
  11737.                                 ],
  11738.                                 => 'calibratedAt',
  11739.                                 => 'channelsLimit',
  11740.                                 => 'createdAt',
  11741.                                 => [
  11742.                                     'property' => 'recipeToSync',
  11743.                                     'permission' => 'ROLE_USER',
  11744.                                     'sortable' => false,
  11745.                                     'label' => 'Synchronised Recipes',
  11746.                                     'template' => 'admin/field/recipes_to_sync.html.twig',
  11747.                                     'type_options' => [
  11748.                                         'query_builder' => [
  11749.                                             => 'App\\Repository\\RecipeToSync',
  11750.                                             => 'getStaticVisible',
  11751.                                         ],
  11752.                                     ],
  11753.                                 ],
  11754.                             ],
  11755.                         ],
  11756.                         'form' => [
  11757.                             'fields' => [
  11758.                                 => [
  11759.                                     'property' => 'serialNumber',
  11760.                                     'permission' => 'ROLE_ADMIN',
  11761.                                 ],
  11762.                                 => [
  11763.                                     'property' => 'customer',
  11764.                                     'permission' => 'ROLE_ADMIN',
  11765.                                 ],
  11766.                                 => [
  11767.                                     'property' => 'assignmentEndsAt',
  11768.                                     'permission' => 'ROLE_ADMIN',
  11769.                                     'type' => 'App\\Form\\CustomDateTimeType',
  11770.                                     'help' => 'Leave this value empty if you do not want this instrument to be automatically unassigned from customer.',
  11771.                                 ],
  11772.                                 => [
  11773.                                     'property' => 'calibratedAt',
  11774.                                     'permission' => [
  11775.                                         => 'ROLE_ADMIN',
  11776.                                         => 'ROLE_USER',
  11777.                                     ],
  11778.                                     'type' => 'App\\Form\\CustomDateTimeType',
  11779.                                 ],
  11780.                                 => [
  11781.                                     'property' => 'channelsLimit',
  11782.                                     'permission' => 'ROLE_ADMIN',
  11783.                                 ],
  11784.                                 => [
  11785.                                     'property' => 'email',
  11786.                                     'label' => 'Device notification email',
  11787.                                     'permission' => [
  11788.                                         => 'ROLE_ADMIN',
  11789.                                         => 'ROLE_USER',
  11790.                                     ],
  11791.                                 ],
  11792.                             ],
  11793.                         ],
  11794.                         'templates' => [
  11795.                             'list' => 'admin/list/devices.html.twig',
  11796.                         ],
  11797.                         'name' => 'Device',
  11798.                     ],
  11799.                     'Customer' => [
  11800.                         'class' => 'App\\Entity\\Customer',
  11801.                         'show' => [
  11802.                             'item_permission' => 'show',
  11803.                             'fields' => [
  11804.                                 => 'id',
  11805.                                 => [
  11806.                                     'property' => 'name',
  11807.                                     'label' => 'Company name',
  11808.                                 ],
  11809.                                 => [
  11810.                                     'property' => 'country',
  11811.                                     'template' => 'admin/field/country.html.twig',
  11812.                                     'sortable' => true,
  11813.                                 ],
  11814.                                 => [
  11815.                                     'property' => 'isActive',
  11816.                                     'label' => 'Is active',
  11817.                                 ],
  11818.                             ],
  11819.                         ],
  11820.                         'list' => [
  11821.                             'item_permission' => 'show',
  11822.                             'fields' => [
  11823.                                 => 'id',
  11824.                                 => [
  11825.                                     'property' => 'name',
  11826.                                     'label' => 'Company name',
  11827.                                 ],
  11828.                                 => [
  11829.                                     'property' => 'country',
  11830.                                     'template' => 'admin/field/country.html.twig',
  11831.                                     'sortable' => true,
  11832.                                 ],
  11833.                                 => [
  11834.                                     'property' => 'users',
  11835.                                     'label' => 'Users',
  11836.                                     'template' => 'admin/field/users.html.twig',
  11837.                                 ],
  11838.                                 => [
  11839.                                     'property' => 'isActive',
  11840.                                     'label' => 'Is active',
  11841.                                     'type' => 'toggle',
  11842.                                 ],
  11843.                             ],
  11844.                         ],
  11845.                         'form' => [
  11846.                             'fields' => [
  11847.                                 => [
  11848.                                     'property' => 'name',
  11849.                                     'label' => 'Company name',
  11850.                                     'type' => 'text',
  11851.                                     'type_options' => [
  11852.                                         'required' => true,
  11853.                                     ],
  11854.                                 ],
  11855.                                 => [
  11856.                                     'property' => 'country',
  11857.                                     'type' => 'choice',
  11858.                                     'label' => 'Country',
  11859.                                     'type_options' => [
  11860.                                         'required' => true,
  11861.                                         'choices' => [
  11862.                                             'Brak' => NULL,
  11863.                                             'Polska' => 'pl',
  11864.                                             'Svenska' => 'sv',
  11865.                                         ],
  11866.                                     ],
  11867.                                 ],
  11868.                                 => [
  11869.                                     'sortable' => false,
  11870.                                     'label' => 'Brand',
  11871.                                     'property' => 'brands',
  11872.                                     'type' => 'App\\Form\\Admin\\BrandType',
  11873.                                     'type_options' => [
  11874.                                         'multiple' => true,
  11875.                                         'expanded' => true,
  11876.                                         'required' => false,
  11877.                                     ],
  11878.                                 ],
  11879.                                 => [
  11880.                                     'property' => 'devices',
  11881.                                     'type_options' => [
  11882.                                         'by_reference' => false,
  11883.                                     ],
  11884.                                     'css_class' => 'temporary_hidden',
  11885.                                 ],
  11886.                                 => [
  11887.                                     'property' => 'activeTo',
  11888.                                     'type' => 'App\\Form\\CustomDateTimeType',
  11889.                                     'help' => 'Leave this value empty if you do not want this customer to be automatically disabled.',
  11890.                                 ],
  11891.                             ],
  11892.                         ],
  11893.                         'name' => 'Customer',
  11894.                     ],
  11895.                     'License' => [
  11896.                         'class' => 'App\\Entity\\License',
  11897.                         'disabled_actions' => [
  11898.                             => 'edit',
  11899.                         ],
  11900.                         'search' => [
  11901.                             'item_permission' => 'show',
  11902.                             'help' => 'Searched by customer name.',
  11903.                             'fields' => [
  11904.                                 => 'customer.name',
  11905.                             ],
  11906.                         ],
  11907.                         'list' => [
  11908.                             'actions' => [
  11909.                                 => [
  11910.                                     'name' => 'show',
  11911.                                     'icon' => 'eye',
  11912.                                     'template' => 'admin/field/secured_action.html.twig',
  11913.                                 ],
  11914.                                 => [
  11915.                                     'name' => 'edit',
  11916.                                     'template' => 'admin/field/secured_action.html.twig',
  11917.                                 ],
  11918.                                 => [
  11919.                                     'name' => 'delete',
  11920.                                     'template' => 'admin/field/secured_action.html.twig',
  11921.                                 ],
  11922.                             ],
  11923.                             'item_permission' => 'show',
  11924.                             'fields' => [
  11925.                                 => [
  11926.                                     'property' => 'licenseNumber',
  11927.                                 ],
  11928.                                 => [
  11929.                                     'property' => 'customer',
  11930.                                     'sortable' => false,
  11931.                                 ],
  11932.                                 => [
  11933.                                     'property' => 'device',
  11934.                                     'template' => 'admin/field/translated_entity.html.twig',
  11935.                                     'label' => 'Instrument',
  11936.                                     'sortable' => false,
  11937.                                 ],
  11938.                                 => [
  11939.                                     'property' => 'note',
  11940.                                     'template' => 'admin/field/popup.html.twig',
  11941.                                     'icon' => 'comment',
  11942.                                 ],
  11943.                             ],
  11944.                         ],
  11945.                         'form' => [
  11946.                             'fields' => [
  11947.                                 => [
  11948.                                     'property' => 'licenseNumber',
  11949.                                     'type_options' => [
  11950.                                         'required' => true,
  11951.                                     ],
  11952.                                     'type' => 'text',
  11953.                                 ],
  11954.                                 => [
  11955.                                     'property' => 'customer',
  11956.                                     'type_options' => [
  11957.                                         'required' => false,
  11958.                                     ],
  11959.                                     'label' => 'Customer, select existing',
  11960.                                 ],
  11961.                                 => [
  11962.                                     'property' => 'newCustomerName',
  11963.                                     'type' => 'text',
  11964.                                     'label' => 'or add new (type his name)',
  11965.                                 ],
  11966.                                 => [
  11967.                                     'property' => 'device',
  11968.                                     'type_options' => [
  11969.                                         'required' => false,
  11970.                                     ],
  11971.                                     'label' => 'Instrument, select existing',
  11972.                                 ],
  11973.                                 => [
  11974.                                     'property' => 'newDeviceSerialNumber',
  11975.                                     'type' => 'text',
  11976.                                     'label' => 'or add new (type its serial number)',
  11977.                                 ],
  11978.                                 => [
  11979.                                     'property' => 'licensedTo',
  11980.                                     'type' => 'App\\Form\\CustomDateTimeType',
  11981.                                 ],
  11982.                                 => [
  11983.                                     'property' => 'isAssignRequested',
  11984.                                     'label' => 'Automatically assign this device to customer',
  11985.                                     'type' => 'checkbox',
  11986.                                     'help' => 'Should device be automatically assigned to selected customer? Have in mind this operation will cause this device to be AUTOMATICALLY unassigned from current its current customer.',
  11987.                                 ],
  11988.                                 => [
  11989.                                     'property' => 'note',
  11990.                                 ],
  11991.                             ],
  11992.                         ],
  11993.                         'show' => [
  11994.                             'item_permission' => 'show',
  11995.                             'fields' => [
  11996.                                 => [
  11997.                                     'property' => 'licenseNumber',
  11998.                                 ],
  11999.                                 => 'customer',
  12000.                                 => [
  12001.                                     'property' => 'device',
  12002.                                     'template' => 'admin/field/translated_entity.html.twig',
  12003.                                     'label' => 'Instrument',
  12004.                                 ],
  12005.                                 => [
  12006.                                     'property' => 'licensedTo',
  12007.                                 ],
  12008.                                 => [
  12009.                                     'property' => 'note',
  12010.                                 ],
  12011.                             ],
  12012.                         ],
  12013.                         'templates' => [
  12014.                             'list' => 'admin/list/devices.html.twig',
  12015.                         ],
  12016.                         'name' => 'License',
  12017.                     ],
  12018.                     'User' => [
  12019.                         'class' => 'App\\Entity\\User',
  12020.                         'show' => [
  12021.                             'item_permission' => [
  12022.                                 => 'show',
  12023.                             ],
  12024.                             'fields' => [
  12025.                                 => 'id',
  12026.                                 => 'username',
  12027.                                 => 'firstName',
  12028.                                 => 'surname',
  12029.                                 => 'email',
  12030.                                 => 'phone',
  12031.                                 => [
  12032.                                     'property' => 'customer',
  12033.                                     'permission' => 'ROLE_ADMIN',
  12034.                                     'sortable' => false,
  12035.                                 ],
  12036.                                 => [
  12037.                                     'property' => 'roles',
  12038.                                     'template' => 'admin/field/roles.html.twig',
  12039.                                     'sortable' => false,
  12040.                                 ],
  12041.                             ],
  12042.                         ],
  12043.                         'list' => [
  12044.                             'item_permission' => [
  12045.                                 => 'show',
  12046.                             ],
  12047.                             'fields' => [
  12048.                                 => 'id',
  12049.                                 => 'username',
  12050.                                 => 'email',
  12051.                                 => [
  12052.                                     'property' => 'customer',
  12053.                                     'permission' => 'ROLE_ADMIN',
  12054.                                 ],
  12055.                                 => [
  12056.                                     'property' => 'roles',
  12057.                                     'template' => 'admin/field/roles.html.twig',
  12058.                                     'sortable' => false,
  12059.                                 ],
  12060.                                 => [
  12061.                                     'property' => 'activationEmail',
  12062.                                     'template' => 'admin/field/activation_email.html.twig',
  12063.                                 ],
  12064.                             ],
  12065.                         ],
  12066.                         'form' => [
  12067.                             'fields' => [
  12068.                                 => [
  12069.                                     'property' => 'username',
  12070.                                     'type' => 'text',
  12071.                                     'type_options' => [
  12072.                                         'required' => true,
  12073.                                     ],
  12074.                                 ],
  12075.                                 => [
  12076.                                     'property' => 'firstName',
  12077.                                     'type' => 'text',
  12078.                                 ],
  12079.                                 => [
  12080.                                     'property' => 'surname',
  12081.                                     'type' => 'text',
  12082.                                 ],
  12083.                                 => [
  12084.                                     'property' => 'email',
  12085.                                     'type' => 'email',
  12086.                                 ],
  12087.                                 => [
  12088.                                     'property' => 'phone',
  12089.                                     'type' => 'text',
  12090.                                 ],
  12091.                                 => [
  12092.                                     'property' => 'customer',
  12093.                                     'permission' => 'ROLE_ADMIN',
  12094.                                 ],
  12095.                                 => [
  12096.                                     'property' => 'roleSingle',
  12097.                                     'permission' => 'ROLE_ADMIN',
  12098.                                     'type' => 'choice',
  12099.                                     'label' => 'Role',
  12100.                                     'type_options' => [
  12101.                                         'required' => true,
  12102.                                         'choices' => [
  12103.                                             'Default user' => 'ROLE_USER',
  12104.                                             'Company manager' => 'ROLE_CUSTOMER',
  12105.                                             'Administrator' => 'ROLE_ADMIN',
  12106.                                         ],
  12107.                                     ],
  12108.                                 ],
  12109.                                 => [
  12110.                                     'property' => 'roles',
  12111.                                     'permission' => 'ROLE_CUSTOMER',
  12112.                                     'type' => 'choice',
  12113.                                     'type_options' => [
  12114.                                         'multiple' => true,
  12115.                                         'expanded' => true,
  12116.                                         'choices' => [
  12117.                                             'Company manager' => 'ROLE_CUSTOMER',
  12118.                                         ],
  12119.                                     ],
  12120.                                 ],
  12121.                             ],
  12122.                         ],
  12123.                         'new' => [
  12124.                             'item_permission' => [
  12125.                                 => 'ROLE_ADMIN',
  12126.                                 => 'ROLE_CUSTOMER',
  12127.                             ],
  12128.                             'fields' => [
  12129.                                 => [
  12130.                                     'property' => 'username',
  12131.                                     'type' => 'text',
  12132.                                     'type_options' => [
  12133.                                         'required' => true,
  12134.                                     ],
  12135.                                 ],
  12136.                                 => [
  12137.                                     'property' => 'firstName',
  12138.                                     'type' => 'text',
  12139.                                 ],
  12140.                                 => [
  12141.                                     'property' => 'surname',
  12142.                                     'type' => 'text',
  12143.                                 ],
  12144.                                 => [
  12145.                                     'property' => 'email',
  12146.                                     'type' => 'email',
  12147.                                 ],
  12148.                                 => [
  12149.                                     'property' => 'email',
  12150.                                     'type' => 'email',
  12151.                                 ],
  12152.                                 => [
  12153.                                     'property' => 'phone',
  12154.                                     'type' => 'text',
  12155.                                 ],
  12156.                                 => [
  12157.                                     'property' => 'password',
  12158.                                     'type' => 'repeated',
  12159.                                     'type_options' => [
  12160.                                         'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
  12161.                                         'required' => true,
  12162.                                         'first_options' => [
  12163.                                             'label' => 'label.password',
  12164.                                         ],
  12165.                                         'second_options' => [
  12166.                                             'label' => 'label.password_confirmation',
  12167.                                         ],
  12168.                                     ],
  12169.                                 ],
  12170.                                 => [
  12171.                                     'property' => 'customer',
  12172.                                     'permission' => 'ROLE_ADMIN',
  12173.                                 ],
  12174.                                 => [
  12175.                                     'property' => 'roleSingle',
  12176.                                     'permission' => 'ROLE_ADMIN',
  12177.                                     'type' => 'choice',
  12178.                                     'label' => 'Role',
  12179.                                     'type_options' => [
  12180.                                         'required' => true,
  12181.                                         'choices' => [
  12182.                                             'Default user' => 'ROLE_USER',
  12183.                                             'Company manager' => 'ROLE_CUSTOMER',
  12184.                                             'Administrator' => 'ROLE_ADMIN',
  12185.                                         ],
  12186.                                     ],
  12187.                                 ],
  12188.                                 => [
  12189.                                     'property' => 'roles',
  12190.                                     'permission' => 'ROLE_CUSTOMER',
  12191.                                     'type' => 'choice',
  12192.                                     'type_options' => [
  12193.                                         'multiple' => true,
  12194.                                         'expanded' => true,
  12195.                                         'choices' => [
  12196.                                             'Company manager' => 'ROLE_CUSTOMER',
  12197.                                         ],
  12198.                                     ],
  12199.                                 ],
  12200.                             ],
  12201.                         ],
  12202.                         'name' => 'User',
  12203.                     ],
  12204.                     'Notification' => [
  12205.                         'class' => 'App\\Entity\\Notification',
  12206.                         'form' => [
  12207.                             'item_permission' => [
  12208.                                 => 'ROLE_ADMIN',
  12209.                                 => 'ROLE_CUSTOMER',
  12210.                                 => 'ROLE_USER',
  12211.                             ],
  12212.                             'help' => 'Notification will be send to your email address when strength of concrete in selected channel will reach provided value.',
  12213.                             'fields' => [
  12214.                                 => [
  12215.                                     'property' => 'strengthTrigger',
  12216.                                 ],
  12217.                                 => [
  12218.                                     'property' => 'channelSetting',
  12219.                                     'label' => 'Channel',
  12220.                                     'type_options' => [
  12221.                                         'choice_label' => 'channelShortName',
  12222.                                         'group_by' => [
  12223.                                             => 'App\\Repository\\ChannelSettingRepository',
  12224.                                             => 'groupByMeasurement',
  12225.                                         ],
  12226.                                         'query_builder' => [
  12227.                                             => 'App\\Repository\\ChannelSettingRepository',
  12228.                                             => 'getStaticVisibleGrouped',
  12229.                                         ],
  12230.                                     ],
  12231.                                 ],
  12232.                                 => [
  12233.                                     'property' => 'email',
  12234.                                     'type' => 'email',
  12235.                                 ],
  12236.                             ],
  12237.                         ],
  12238.                         'list' => [
  12239.                             'item_permission' => [
  12240.                                 => 'show',
  12241.                             ],
  12242.                             'fields' => [
  12243.                                 => [
  12244.                                     'property' => 'measurement',
  12245.                                     'template' => 'admin/field/measurement.html.twig',
  12246.                                 ],
  12247.                                 => [
  12248.                                     'property' => 'channelCalculated',
  12249.                                     'template' => 'admin/field/channel.html.twig',
  12250.                                     'label' => 'Channel',
  12251.                                 ],
  12252.                                 => [
  12253.                                     'property' => 'strengthTrigger',
  12254.                                 ],
  12255.                                 => [
  12256.                                     'property' => 'isTriggered',
  12257.                                     'type' => 'boolean',
  12258.                                 ],
  12259.                                 => [
  12260.                                     'property' => 'email',
  12261.                                     'type' => 'email',
  12262.                                 ],
  12263.                                 => [
  12264.                                     'property' => 'createdAt',
  12265.                                 ],
  12266.                             ],
  12267.                         ],
  12268.                         'show' => [
  12269.                             'item_permission' => [
  12270.                                 => 'show',
  12271.                             ],
  12272.                             'fields' => [
  12273.                                 => [
  12274.                                     'property' => 'measurement',
  12275.                                     'template' => 'admin/field/measurement.html.twig',
  12276.                                 ],
  12277.                                 => [
  12278.                                     'property' => 'channelCalculated',
  12279.                                     'template' => 'admin/field/channel.html.twig',
  12280.                                     'label' => 'Channel',
  12281.                                 ],
  12282.                                 => [
  12283.                                     'property' => 'strengthTrigger',
  12284.                                 ],
  12285.                                 => [
  12286.                                     'property' => 'isTriggered',
  12287.                                     'type' => 'boolean',
  12288.                                 ],
  12289.                                 => [
  12290.                                     'property' => 'email',
  12291.                                     'type' => 'email',
  12292.                                 ],
  12293.                                 => [
  12294.                                     'property' => 'createdAt',
  12295.                                 ],
  12296.                             ],
  12297.                         ],
  12298.                         'name' => 'Notification',
  12299.                     ],
  12300.                     'UserSetting' => [
  12301.                         'disabled_actions' => [
  12302.                             => 'delete',
  12303.                             => 'new',
  12304.                         ],
  12305.                         'class' => 'App\\Entity\\UserSetting',
  12306.                         'form' => [
  12307.                             'actions' => [
  12308.                                 => [
  12309.                                     'name' => 'list',
  12310.                                     'template' => 'admin/field/empty.html.twig',
  12311.                                 ],
  12312.                             ],
  12313.                             'item_permission' => [
  12314.                                 => 'ROLE_ADMIN',
  12315.                                 => 'ROLE_CUSTOMER',
  12316.                                 => 'ROLE_USER',
  12317.                             ],
  12318.                             'fields' => [
  12319.                                 => [
  12320.                                     'property' => 'language',
  12321.                                     'type' => 'choice',
  12322.                                     'type_options' => [
  12323.                                         'choices' => [
  12324.                                             'English' => 'en',
  12325.                                             'Polski' => 'pl',
  12326.                                             'Svenska' => 'sv',
  12327.                                         ],
  12328.                                     ],
  12329.                                 ],
  12330.                                 => [
  12331.                                     'property' => 'standardRecipe',
  12332.                                     'type_options' => [
  12333.                                         'query_builder' => [
  12334.                                             => 'App\\Repository\\RecipeRepository',
  12335.                                             => 'getStaticVisible',
  12336.                                         ],
  12337.                                     ],
  12338.                                 ],
  12339.                                 => [
  12340.                                     'property' => 'usedDevices',
  12341.                                     'label' => 'Used instruments',
  12342.                                     'help' => 'Only measurements for selected instruments will be displayed for currently logged user in his panel.',
  12343.                                     'type' => 'entity',
  12344.                                     'type_options' => [
  12345.                                         'class' => 'App\\Entity\\Device',
  12346.                                         'multiple' => true,
  12347.                                         'expanded' => true,
  12348.                                         'query_builder' => [
  12349.                                             => 'App\\Repository\\DeviceRepository',
  12350.                                             => 'getStaticVisible',
  12351.                                         ],
  12352.                                     ],
  12353.                                 ],
  12354.                                 => [
  12355.                                     'property' => 'fontSizeCoefficient',
  12356.                                     'label' => 'Font size',
  12357.                                     'type' => 'choice',
  12358.                                     'type_options' => [
  12359.                                         'choices' => [
  12360.                                             10 => 10,
  12361.                                             11 => 11,
  12362.                                             12 => 12,
  12363.                                             13 => 13,
  12364.                                             14 => 14,
  12365.                                             15 => 15,
  12366.                                             16 => 16,
  12367.                                             17 => 17,
  12368.                                             18 => 18,
  12369.                                             19 => 19,
  12370.                                             20 => 20,
  12371.                                             21 => 21,
  12372.                                             22 => 22,
  12373.                                             23 => 23,
  12374.                                             24 => 24,
  12375.                                         ],
  12376.                                     ],
  12377.                                 ],
  12378.                                 => [
  12379.                                     'property' => 'tokenTimeDuration',
  12380.                                     'label' => 'Token duration',
  12381.                                     'help' => 'Shared link token duration in hours.',
  12382.                                 ],
  12383.                             ],
  12384.                         ],
  12385.                         'list' => [
  12386.                             'item_permission' => [
  12387.                                 => 'show',
  12388.                             ],
  12389.                         ],
  12390.                         'name' => 'UserSetting',
  12391.                     ],
  12392.                     'Recipe' => [
  12393.                         'class' => 'App\\Entity\\Recipe',
  12394.                         'delete' => [
  12395.                             'item_permission' => [
  12396.                                 => 'ROLE_ADMIN',
  12397.                                 => 'ROLE_CUSTOMER',
  12398.                                 => 'ROLE_USER',
  12399.                             ],
  12400.                         ],
  12401.                         'new' => [
  12402.                             'item_permission' => [
  12403.                                 => 'ROLE_ADMIN',
  12404.                                 => 'ROLE_CUSTOMER',
  12405.                                 => 'ROLE_USER',
  12406.                             ],
  12407.                         ],
  12408.                         'list' => [
  12409.                             'max_results' => 999,
  12410.                             'item_permission' => [
  12411.                                 => 'ROLE_ADMIN',
  12412.                                 => 'ROLE_CUSTOMER',
  12413.                                 => 'ROLE_USER',
  12414.                             ],
  12415.                             'sort' => [
  12416.                                 => 'name',
  12417.                                 => 'ASC',
  12418.                             ],
  12419.                             'fields' => [
  12420.                                 => [
  12421.                                     'property' => 'name',
  12422.                                 ],
  12423.                                 => [
  12424.                                     'property' => 'shortName',
  12425.                                 ],
  12426.                                 => [
  12427.                                     'property' => 'country',
  12428.                                     'template' => 'admin/field/country.html.twig',
  12429.                                     'sortable' => true,
  12430.                                     'permission' => [
  12431.                                         => 'ROLE_ADMIN',
  12432.                                     ],
  12433.                                 ],
  12434.                                 => [
  12435.                                     'property' => 'chart',
  12436.                                     'mapped' => false,
  12437.                                     'template' => 'admin/field/recipe_chart.html.twig',
  12438.                                 ],
  12439.                                 => [
  12440.                                     'property' => 'priority',
  12441.                                     'permission' => [
  12442.                                         => 'ROLE_ADMIN',
  12443.                                     ],
  12444.                                     'template' => 'admin/field/priority.html.twig',
  12445.                                 ],
  12446.                             ],
  12447.                         ],
  12448.                         'show' => [
  12449.                             'item_permission' => [
  12450.                                 => 'ROLE_ADMIN',
  12451.                                 => 'ROLE_CUSTOMER',
  12452.                                 => 'ROLE_USER',
  12453.                             ],
  12454.                             'fields' => [
  12455.                                 => [
  12456.                                     'type' => 'text',
  12457.                                     'property' => 'name',
  12458.                                     'label' => 'Recipe full name',
  12459.                                 ],
  12460.                                 => [
  12461.                                     'type' => 'text',
  12462.                                     'property' => 'shortName',
  12463.                                     'label' => 'Recipe short name',
  12464.                                 ],
  12465.                                 => [
  12466.                                     'type' => 'text',
  12467.                                     'property' => 'country',
  12468.                                     'label' => 'Recipe country',
  12469.                                     'permission' => [
  12470.                                         => 'ROLE_ADMIN',
  12471.                                     ],
  12472.                                 ],
  12473.                                 => [
  12474.                                     'type' => 'text',
  12475.                                     'property' => 'brand',
  12476.                                     'label' => 'Recipe brand',
  12477.                                     'permission' => [
  12478.                                         => 'ROLE_ADMIN',
  12479.                                     ],
  12480.                                 ],
  12481.                                 => [
  12482.                                     'type' => 'text',
  12483.                                     'property' => 'fcc',
  12484.                                     'label' => 'Fcc28 [MPa]',
  12485.                                 ],
  12486.                                 => [
  12487.                                     'type' => 'text',
  12488.                                     'property' => 'dTe',
  12489.                                     'label' => 'Dte0 [h]',
  12490.                                 ],
  12491.                                 => [
  12492.                                     'type' => 'text',
  12493.                                     'property' => 'betaAdd',
  12494.                                     'label' => 'BetaAdd [-]',
  12495.                                 ],
  12496.                                 => [
  12497.                                     'type' => 'text',
  12498.                                     'property' => 'theta',
  12499.                                     'label' => 'Theta0 [K]',
  12500.                                 ],
  12501.                                 => [
  12502.                                     'type' => 'text',
  12503.                                     'property' => 'kappa',
  12504.                                     'label' => 'Kappa3 [-]',
  12505.                                 ],
  12506.                                 => [
  12507.                                     'type' => 'text',
  12508.                                     'property' => 's',
  12509.                                     'label' => 's [-]',
  12510.                                 ],
  12511.                                 10 => [
  12512.                                     'type' => 'text',
  12513.                                     'property' => 'tS',
  12514.                                     'label' => 'tS [h]',
  12515.                                 ],
  12516.                                 11 => [
  12517.                                     'type' => 'text',
  12518.                                     'property' => 'tA',
  12519.                                     'label' => 'tA [h]',
  12520.                                 ],
  12521.                                 12 => [
  12522.                                     'type' => 'text',
  12523.                                     'property' => 'nA',
  12524.                                     'label' => 'nA [-]',
  12525.                                 ],
  12526.                                 13 => [
  12527.                                     'type' => 'text',
  12528.                                     'property' => 'fa',
  12529.                                     'label' => 'FA [MPa]',
  12530.                                 ],
  12531.                             ],
  12532.                         ],
  12533.                         'form' => [
  12534.                             'item_permission' => [
  12535.                                 => 'ROLE_ADMIN',
  12536.                                 => 'ROLE_CUSTOMER',
  12537.                                 => 'ROLE_USER',
  12538.                             ],
  12539.                             'fields' => [
  12540.                                 => [
  12541.                                     'type' => 'tab',
  12542.                                     'label' => 'Recipe',
  12543.                                 ],
  12544.                                 => [
  12545.                                     'type' => 'text',
  12546.                                     'property' => 'fcc',
  12547.                                     'label' => 'Fcc28 [MPa]',
  12548.                                 ],
  12549.                                 => [
  12550.                                     'type' => 'text',
  12551.                                     'property' => 'dTe',
  12552.                                     'label' => 'Dte0 [h]',
  12553.                                 ],
  12554.                                 => [
  12555.                                     'type' => 'text',
  12556.                                     'property' => 'betaAdd',
  12557.                                     'label' => 'BetaAdd [-]',
  12558.                                 ],
  12559.                                 => [
  12560.                                     'type' => 'text',
  12561.                                     'property' => 'theta',
  12562.                                     'label' => 'Theta0 [K]',
  12563.                                 ],
  12564.                                 => [
  12565.                                     'type' => 'text',
  12566.                                     'property' => 'kappa',
  12567.                                     'label' => 'Kappa3 [-]',
  12568.                                 ],
  12569.                                 => [
  12570.                                     'type' => 'text',
  12571.                                     'property' => 's',
  12572.                                     'label' => 's [-]',
  12573.                                 ],
  12574.                                 => [
  12575.                                     'type' => 'text',
  12576.                                     'property' => 'tS',
  12577.                                     'label' => 'tS [h]',
  12578.                                 ],
  12579.                                 => [
  12580.                                     'type' => 'text',
  12581.                                     'property' => 'tA',
  12582.                                     'label' => 'tA [h]',
  12583.                                 ],
  12584.                                 => [
  12585.                                     'type' => 'text',
  12586.                                     'property' => 'nA',
  12587.                                     'label' => 'nA [-]',
  12588.                                 ],
  12589.                                 10 => [
  12590.                                     'type' => 'text',
  12591.                                     'property' => 'fa',
  12592.                                     'label' => 'FA [MPa]',
  12593.                                 ],
  12594.                                 11 => [
  12595.                                     'type' => 'tab',
  12596.                                     'icon' => 'calculator',
  12597.                                     'label' => 'Calculate',
  12598.                                 ],
  12599.                                 12 => [
  12600.                                     'property' => 'name',
  12601.                                     'label' => 'Recipe full name',
  12602.                                     'type' => 'text',
  12603.                                 ],
  12604.                                 13 => [
  12605.                                     'property' => 'shortName',
  12606.                                     'label' => 'Recipe short name',
  12607.                                     'type' => 'text',
  12608.                                 ],
  12609.                                 14 => [
  12610.                                     'property' => 'country',
  12611.                                     'type' => 'choice',
  12612.                                     'label' => 'Country',
  12613.                                     'type_options' => [
  12614.                                         'required' => true,
  12615.                                         'choices' => [
  12616.                                             'Brak' => NULL,
  12617.                                             'Polska' => 'pl',
  12618.                                             'Svenska' => 'sv',
  12619.                                         ],
  12620.                                     ],
  12621.                                     'permission' => [
  12622.                                         => 'ROLE_ADMIN',
  12623.                                     ],
  12624.                                 ],
  12625.                                 15 => [
  12626.                                     'property' => 'brand',
  12627.                                     'type' => 'text',
  12628.                                     'label' => 'Brand',
  12629.                                     'permission' => [
  12630.                                         => 'ROLE_ADMIN',
  12631.                                     ],
  12632.                                 ],
  12633.                                 16 => [
  12634.                                     'type' => 'section',
  12635.                                     'label' => 'Average temperature based on',
  12636.                                 ],
  12637.                                 17 => [
  12638.                                     'property' => 'mixingTimepoint',
  12639.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12640.                                     'type_options' => [
  12641.                                         'mapped' => false,
  12642.                                     ],
  12643.                                 ],
  12644.                                 18 => [
  12645.                                     'property' => 'mixingTemperature',
  12646.                                     'label' => 'Mixing temperature [°C]',
  12647.                                     'type' => 'number',
  12648.                                     'type_options' => [
  12649.                                         'mapped' => false,
  12650.                                     ],
  12651.                                 ],
  12652.                                 19 => [
  12653.                                     'property' => 'castingTimepoint',
  12654.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12655.                                     'type_options' => [
  12656.                                         'mapped' => false,
  12657.                                     ],
  12658.                                 ],
  12659.                                 20 => [
  12660.                                     'property' => 'channel',
  12661.                                     'label' => 'Temperature from Channel',
  12662.                                     'type' => 'choice',
  12663.                                     'type_options' => [
  12664.                                         'attr' => [
  12665.                                             'class' => 'measurement-data-checkbox measurement-data-checkbox-large',
  12666.                                         ],
  12667.                                         'expanded' => false,
  12668.                                         'multiple' => true,
  12669.                                         'mapped' => false,
  12670.                                     ],
  12671.                                 ],
  12672.                                 21 => [
  12673.                                     'property' => 'previewChart',
  12674.                                     'type' => 'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType',
  12675.                                     'type_options' => [
  12676.                                         'mapped' => false,
  12677.                                         'attr' => [
  12678.                                             'class' => 'js-chart-preview',
  12679.                                         ],
  12680.                                     ],
  12681.                                 ],
  12682.                                 22 => [
  12683.                                     'type' => 'section',
  12684.                                     'label' => 'Maturity data',
  12685.                                 ],
  12686.                                 23 => [
  12687.                                     'property' => 'tmpDTe',
  12688.                                     'label' => 'Dte0 [h]',
  12689.                                     'type' => 'number',
  12690.                                     'type_options' => [
  12691.                                         'attr' => [
  12692.                                             'value' => '0.0',
  12693.                                         ],
  12694.                                         'mapped' => false,
  12695.                                     ],
  12696.                                 ],
  12697.                                 24 => [
  12698.                                     'property' => 'tmpBetaAdd',
  12699.                                     'label' => 'BetaAdd [-]',
  12700.                                     'type' => 'number',
  12701.                                     'type_options' => [
  12702.                                         'attr' => [
  12703.                                             'value' => '1.0',
  12704.                                         ],
  12705.                                         'mapped' => false,
  12706.                                     ],
  12707.                                 ],
  12708.                                 25 => [
  12709.                                     'property' => 'tmpTheta',
  12710.                                     'label' => 'Theta0 [K]',
  12711.                                     'type' => 'number',
  12712.                                     'type_options' => [
  12713.                                         'attr' => [
  12714.                                             'value' => '4790.0',
  12715.                                         ],
  12716.                                         'mapped' => false,
  12717.                                     ],
  12718.                                 ],
  12719.                                 26 => [
  12720.                                     'property' => 'tmpKappa',
  12721.                                     'label' => 'Kappa3 [-]',
  12722.                                     'type' => 'number',
  12723.                                     'type_options' => [
  12724.                                         'attr' => [
  12725.                                             'value' => '0.54',
  12726.                                         ],
  12727.                                         'mapped' => false,
  12728.                                     ],
  12729.                                 ],
  12730.                                 27 => [
  12731.                                     'type' => 'section',
  12732.                                     'label' => 'Measurements',
  12733.                                 ],
  12734.                                 28 => [
  12735.                                     'property' => 'maturity',
  12736.                                     'label' => ' ',
  12737.                                     'type' => 'collection',
  12738.                                     'type_options' => [
  12739.                                         'allow_add' => true,
  12740.                                         'entry_type' => 'App\\Form\\Admin\\RecipeCalculator\\MaturityType',
  12741.                                         'mapped' => false,
  12742.                                     ],
  12743.                                 ],
  12744.                                 29 => [
  12745.                                     'property' => 'tmpFcc28',
  12746.                                     'label' => 'Fcc28 known [MPa]',
  12747.                                     'type' => 'number',
  12748.                                     'type_options' => [
  12749.                                         'attr' => [
  12750.                                         ],
  12751.                                         'mapped' => false,
  12752.                                     ],
  12753.                                 ],
  12754.                                 30 => [
  12755.                                     'property' => 'calculationType',
  12756.                                     'label' => 'Calculation Type',
  12757.                                     'type' => 'choice',
  12758.                                     'type_options' => [
  12759.                                         'choices' => [
  12760.                                             'manual choice' => 'manual',
  12761.                                             'automatic search' => 'automatic',
  12762.                                         ],
  12763.                                         'attr' => [
  12764.                                         ],
  12765.                                         'mapped' => false,
  12766.                                     ],
  12767.                                 ],
  12768.                                 31 => [
  12769.                                     'type' => 'section',
  12770.                                     'label' => 'Manual calculation / automatic search initial values:',
  12771.                                 ],
  12772.                                 32 => [
  12773.                                     'property' => 'calcS',
  12774.                                     'label' => 's [-] (0.01 -1)',
  12775.                                     'type' => 'number',
  12776.                                     'type_options' => [
  12777.                                         'attr' => [
  12778.                                             'value' => '0.179146067858747',
  12779.                                         ],
  12780.                                         'mapped' => false,
  12781.                                     ],
  12782.                                 ],
  12783.                                 33 => [
  12784.                                     'property' => 'calcTs',
  12785.                                     'label' => 't_S [h] (0 - 24.0)',
  12786.                                     'type' => 'number',
  12787.                                     'type_options' => [
  12788.                                         'attr' => [
  12789.                                             'value' => '14.2917220426857',
  12790.                                         ],
  12791.                                         'mapped' => false,
  12792.                                     ],
  12793.                                 ],
  12794.                                 34 => [
  12795.                                     'type' => 'section',
  12796.                                     'label' => 'Automatic search',
  12797.                                 ],
  12798.                                 35 => [
  12799.                                     'property' => 'calcSmin',
  12800.                                     'label' => 's min [-]',
  12801.                                     'type' => 'number',
  12802.                                     'type_options' => [
  12803.                                         'attr' => [
  12804.                                             'class' => 'automatic-type',
  12805.                                             'value' => '0.0001',
  12806.                                         ],
  12807.                                         'mapped' => false,
  12808.                                     ],
  12809.                                 ],
  12810.                                 36 => [
  12811.                                     'property' => 'calcSmax',
  12812.                                     'label' => 's max [-]',
  12813.                                     'type' => 'number',
  12814.                                     'type_options' => [
  12815.                                         'attr' => [
  12816.                                             'class' => 'automatic-type',
  12817.                                             'value' => '10.0',
  12818.                                         ],
  12819.                                         'mapped' => false,
  12820.                                     ],
  12821.                                 ],
  12822.                                 37 => [
  12823.                                     'property' => 'calcSstep',
  12824.                                     'label' => 'step',
  12825.                                     'type' => 'number',
  12826.                                     'type_options' => [
  12827.                                         'attr' => [
  12828.                                             'class' => 'automatic-type',
  12829.                                             'value' => '10',
  12830.                                         ],
  12831.                                         'mapped' => false,
  12832.                                     ],
  12833.                                 ],
  12834.                                 38 => [
  12835.                                     'property' => 'calcTSmin',
  12836.                                     'label' => 't_S min [h]',
  12837.                                     'type' => 'number',
  12838.                                     'type_options' => [
  12839.                                         'attr' => [
  12840.                                             'class' => 'automatic-type',
  12841.                                             'value' => '0.001',
  12842.                                         ],
  12843.                                         'mapped' => false,
  12844.                                     ],
  12845.                                 ],
  12846.                                 39 => [
  12847.                                     'property' => 'calcTSmax',
  12848.                                     'label' => 't_S max [h]',
  12849.                                     'type' => 'number',
  12850.                                     'type_options' => [
  12851.                                         'attr' => [
  12852.                                             'class' => 'automatic-type',
  12853.                                             'value' => '24',
  12854.                                         ],
  12855.                                         'mapped' => false,
  12856.                                     ],
  12857.                                 ],
  12858.                                 40 => [
  12859.                                     'property' => 'calcTSstep',
  12860.                                     'label' => 'step[h]',
  12861.                                     'type' => 'number',
  12862.                                     'type_options' => [
  12863.                                         'attr' => [
  12864.                                             'class' => 'automatic-type',
  12865.                                             'value' => '10',
  12866.                                         ],
  12867.                                         'mapped' => false,
  12868.                                     ],
  12869.                                 ],
  12870.                                 41 => [
  12871.                                     'type' => 'section',
  12872.                                     'label' => 'Calculate',
  12873.                                 ],
  12874.                                 42 => [
  12875.                                     'property' => 'calcNa',
  12876.                                     'label' => 'n_A [-]',
  12877.                                     'type' => 'number',
  12878.                                     'type_options' => [
  12879.                                         'data' => 2.0,
  12880.                                         'attr' => [
  12881.                                             'readonly' => 'readonly',
  12882.                                         ],
  12883.                                         'mapped' => false,
  12884.                                     ],
  12885.                                 ],
  12886.                                 43 => [
  12887.                                     'property' => 'calcFa',
  12888.                                     'label' => 'f_A [Mpa]',
  12889.                                     'type' => 'hidden',
  12890.                                     'type_options' => [
  12891.                                         'data' => 0.5,
  12892.                                         'attr' => [
  12893.                                             'readonly' => 'readonly',
  12894.                                         ],
  12895.                                         'mapped' => false,
  12896.                                     ],
  12897.                                 ],
  12898.                                 44 => [
  12899.                                     'property' => 'calculate',
  12900.                                     'label' => 'Calculate',
  12901.                                     'type' => 'App\\Form\\Admin\\CalculateButtonType',
  12902.                                     'mapped' => false,
  12903.                                 ],
  12904.                                 45 => [
  12905.                                     'property' => 'calculated',
  12906.                                     'label' => 'Results (Error - S - tS - nA - tA - fA - fcc28)',
  12907.                                     'type' => 'App\\Form\\Admin\\NotMappedChoiceType',
  12908.                                     'type_options' => [
  12909.                                         'required' => false,
  12910.                                         'attr' => [
  12911.                                             'class' => 'my_fancy_class',
  12912.                                         ],
  12913.                                     ],
  12914.                                 ],
  12915.                                 46 => [
  12916.                                     'property' => 'recipe_chart',
  12917.                                     'type' => 'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType',
  12918.                                     'type_options' => [
  12919.                                         'mapped' => false,
  12920.                                         'attr' => [
  12921.                                             'class' => 'js-chart-preview',
  12922.                                         ],
  12923.                                     ],
  12924.                                 ],
  12925.                                 47 => [
  12926.                                     'property' => 'calculated_data',
  12927.                                     'label' => '',
  12928.                                     'type' => 'hidden',
  12929.                                     'type_options' => [
  12930.                                         'mapped' => false,
  12931.                                     ],
  12932.                                 ],
  12933.                             ],
  12934.                         ],
  12935.                         'templates' => [
  12936.                             'list' => 'admin/list/recipes.html.twig',
  12937.                         ],
  12938.                         'name' => 'Recipe',
  12939.                     ],
  12940.                     'LineTypeGroup' => [
  12941.                         'class' => 'App\\Entity\\LineTypeGroup',
  12942.                         'list' => [
  12943.                             'item_permission' => 'show',
  12944.                             'fields' => [
  12945.                                 => 'name',
  12946.                                 => [
  12947.                                     'property' => 'settings',
  12948.                                     'label' => 'Measurements',
  12949.                                 ],
  12950.                                 => [
  12951.                                     'property' => 'lineTypes',
  12952.                                     'template' => 'admin/field/line_types.html.twig',
  12953.                                 ],
  12954.                                 => [
  12955.                                     'property' => 'customer',
  12956.                                     'permission' => [
  12957.                                         => 'ROLE_ADMIN',
  12958.                                     ],
  12959.                                     'type_options' => [
  12960.                                         'required' => true,
  12961.                                     ],
  12962.                                 ],
  12963.                                 => 'createdAt',
  12964.                             ],
  12965.                         ],
  12966.                         'show' => [
  12967.                             'fields' => [
  12968.                                 => 'name',
  12969.                                 => [
  12970.                                     'property' => 'settings',
  12971.                                     'label' => 'Measurements',
  12972.                                 ],
  12973.                                 => [
  12974.                                     'property' => 'lineTypes',
  12975.                                     'template' => 'admin/field/line_types.html.twig',
  12976.                                 ],
  12977.                                 => [
  12978.                                     'property' => 'customer',
  12979.                                     'permission' => [
  12980.                                         => 'ROLE_ADMIN',
  12981.                                     ],
  12982.                                     'type_options' => [
  12983.                                         'required' => true,
  12984.                                     ],
  12985.                                 ],
  12986.                             ],
  12987.                         ],
  12988.                         'edit' => [
  12989.                             'item_permission' => [
  12990.                                 => 'ROLE_USER',
  12991.                             ],
  12992.                             'fields' => [
  12993.                                 => [
  12994.                                     'property' => 'name',
  12995.                                     'type' => 'text',
  12996.                                 ],
  12997.                             ],
  12998.                         ],
  12999.                         'new' => [
  13000.                             'item_permission' => [
  13001.                                 => 'ROLE_USER',
  13002.                             ],
  13003.                             'fields' => [
  13004.                                 => [
  13005.                                     'property' => 'name',
  13006.                                     'type' => 'text',
  13007.                                 ],
  13008.                                 => [
  13009.                                     'property' => 'customer',
  13010.                                     'permission' => [
  13011.                                         => 'ROLE_ADMIN',
  13012.                                     ],
  13013.                                     'type_options' => [
  13014.                                         'required' => true,
  13015.                                     ],
  13016.                                 ],
  13017.                                 => [
  13018.                                     'property' => 'create',
  13019.                                     'label' => 'Load existing line types',
  13020.                                     'type' => 'checkbox',
  13021.                                     'type_options' => [
  13022.                                         'mapped' => false,
  13023.                                     ],
  13024.                                 ],
  13025.                                 => [
  13026.                                     'property' => 'loadFrom',
  13027.                                     'label' => 'Source',
  13028.                                     'type' => 'entity',
  13029.                                     'type_options' => [
  13030.                                         'placeholder' => 'Default',
  13031.                                         'class' => 'App\\Entity\\LineTypeGroup',
  13032.                                         'mapped' => false,
  13033.                                         'query_builder' => [
  13034.                                             => 'App\\Repository\\LineTypeGroupRepository',
  13035.                                             => 'getStaticVisible',
  13036.                                         ],
  13037.                                     ],
  13038.                                 ],
  13039.                             ],
  13040.                         ],
  13041.                         'name' => 'LineTypeGroup',
  13042.                     ],
  13043.                     'LineType' => [
  13044.                         'class' => 'App\\Entity\\LineType',
  13045.                         'list' => [
  13046.                             'max_results' => 9999,
  13047.                             'fields' => [
  13048.                                 => [
  13049.                                     'sortable' => false,
  13050.                                     'property' => 'nthChannel',
  13051.                                     'mapped' => false,
  13052.                                     'template' => 'admin/field/no.html.twig',
  13053.                                 ],
  13054.                                 => [
  13055.                                     'sortable' => false,
  13056.                                     'property' => 'colour',
  13057.                                     'template' => 'admin/field/colour.html.twig',
  13058.                                 ],
  13059.                                 => [
  13060.                                     'sortable' => false,
  13061.                                     'property' => 'thickness',
  13062.                                 ],
  13063.                                 => [
  13064.                                     'sortable' => false,
  13065.                                     'property' => 'pattern',
  13066.                                     'template' => 'admin/field/translated.html.twig',
  13067.                                 ],
  13068.                                 => [
  13069.                                     'sortable' => false,
  13070.                                     'property' => 'lineTypeGroup',
  13071.                                 ],
  13072.                             ],
  13073.                         ],
  13074.                         'show' => [
  13075.                             'fields' => [
  13076.                                 => [
  13077.                                     'sortable' => false,
  13078.                                     'property' => 'colour',
  13079.                                     'template' => 'admin/field/colour.html.twig',
  13080.                                 ],
  13081.                                 => [
  13082.                                     'sortable' => false,
  13083.                                     'property' => 'thickness',
  13084.                                 ],
  13085.                                 => [
  13086.                                     'sortable' => false,
  13087.                                     'property' => 'pattern',
  13088.                                     'template' => 'admin/field/translated.html.twig',
  13089.                                 ],
  13090.                             ],
  13091.                         ],
  13092.                         'form' => [
  13093.                             'item_permission' => [
  13094.                                 => 'ROLE_USER',
  13095.                             ],
  13096.                             'fields' => [
  13097.                                 => 'thickness',
  13098.                                 => [
  13099.                                     'property' => 'colour',
  13100.                                     'type' => 'color',
  13101.                                 ],
  13102.                                 => [
  13103.                                     'sortable' => false,
  13104.                                     'property' => 'pattern',
  13105.                                     'type' => 'App\\Form\\Admin\\LinePatternType',
  13106.                                     'type_options' => [
  13107.                                         'required' => true,
  13108.                                     ],
  13109.                                 ],
  13110.                             ],
  13111.                         ],
  13112.                         'templates' => [
  13113.                             'list' => 'admin/list/line_type_groups.html.twig',
  13114.                         ],
  13115.                         'name' => 'LineType',
  13116.                     ],
  13117.                     'RecipeToSync' => [
  13118.                         'class' => 'App\\Entity\\RecipeToSync',
  13119.                         'list' => [
  13120.                             'item_permission' => [
  13121.                                 => 'ROLE_USER',
  13122.                             ],
  13123.                             'sort' => [
  13124.                                 => 'priority',
  13125.                                 => 'ASC',
  13126.                             ],
  13127.                             'max_results' => 9999,
  13128.                             'fields' => [
  13129.                                 => [
  13130.                                     'sortable' => false,
  13131.                                     'property' => 'device',
  13132.                                 ],
  13133.                                 => [
  13134.                                     'sortable' => false,
  13135.                                     'property' => 'recipe',
  13136.                                 ],
  13137.                                 => [
  13138.                                     'sortable' => true,
  13139.                                     'property' => 'priority',
  13140.                                     'label' => 'Priority',
  13141.                                 ],
  13142.                             ],
  13143.                         ],
  13144.                         'show' => [
  13145.                             'item_permission' => [
  13146.                                 => 'ROLE_USER',
  13147.                             ],
  13148.                             'fields' => [
  13149.                                 => [
  13150.                                     'sortable' => false,
  13151.                                     'property' => 'device',
  13152.                                 ],
  13153.                                 => [
  13154.                                     'sortable' => false,
  13155.                                     'property' => 'recipe',
  13156.                                 ],
  13157.                                 => [
  13158.                                     'sortable' => true,
  13159.                                     'property' => 'priority',
  13160.                                     'label' => 'Priority',
  13161.                                 ],
  13162.                             ],
  13163.                         ],
  13164.                         'form' => [
  13165.                             'item_permission' => [
  13166.                                 => 'ROLE_USER',
  13167.                             ],
  13168.                             'fields' => [
  13169.                                 => [
  13170.                                     'sortable' => false,
  13171.                                     'property' => 'device',
  13172.                                     'type_options' => [
  13173.                                         'required' => true,
  13174.                                     ],
  13175.                                 ],
  13176.                                 => [
  13177.                                     'sortable' => false,
  13178.                                     'property' => 'recipe',
  13179.                                     'type_options' => [
  13180.                                         'required' => true,
  13181.                                     ],
  13182.                                 ],
  13183.                                 => [
  13184.                                     'sortable' => true,
  13185.                                     'property' => 'priority',
  13186.                                     'label' => 'Priority',
  13187.                                 ],
  13188.                             ],
  13189.                         ],
  13190.                         'templates' => [
  13191.                             'list' => 'admin/list/recipes_to_sync.html.twig',
  13192.                         ],
  13193.                         'name' => 'RecipeToSync',
  13194.                     ],
  13195.                 ],
  13196.                 'formats' => [
  13197.                     'date' => 'Y-m-d',
  13198.                     'time' => 'H:i:s',
  13199.                     'datetime' => 'F j, Y H:i',
  13200.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  13201.                 ],
  13202.                 'disabled_actions' => [
  13203.                 ],
  13204.                 'translation_domain' => 'messages',
  13205.                 'user' => [
  13206.                     'display_name' => true,
  13207.                     'display_avatar' => true,
  13208.                     'name_property_path' => '__toString',
  13209.                     'avatar_property_path' => NULL,
  13210.                 ],
  13211.                 'search' => [
  13212.                 ],
  13213.             ],
  13214.             'fos_rest.format_listener.rules' => NULL,
  13215.             'nelmio_api_doc.areas' => [
  13216.                 => 'default',
  13217.             ],
  13218.             'nelmio_api_doc.use_validation_groups' => false,
  13219.             'stof_doctrine_extensions.default_locale' => 'en_US',
  13220.             'stof_doctrine_extensions.translation_fallback' => false,
  13221.             'stof_doctrine_extensions.persist_default_translation' => false,
  13222.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  13223.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  13224.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  13225.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  13226.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  13227.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  13228.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  13229.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  13230.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  13231.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  13232.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  13233.             'knp_snappy.pdf.options' => [
  13234.             ],
  13235.             'knp_snappy.pdf.env' => [
  13236.             ],
  13237.             'knp_snappy.image.options' => [
  13238.             ],
  13239.             'knp_snappy.image.env' => [
  13240.             ],
  13241.             'maker.compatible_check.doctrine.supports_attributes' => true,
  13242.             'data_collector.templates' => [
  13243.                 'data_collector.request' => [
  13244.                     => 'request',
  13245.                     => '@WebProfiler/Collector/request.html.twig',
  13246.                 ],
  13247.                 'data_collector.time' => [
  13248.                     => 'time',
  13249.                     => '@WebProfiler/Collector/time.html.twig',
  13250.                 ],
  13251.                 'data_collector.memory' => [
  13252.                     => 'memory',
  13253.                     => '@WebProfiler/Collector/memory.html.twig',
  13254.                 ],
  13255.                 'data_collector.validator' => [
  13256.                     => 'validator',
  13257.                     => '@WebProfiler/Collector/validator.html.twig',
  13258.                 ],
  13259.                 'data_collector.ajax' => [
  13260.                     => 'ajax',
  13261.                     => '@WebProfiler/Collector/ajax.html.twig',
  13262.                 ],
  13263.                 'data_collector.form' => [
  13264.                     => 'form',
  13265.                     => '@WebProfiler/Collector/form.html.twig',
  13266.                 ],
  13267.                 'data_collector.exception' => [
  13268.                     => 'exception',
  13269.                     => '@WebProfiler/Collector/exception.html.twig',
  13270.                 ],
  13271.                 'data_collector.logger' => [
  13272.                     => 'logger',
  13273.                     => '@WebProfiler/Collector/logger.html.twig',
  13274.                 ],
  13275.                 'data_collector.events' => [
  13276.                     => 'events',
  13277.                     => '@WebProfiler/Collector/events.html.twig',
  13278.                 ],
  13279.                 'data_collector.router' => [
  13280.                     => 'router',
  13281.                     => '@WebProfiler/Collector/router.html.twig',
  13282.                 ],
  13283.                 'data_collector.cache' => [
  13284.                     => 'cache',
  13285.                     => '@WebProfiler/Collector/cache.html.twig',
  13286.                 ],
  13287.                 'data_collector.translation' => [
  13288.                     => 'translation',
  13289.                     => '@WebProfiler/Collector/translation.html.twig',
  13290.                 ],
  13291.                 'data_collector.security' => [
  13292.                     => 'security',
  13293.                     => '@Security/Collector/security.html.twig',
  13294.                 ],
  13295.                 'data_collector.twig' => [
  13296.                     => 'twig',
  13297.                     => '@WebProfiler/Collector/twig.html.twig',
  13298.                 ],
  13299.                 'data_collector.http_client' => [
  13300.                     => 'http_client',
  13301.                     => '@WebProfiler/Collector/http_client.html.twig',
  13302.                 ],
  13303.                 'data_collector.doctrine' => [
  13304.                     => 'db',
  13305.                     => '@Doctrine/Collector/db.html.twig',
  13306.                 ],
  13307.                 'doctrine_migrations.migrations_collector' => [
  13308.                     => 'doctrine_migrations',
  13309.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  13310.                 ],
  13311.                 'data_collector.dump' => [
  13312.                     => 'dump',
  13313.                     => '@Debug/Profiler/dump.html.twig',
  13314.                 ],
  13315.                 'data_collector.messenger' => [
  13316.                     => 'messenger',
  13317.                     => '@WebProfiler/Collector/messenger.html.twig',
  13318.                 ],
  13319.                 'mailer.data_collector' => [
  13320.                     => 'mailer',
  13321.                     => '@WebProfiler/Collector/mailer.html.twig',
  13322.                 ],
  13323.                 'easyadmin.data_collector' => [
  13324.                     => 'easyadmin',
  13325.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  13326.                 ],
  13327.                 'data_collector.config' => [
  13328.                     => 'config',
  13329.                     => '@WebProfiler/Collector/config.html.twig',
  13330.                 ],
  13331.             ],
  13332.             'console.command.ids' => [
  13333.             ],
  13334.         ];
  13335.     }
  13336.     protected function throw($message)
  13337.     {
  13338.         throw new RuntimeException($message);
  13339.     }
  13340. }