var/cache/dev/ContainerSxhO9Nf/App_KernelDevDebugContainer.php line 2433

Open in your IDE?
  1. <?php
  2. namespace ContainerSxhO9Nf;
  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/src/LoggerAwareInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/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/src/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/src/DependencyFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/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/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  412.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  415.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  416.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  417.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  418.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  419.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  420.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  421.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  422.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  423.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  425.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  485.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  486.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  515.             include_once \dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php';
  516.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  517.             include_once \dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php';
  518.             include_once \dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbContext.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  524.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  526.             include_once \dirname(__DIR__4).'/src/Service/Admin/SiteMenu.php';
  527.             include_once \dirname(__DIR__4).'/src/Service/Admin/SynchronisationStatusService.php';
  528.             include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/MeasurementStartStopService.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  536.             include_once __DIR__.'/proxy-classes.php';
  537.         };
  538.     }
  539.     public function compile(): void
  540.     {
  541.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  542.     }
  543.     public function isCompiled(): bool
  544.     {
  545.         return true;
  546.     }
  547.     public function getRemovedIds(): array
  548.     {
  549.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  550.     }
  551.     protected function createProxy($class\Closure $factory)
  552.     {
  553.         return $factory();
  554.     }
  555.     /**
  556.      * Gets the public '.container.private.cache_clearer' shared service.
  557.      *
  558.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  559.      */
  560.     protected function get_Container_Private_CacheClearerService()
  561.     {
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  564.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  565.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  566.         }, 1));
  567.     }
  568.     /**
  569.      * Gets the public '.container.private.filesystem' shared service.
  570.      *
  571.      * @return \Symfony\Component\Filesystem\Filesystem
  572.      */
  573.     protected function get_Container_Private_FilesystemService()
  574.     {
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  576.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  577.     }
  578.     /**
  579.      * Gets the public '.container.private.form.factory' shared service.
  580.      *
  581.      * @return \Symfony\Component\Form\FormFactory
  582.      */
  583.     protected function get_Container_Private_Form_FactoryService()
  584.     {
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  587.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  588.     }
  589.     /**
  590.      * Gets the public '.container.private.form.type.file' shared service.
  591.      *
  592.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  593.      */
  594.     protected function get_Container_Private_Form_Type_FileService()
  595.     {
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  599.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  600.     }
  601.     /**
  602.      * Gets the public '.container.private.profiler' shared service.
  603.      *
  604.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  605.      */
  606.     protected function get_Container_Private_ProfilerService()
  607.     {
  608.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  609.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  610.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  611.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  612.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  613.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  614.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  615.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  616.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  617.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  618.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  619.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  620.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  621.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  622.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  623.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  624.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  625.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  626.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  627.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  628.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  629.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  630.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  631.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  632.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  633.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  634.         if ($this->has('kernel')) {
  635.             $g->setKernel($b);
  636.         }
  637.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  638.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  639.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  640.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  641.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  642.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  644.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  646.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  647.         $instance->add($d);
  648.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  649.         $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));
  650.         $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())));
  651.         $instance->add($e);
  652.         $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([])))));
  653.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  654.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  655.         $instance->add($f);
  656.         $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()))));
  657.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  658.         $instance->add($g);
  659.         return $instance;
  660.     }
  661.     /**
  662.      * Gets the public '.container.private.security.authorization_checker' shared service.
  663.      *
  664.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  665.      */
  666.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  667.     {
  668.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  669.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  670.             return $this->services['.container.private.security.authorization_checker'];
  671.         }
  672.         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);
  673.     }
  674.     /**
  675.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  676.      *
  677.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  678.      */
  679.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  680.     {
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  685.         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())));
  686.     }
  687.     /**
  688.      * Gets the public '.container.private.security.password_encoder' shared service.
  689.      *
  690.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  691.      *
  692.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  693.      */
  694.     protected function get_Container_Private_Security_PasswordEncoderService()
  695.     {
  696.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  697.         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()));
  698.     }
  699.     /**
  700.      * Gets the public '.container.private.security.token_storage' shared service.
  701.      *
  702.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  703.      */
  704.     protected function get_Container_Private_Security_TokenStorageService()
  705.     {
  706.         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, [
  707.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  708.         ], [
  709.             'request_stack' => '?',
  710.         ]));
  711.     }
  712.     /**
  713.      * Gets the public '.container.private.serializer' shared service.
  714.      *
  715.      * @return \Symfony\Component\Serializer\Serializer
  716.      */
  717.     protected function get_Container_Private_SerializerService()
  718.     {
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.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\BackedEnumNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => 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.VsSPzfU'] ?? $this->get_ServiceLocator_VsSPzfUService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.u9KuSDP'] ?? $this->get_ServiceLocator_U9KuSDPService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->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.VsSPzfU'] ?? $this->get_ServiceLocator_VsSPzfUService())->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.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  1467.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  1468.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  1469.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1470.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1471.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1472.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1473.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1474.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1475.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1476.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1477.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1478.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1479.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1480.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1481.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1482.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1483.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1484.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1485.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1486.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1487.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1488.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1489.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1490.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1491.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1492.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1493.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1494.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1495.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1496.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1497.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1498.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1499.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1500.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1501.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1502.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1503.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1504.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1505.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1506.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1507.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1508.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1509.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1510.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1511.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1512.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1513.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1514.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1515.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1516.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1517.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1518.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1519.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1520.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1521.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1522.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1523.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1524.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  1525.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  1526.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1527.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1528.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1529.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1530.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1531.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1532.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1533.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1534.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1535.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1536.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1537.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1538.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1539.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1540.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1541.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1542.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1543.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1544.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1545.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1546.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1547.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1548.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1549.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1550.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1551.         ], [
  1552.             'App\\Command\\AssetVersionUpdateCommand' => 'App\\Command\\AssetVersionUpdateCommand',
  1553.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1554.             'App\\Command\\DeactivateOldDevicesCommand' => 'App\\Command\\DeactivateOldDevicesCommand',
  1555.             'App\\Command\\DecryptDebugCommand' => 'App\\Command\\DecryptDebugCommand',
  1556.             'App\\Command\\ResetRecipePriorityCommand' => 'App\\Command\\ResetRecipePriorityCommand',
  1557.             'console.command.about' => '?',
  1558.             'console.command.assets_install' => '?',
  1559.             'console.command.cache_clear' => '?',
  1560.             'console.command.cache_pool_clear' => '?',
  1561.             'console.command.cache_pool_prune' => '?',
  1562.             'console.command.cache_pool_delete' => '?',
  1563.             'console.command.cache_pool_list' => '?',
  1564.             'console.command.cache_warmup' => '?',
  1565.             'console.command.config_debug' => '?',
  1566.             'console.command.config_dump_reference' => '?',
  1567.             'console.command.container_debug' => '?',
  1568.             'console.command.container_lint' => '?',
  1569.             'console.command.debug_autowiring' => '?',
  1570.             'console.command.dotenv_debug' => '?',
  1571.             'console.command.event_dispatcher_debug' => '?',
  1572.             'console.command.messenger_consume_messages' => '?',
  1573.             'console.command.messenger_setup_transports' => '?',
  1574.             'console.command.messenger_debug' => '?',
  1575.             'console.command.messenger_stop_workers' => '?',
  1576.             'console.command.messenger_failed_messages_retry' => '?',
  1577.             'console.command.messenger_failed_messages_show' => '?',
  1578.             'console.command.messenger_failed_messages_remove' => '?',
  1579.             'console.command.router_debug' => '?',
  1580.             'console.command.router_match' => '?',
  1581.             'console.command.translation_debug' => '?',
  1582.             'console.command.translation_extract' => '?',
  1583.             'console.command.validator_debug' => '?',
  1584.             'console.command.translation_pull' => '?',
  1585.             'console.command.translation_push' => '?',
  1586.             'console.command.xliff_lint' => '?',
  1587.             'console.command.yaml_lint' => '?',
  1588.             'console.command.form_debug' => '?',
  1589.             'console.command.secrets_set' => '?',
  1590.             'console.command.secrets_remove' => '?',
  1591.             'console.command.secrets_generate_key' => '?',
  1592.             'console.command.secrets_list' => '?',
  1593.             'console.command.secrets_decrypt_to_local' => '?',
  1594.             'console.command.secrets_encrypt_from_local' => '?',
  1595.             'twig.command.debug' => '?',
  1596.             'twig.command.lint' => '?',
  1597.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1598.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1599.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1600.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1601.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1602.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1603.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1604.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1605.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1606.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1607.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1608.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1609.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1610.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1611.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1612.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1613.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1614.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1615.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1616.             'doctrine_migrations.diff_command' => '?',
  1617.             'doctrine_migrations.sync_metadata_command' => '?',
  1618.             'doctrine_migrations.versions_command' => '?',
  1619.             'doctrine_migrations.current_command' => '?',
  1620.             'doctrine_migrations.dump_schema_command' => '?',
  1621.             'doctrine_migrations.execute_command' => '?',
  1622.             'doctrine_migrations.generate_command' => '?',
  1623.             'doctrine_migrations.latest_command' => '?',
  1624.             'doctrine_migrations.migrate_command' => '?',
  1625.             'doctrine_migrations.rollup_command' => '?',
  1626.             'doctrine_migrations.status_command' => '?',
  1627.             'doctrine_migrations.up_to_date_command' => '?',
  1628.             'doctrine_migrations.version_command' => '?',
  1629.             'security.command.debug_firewall' => '?',
  1630.             'security.command.user_password_encoder' => '?',
  1631.             'security.command.user_password_hash' => '?',
  1632.             'var_dumper.command.server_dump' => '?',
  1633.             'monolog.command.server_log' => '?',
  1634.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  1635.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1636.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1637.             'maker.auto_command.make_auth' => '?',
  1638.             'maker.auto_command.make_command' => '?',
  1639.             'maker.auto_command.make_twig_component' => '?',
  1640.             'maker.auto_command.make_controller' => '?',
  1641.             'maker.auto_command.make_crud' => '?',
  1642.             'maker.auto_command.make_docker_database' => '?',
  1643.             'maker.auto_command.make_entity' => '?',
  1644.             'maker.auto_command.make_fixtures' => '?',
  1645.             'maker.auto_command.make_form' => '?',
  1646.             'maker.auto_command.make_message' => '?',
  1647.             'maker.auto_command.make_messenger_middleware' => '?',
  1648.             'maker.auto_command.make_registration_form' => '?',
  1649.             'maker.auto_command.make_reset_password' => '?',
  1650.             'maker.auto_command.make_serializer_encoder' => '?',
  1651.             'maker.auto_command.make_serializer_normalizer' => '?',
  1652.             'maker.auto_command.make_subscriber' => '?',
  1653.             'maker.auto_command.make_twig_extension' => '?',
  1654.             'maker.auto_command.make_test' => '?',
  1655.             'maker.auto_command.make_validator' => '?',
  1656.             'maker.auto_command.make_voter' => '?',
  1657.             'maker.auto_command.make_user' => '?',
  1658.             'maker.auto_command.make_migration' => '?',
  1659.             'maker.auto_command.make_stimulus_controller' => '?',
  1660.             'maker.auto_command.make_security_form_login' => '?',
  1661.         ]), ['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''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation: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:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1662.     }
  1663.     /**
  1664.      * Gets the public 'container.env_var_processors_locator' shared service.
  1665.      *
  1666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1667.      */
  1668.     protected function getContainer_EnvVarProcessorsLocatorService()
  1669.     {
  1670.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1671.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1672.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1673.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1674.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1675.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1676.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1677.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1678.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1679.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1680.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1681.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1682.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1683.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1684.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1685.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1686.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1687.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1688.         ], [
  1689.             'base64' => '?',
  1690.             'bool' => '?',
  1691.             'const' => '?',
  1692.             'csv' => '?',
  1693.             'default' => '?',
  1694.             'file' => '?',
  1695.             'float' => '?',
  1696.             'int' => '?',
  1697.             'json' => '?',
  1698.             'key' => '?',
  1699.             'not' => '?',
  1700.             'query_string' => '?',
  1701.             'require' => '?',
  1702.             'resolve' => '?',
  1703.             'string' => '?',
  1704.             'trim' => '?',
  1705.             'url' => '?',
  1706.         ]);
  1707.     }
  1708.     /**
  1709.      * Gets the public 'data_collector.dump' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1712.      */
  1713.     protected function getDataCollector_DumpService()
  1714.     {
  1715.         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()));
  1716.     }
  1717.     /**
  1718.      * Gets the public 'doctrine' shared service.
  1719.      *
  1720.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1721.      */
  1722.     protected function getDoctrineService()
  1723.     {
  1724.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1725.     }
  1726.     /**
  1727.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1728.      *
  1729.      * @return \Doctrine\DBAL\Connection
  1730.      */
  1731.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1732.     {
  1733.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1734.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1735.             return $this->services['doctrine.dbal.default_connection'];
  1736.         }
  1737.         $b = new \Doctrine\DBAL\Configuration();
  1738.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1739.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1740.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1742.         $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))));
  1743.         $d->setConnectionName('default');
  1744.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1745.         $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')))]));
  1746.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1747.         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, []);
  1748.     }
  1749.     /**
  1750.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1751.      *
  1752.      * @return \Doctrine\ORM\EntityManager
  1753.      */
  1754.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1755.     {
  1756.         if ($lazyLoad) {
  1757.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1758.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1759.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1760.                     $proxy->setProxyInitializer(null);
  1761.                     return true;
  1762.                 });
  1763.             });
  1764.         }
  1765.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1774.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1784.         $a = new \Doctrine\ORM\Configuration();
  1785.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1786.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1787.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1788.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1789.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1790.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1791.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1792.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1793.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1794.         ], [
  1795.             'doctrine.ulid_generator' => '?',
  1796.             'doctrine.uuid_generator' => '?',
  1797.         ])));
  1798.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1799.         $a->setProxyNamespace('Proxies');
  1800.         $a->setAutoGenerateProxyClasses(true);
  1801.         $a->setSchemaIgnoreClasses([]);
  1802.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1803.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1804.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1805.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1806.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1807.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1808.         $a->setLazyGhostObjectEnabled(false);
  1809.         $a->setIdentityGenerationPreferences([]);
  1810.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1811.             'App\\Repository\\ChannelRepository' => ['privates''App\\Repository\\ChannelRepository''getChannelRepositoryService'false],
  1812.             'App\\Repository\\ChannelSettingCoefficientRepository' => ['privates''App\\Repository\\ChannelSettingCoefficientRepository''getChannelSettingCoefficientRepositoryService'false],
  1813.             'App\\Repository\\ChannelSettingRepository' => ['privates''App\\Repository\\ChannelSettingRepository''getChannelSettingRepositoryService'false],
  1814.             'App\\Repository\\CustomerActivationLogRepository' => ['privates''App\\Repository\\CustomerActivationLogRepository''getCustomerActivationLogRepositoryService'false],
  1815.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1816.             'App\\Repository\\DataSampleRepository' => ['privates''App\\Repository\\DataSampleRepository''getDataSampleRepositoryService'false],
  1817.             'App\\Repository\\DemoTokenRepository' => ['privates''App\\Repository\\DemoTokenRepository''getDemoTokenRepositoryService'false],
  1818.             'App\\Repository\\DeviceCommandRepository' => ['privates''App\\Repository\\DeviceCommandRepository''getDeviceCommandRepositoryService'false],
  1819.             'App\\Repository\\DeviceLastCommunicationRepository' => ['privates''App\\Repository\\DeviceLastCommunicationRepository''getDeviceLastCommunicationRepositoryService'false],
  1820.             'App\\Repository\\DeviceRepository' => ['privates''App\\Repository\\DeviceRepository''getDeviceRepositoryService'false],
  1821.             'App\\Repository\\LicenseRepository' => ['privates''App\\Repository\\LicenseRepository''getLicenseRepositoryService'false],
  1822.             'App\\Repository\\LineTypeGroupRepository' => ['privates''App\\Repository\\LineTypeGroupRepository''getLineTypeGroupRepositoryService'false],
  1823.             'App\\Repository\\LineTypeRepository' => ['privates''App\\Repository\\LineTypeRepository''getLineTypeRepositoryService'false],
  1824.             'App\\Repository\\MeasurementRepository' => ['privates''App\\Repository\\MeasurementRepository''getMeasurementRepositoryService'false],
  1825.             'App\\Repository\\MeasurementSettingRepository' => ['privates''App\\Repository\\MeasurementSettingRepository''getMeasurementSettingRepositoryService'false],
  1826.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1827.             'App\\Repository\\ProbeRepository' => ['privates''App\\Repository\\ProbeRepository''getProbeRepositoryService'false],
  1828.             'App\\Repository\\ProjectSettingRepository' => ['privates''App\\Repository\\ProjectSettingRepository''getProjectSettingRepositoryService'false],
  1829.             'App\\Repository\\RecipeRepository' => ['privates''App\\Repository\\RecipeRepository''getRecipeRepositoryService'false],
  1830.             'App\\Repository\\RecipeToSyncRepository' => ['privates''App\\Repository\\RecipeToSyncRepository''getRecipeToSyncRepositoryService'false],
  1831.             'App\\Repository\\TemperatureNotificationRepository' => ['privates''App\\Repository\\TemperatureNotificationRepository''getTemperatureNotificationRepositoryService'false],
  1832.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1833.             'App\\Repository\\UserSettingRepository' => ['privates''App\\Repository\\UserSettingRepository''getUserSettingRepositoryService'false],
  1834.         ], [
  1835.             'App\\Repository\\ChannelRepository' => '?',
  1836.             'App\\Repository\\ChannelSettingCoefficientRepository' => '?',
  1837.             'App\\Repository\\ChannelSettingRepository' => '?',
  1838.             'App\\Repository\\CustomerActivationLogRepository' => '?',
  1839.             'App\\Repository\\CustomerRepository' => '?',
  1840.             'App\\Repository\\DataSampleRepository' => '?',
  1841.             'App\\Repository\\DemoTokenRepository' => '?',
  1842.             'App\\Repository\\DeviceCommandRepository' => '?',
  1843.             'App\\Repository\\DeviceLastCommunicationRepository' => '?',
  1844.             'App\\Repository\\DeviceRepository' => '?',
  1845.             'App\\Repository\\LicenseRepository' => '?',
  1846.             'App\\Repository\\LineTypeGroupRepository' => '?',
  1847.             'App\\Repository\\LineTypeRepository' => '?',
  1848.             'App\\Repository\\MeasurementRepository' => '?',
  1849.             'App\\Repository\\MeasurementSettingRepository' => '?',
  1850.             'App\\Repository\\NotificationRepository' => '?',
  1851.             'App\\Repository\\ProbeRepository' => '?',
  1852.             'App\\Repository\\ProjectSettingRepository' => '?',
  1853.             'App\\Repository\\RecipeRepository' => '?',
  1854.             'App\\Repository\\RecipeToSyncRepository' => '?',
  1855.             'App\\Repository\\TemperatureNotificationRepository' => '?',
  1856.             'App\\Repository\\UserRepository' => '?',
  1857.             'App\\Repository\\UserSettingRepository' => '?',
  1858.         ])));
  1859.         $a->addCustomStringFunction('JSON_GET_TEXT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonGetText');
  1860.         $a->addCustomStringFunction('CAST''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1861.         $a->addCustomStringFunction('SLUGIFY''App\\ORM\\Functions\\SlugifyFunction');
  1862.         $a->addCustomStringFunction('DATE_FORMAT''Oro\\ORM\\Query\\AST\\Functions\\String\\DateFormat');
  1863.         $a->addCustomNumericFunction('YEAR''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1864.         $a->addCustomNumericFunction('MONTH''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1865.         $a->addCustomNumericFunction('DAY''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1866.         $a->addCustomNumericFunction('HOUR''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1867.         $a->addCustomNumericFunction('MINUTE''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1868.         $a->addCustomDatetimeFunction('DATE''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1869.         $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()));
  1870.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1871.         return $instance;
  1872.     }
  1873.     /**
  1874.      * Gets the public 'easyadmin.autocomplete' shared service.
  1875.      *
  1876.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1877.      */
  1878.     protected function getEasyadmin_AutocompleteService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1883.         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()));
  1884.     }
  1885.     /**
  1886.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1887.      *
  1888.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1889.      */
  1890.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1894.         $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));
  1895.         $instance->setName('make:admin:migration');
  1896.         return $instance;
  1897.     }
  1898.     /**
  1899.      * Gets the public 'easyadmin.config.manager' shared service.
  1900.      *
  1901.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1902.      */
  1903.     protected function getEasyadmin_Config_ManagerService()
  1904.     {
  1905.         $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()));
  1906.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1907.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1908.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('en'));
  1909.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1910.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1911.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1912.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1913.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1914.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1915.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1916.         return $instance;
  1917.     }
  1918.     /**
  1919.      * Gets the public 'easyadmin.filter.registry' shared service.
  1920.      *
  1921.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1922.      */
  1923.     protected function getEasyadmin_Filter_RegistryService()
  1924.     {
  1925.         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 () {
  1926.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  1927.         }, 1));
  1928.     }
  1929.     /**
  1930.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  1931.      *
  1932.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  1933.      */
  1934.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  1939.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1940.     }
  1941.     /**
  1942.      * Gets the public 'easyadmin.listener.controller' shared service.
  1943.      *
  1944.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1945.      */
  1946.     protected function getEasyadmin_Listener_ControllerService()
  1947.     {
  1948.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1949.         if (isset($this->services['easyadmin.listener.controller'])) {
  1950.             return $this->services['easyadmin.listener.controller'];
  1951.         }
  1952.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1953.     }
  1954.     /**
  1955.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  1956.      *
  1957.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  1958.      */
  1959.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  1960.     {
  1961.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  1962.         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())));
  1963.     }
  1964.     /**
  1965.      * Gets the public 'easyadmin.paginator' shared service.
  1966.      *
  1967.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  1968.      */
  1969.     protected function getEasyadmin_PaginatorService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1972.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  1973.     }
  1974.     /**
  1975.      * Gets the public 'easyadmin.property_accessor' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1978.      */
  1979.     protected function getEasyadmin_PropertyAccessorService()
  1980.     {
  1981.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1982.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1983.     }
  1984.     /**
  1985.      * Gets the public 'easyadmin.query_builder' shared service.
  1986.      *
  1987.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  1988.      */
  1989.     protected function getEasyadmin_QueryBuilderService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  1992.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1993.     }
  1994.     /**
  1995.      * Gets the public 'easyadmin.router' shared service.
  1996.      *
  1997.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1998.      */
  1999.     protected function getEasyadmin_RouterService()
  2000.     {
  2001.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  2002.         if (isset($this->services['easyadmin.router'])) {
  2003.             return $this->services['easyadmin.router'];
  2004.         }
  2005.         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())));
  2006.     }
  2007.     /**
  2008.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  2009.      *
  2010.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2011.      */
  2012.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  2013.     {
  2014.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2015.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  2016.             return $this->services['easyadmin.security.authorization_checker'];
  2017.         }
  2018.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2019.     }
  2020.     /**
  2021.      * Gets the public 'error_controller' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2024.      */
  2025.     protected function getErrorController2Service()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2032.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2033.         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)));
  2034.     }
  2035.     /**
  2036.      * Gets the public 'event_dispatcher' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2039.      */
  2040.     protected function getEventDispatcherService()
  2041.     {
  2042.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2043.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2044.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2046.         $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())));
  2047.         $instance->addListener('kernel.controller', [=> function () {
  2048.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2049.         }, => 'onKernelController'], 0);
  2050.         $instance->addListener('console.command', [=> function () {
  2051.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  2052.         }, => 'onConsoleCommand'], 0);
  2053.         $instance->addListener('kernel.controller', [=> function () {
  2054.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  2055.         }, => 'onKernelController'], 0);
  2056.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  2057.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  2058.         }, => 'initializeRequest'], 0);
  2059.         $instance->addListener('kernel.request', [=> function () {
  2060.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  2061.         }, => 'onKernelRequest'], 34);
  2062.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2063.             return ($this->privates['App\\EventSubscriber\\AppCacheSubscriber'] ?? $this->getAppCacheSubscriberService());
  2064.         }, => 'onKernelController'], 1);
  2065.         $instance->addListener('kernel.response', [=> function () {
  2066.             return ($this->privates['App\\EventSubscriber\\AppCacheSubscriber'] ?? $this->getAppCacheSubscriberService());
  2067.         }, => 'onKernelResponse'], 10);
  2068.         $instance->addListener('kernel.response', [=> function () {
  2069.             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'])));
  2070.         }, => 'onKernelResponse'], 0);
  2071.         $instance->addListener('kernel.controller', [=> function () {
  2072.             return ($this->privates['App\\EventSubscriber\\DataTransformerDependencySubscriber'] ?? ($this->privates['App\\EventSubscriber\\DataTransformerDependencySubscriber'] = new \App\EventSubscriber\DataTransformerDependencySubscriber()));
  2073.         }, => 'onKernelController'], 0);
  2074.         $instance->addListener('kernel.controller', [=> function () {
  2075.             return ($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] ?? $this->getIdempotenceSubscriberService());
  2076.         }, => 'onKernelController'], -2);
  2077.         $instance->addListener('kernel.response', [=> function () {
  2078.             return ($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] ?? $this->getIdempotenceSubscriberService());
  2079.         }, => 'onKernelResponse'], 10);
  2080.         $instance->addListener('kernel.request', [=> function () {
  2081.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2082.         }, => 'onKernelRequest'], 20);
  2083.         $instance->addListener('security.interactive_login', [=> function () {
  2084.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2085.         }, => 'onSecurityInteractiveLogin'], 18);
  2086.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2087.             return ($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'] ?? $this->getMeasurementViewSubscriberService());
  2088.         }, => 'onControllerArguments'], 1);
  2089.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2090.             return ($this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'] ?? $this->getParamSettingsSubscriberService());
  2091.         }, => 'onControllerArguments'], 2);
  2092.         $instance->addListener('kernel.request', [=> function () {
  2093.             return ($this->privates['App\\EventSubscriber\\RequestDecryptingSubscriber'] ?? $this->getRequestDecryptingSubscriberService());
  2094.         }, => 'onKernelRequest'], 9999);
  2095.         $instance->addListener('kernel.response', [=> function () {
  2096.             return ($this->privates['App\\EventSubscriber\\ResponseEncryptingSubscriber'] ?? $this->getResponseEncryptingSubscriberService());
  2097.         }, => 'onKernelResponse'], -9999);
  2098.         $instance->addListener('kernel.response', [=> function () {
  2099.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2100.         }, => 'onKernelResponse'], 0);
  2101.         $instance->addListener('kernel.response', [=> function () {
  2102.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2103.         }, => 'onKernelResponse'], -1024);
  2104.         $instance->addListener('kernel.request', [=> function () {
  2105.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2106.         }, => 'setDefaultLocale'], 100);
  2107.         $instance->addListener('kernel.request', [=> function () {
  2108.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2109.         }, => 'onKernelRequest'], 16);
  2110.         $instance->addListener('kernel.finish_request', [=> function () {
  2111.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2112.         }, => 'onKernelFinishRequest'], 0);
  2113.         $instance->addListener('kernel.request', [=> function () {
  2114.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2115.         }, => 'onKernelRequest'], 256);
  2116.         $instance->addListener('kernel.response', [=> function () {
  2117.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2118.         }, => 'onResponse'], -255);
  2119.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2120.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2121.         }, => 'onControllerArguments'], 0);
  2122.         $instance->addListener('kernel.exception', [=> function () {
  2123.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2124.         }, => 'logKernelException'], 0);
  2125.         $instance->addListener('kernel.exception', [=> function () {
  2126.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2127.         }, => 'onKernelException'], -128);
  2128.         $instance->addListener('kernel.response', [=> function () {
  2129.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2130.         }, => 'removeCspHeader'], -128);
  2131.         $instance->addListener('kernel.request', [=> function () {
  2132.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2133.         }, => 'onKernelRequest'], 15);
  2134.         $instance->addListener('kernel.finish_request', [=> function () {
  2135.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2136.         }, => 'onKernelFinishRequest'], -15);
  2137.         $instance->addListener('console.error', [=> function () {
  2138.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2139.         }, => 'onConsoleError'], -128);
  2140.         $instance->addListener('console.terminate', [=> function () {
  2141.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2142.         }, => 'onConsoleTerminate'], -128);
  2143.         $instance->addListener('console.error', [=> function () {
  2144.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2145.         }, => 'onConsoleError'], 0);
  2146.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2147.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2148.         }, => 'onMessage'], -255);
  2149.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2150.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2151.         }, => 'onMessage'], -255);
  2152.         $instance->addListener('kernel.request', [=> function () {
  2153.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2154.         }, => 'configure'], 2048);
  2155.         $instance->addListener('console.command', [=> function () {
  2156.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2157.         }, => 'configure'], 2048);
  2158.         $instance->addListener('kernel.request', [=> function () {
  2159.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2160.         }, => 'onKernelRequest'], 32);
  2161.         $instance->addListener('kernel.finish_request', [=> function () {
  2162.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2163.         }, => 'onKernelFinishRequest'], 0);
  2164.         $instance->addListener('kernel.exception', [=> function () {
  2165.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2166.         }, => 'onKernelException'], -64);
  2167.         $instance->addListener('kernel.response', [=> function () {
  2168.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2169.         }, => 'onKernelResponse'], 0);
  2170.         $instance->addListener('kernel.request', [=> function () {
  2171.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2172.         }, => 'onKernelRequest'], 128);
  2173.         $instance->addListener('kernel.response', [=> function () {
  2174.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2175.         }, => 'onKernelResponse'], -1000);
  2176.         $instance->addListener('kernel.finish_request', [=> function () {
  2177.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2178.         }, => 'onFinishRequest'], 0);
  2179.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2180.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2181.         }, => 'onMessageFailed'], 100);
  2182.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2183.             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()));
  2184.         }, => 'onMessageFailed'], 200);
  2185.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2186.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2187.         }, => 'onMessageFailed'], -100);
  2188.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2189.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2190.         }, => 'onWorkerRunning'], 100);
  2191.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2192.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2193.         }, => 'onWorkerStarted'], 0);
  2194.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2195.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2196.         }, => 'onWorkerRunning'], 0);
  2197.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2198.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  2199.         }, => 'onWorkerStarted'], 100);
  2200.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2201.             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()));
  2202.         }, => 'onMessageFailed'], 0);
  2203.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2204.             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()));
  2205.         }, => 'onWorkerRunning'], 0);
  2206.         $instance->addListener('kernel.response', [=> function () {
  2207.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2208.         }, => 'onKernelResponse'], -100);
  2209.         $instance->addListener('kernel.exception', [=> function () {
  2210.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2211.         }, => 'onKernelException'], 0);
  2212.         $instance->addListener('kernel.terminate', [=> function () {
  2213.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2214.         }, => 'onKernelTerminate'], -1024);
  2215.         $instance->addListener('kernel.controller', [=> function () {
  2216.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2217.         }, => 'onKernelController'], 0);
  2218.         $instance->addListener('kernel.response', [=> function () {
  2219.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2220.         }, => 'onKernelResponse'], 0);
  2221.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2222.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2223.         }, => 'onMessage'], 0);
  2224.         $instance->addListener('kernel.controller', [=> function () {
  2225.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2226.         }, => 'onKernelController'], 0);
  2227.         $instance->addListener('kernel.controller', [=> function () {
  2228.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2229.         }, => 'onKernelController'], 0);
  2230.         $instance->addListener('kernel.controller', [=> function () {
  2231.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2232.         }, => 'onKernelController'], -128);
  2233.         $instance->addListener('kernel.view', [=> function () {
  2234.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2235.         }, => 'onKernelView'], 0);
  2236.         $instance->addListener('kernel.controller', [=> function () {
  2237.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2238.         }, => 'onKernelController'], 0);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2241.         }, => 'onKernelResponse'], 0);
  2242.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2243.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2244.         }, => 'onKernelControllerArguments'], 0);
  2245.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2246.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2247.         }, => 'onKernelControllerArguments'], 0);
  2248.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2249.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2250.         }, => 'onWorkerMessageHandled'], 0);
  2251.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2252.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2253.         }, => 'onWorkerMessageFailed'], 0);
  2254.         $instance->addListener('kernel.response', [=> function () {
  2255.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2256.         }, => 'onKernelResponse'], 0);
  2257.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2258.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2259.         }, => 'onVoterVote'], 0);
  2260.         $instance->addListener('kernel.request', [=> function () {
  2261.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2262.         }, => 'configureLogoutUrlGenerator'], 8);
  2263.         $instance->addListener('kernel.request', [=> function () {
  2264.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2265.         }, => 'onKernelRequest'], 8);
  2266.         $instance->addListener('kernel.finish_request', [=> function () {
  2267.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2268.         }, => 'onKernelFinishRequest'], 0);
  2269.         $instance->addListener('kernel.response', [=> function () {
  2270.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2271.         }, => 'onKernelResponse'], -128);
  2272.         $instance->addListener('console.command', [=> function () {
  2273.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2274.         }, => 'onCommand'], 255);
  2275.         $instance->addListener('console.terminate', [=> function () {
  2276.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2277.         }, => 'onTerminate'], -255);
  2278.         $instance->addListener('console.command', [=> function () {
  2279.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2280.         }, => 'configure'], 1024);
  2281.         $instance->addListener('console.error', [=> function () {
  2282.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2283.         }, => 'onConsoleError'], 0);
  2284.         $instance->addListener('console.terminate', [=> function () {
  2285.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2286.         }, => 'onConsoleTerminate'], 0);
  2287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2288.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2289.         }, => 'onLogout'], 0);
  2290.         return $instance;
  2291.     }
  2292.     /**
  2293.      * Gets the public 'fos_rest.view_handler' shared service.
  2294.      *
  2295.      * @return \FOS\RestBundle\View\ViewHandler
  2296.      */
  2297.     protected function getFosRest_ViewHandlerService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  2304.         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]);
  2305.     }
  2306.     /**
  2307.      * Gets the public 'http_kernel' shared service.
  2308.      *
  2309.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2310.      */
  2311.     protected function getHttpKernelService()
  2312.     {
  2313.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2314.         if (isset($this->services['http_kernel'])) {
  2315.             return $this->services['http_kernel'];
  2316.         }
  2317.         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 () {
  2318.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2319.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2320.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2321.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2322.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2323.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2324.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2325.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2326.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2327.     }
  2328.     /**
  2329.      * Gets the public 'knp_snappy.image' shared service.
  2330.      *
  2331.      * @return \Knp\Snappy\Image
  2332.      */
  2333.     protected function getKnpSnappy_ImageService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  2338.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  2339.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2340.         return $instance;
  2341.     }
  2342.     /**
  2343.      * Gets the public 'knp_snappy.pdf' shared service.
  2344.      *
  2345.      * @return \Knp\Snappy\Pdf
  2346.      */
  2347.     protected function getKnpSnappy_PdfService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  2352.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  2353.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2354.         return $instance;
  2355.     }
  2356.     /**
  2357.      * Gets the public 'messenger.default_bus' shared service.
  2358.      *
  2359.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2360.      */
  2361.     protected function getMessenger_DefaultBusService()
  2362.     {
  2363.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2364.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2365.             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')));
  2366.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2367.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2368.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2369.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2370.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2371.         }, 7)));
  2372.     }
  2373.     /**
  2374.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  2375.      *
  2376.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  2377.      */
  2378.     protected function getNelmioApiDoc_Command_DumpService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  2382.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2383.         $instance->setName('nelmio:apidoc:dump');
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  2388.      *
  2389.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2390.      */
  2391.     protected function getNelmioApiDoc_Controller_RedoclyService()
  2392.     {
  2393.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2394.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  2395.     }
  2396.     /**
  2397.      * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  2398.      *
  2399.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2400.      */
  2401.     protected function getNelmioApiDoc_Controller_StoplightService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2404.         return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  2405.     }
  2406.     /**
  2407.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  2408.      *
  2409.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2410.      */
  2411.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  2414.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2415.     }
  2416.     /**
  2417.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2418.      *
  2419.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2420.      */
  2421.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2422.     {
  2423.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  2424.         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');
  2425.     }
  2426.     /**
  2427.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  2428.      *
  2429.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  2430.      */
  2431.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  2434.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  2435.     }
  2436.     /**
  2437.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2438.      *
  2439.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2440.      */
  2441.     protected function getNelmioApiDoc_Generator_DefaultService()
  2442.     {
  2443.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  2447.         $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  2448.         $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  2449.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2450.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2451.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2452.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  2453.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2454.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2455.         }, 5), new RewindableGenerator(function () {
  2456.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  2457.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  2458.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2459.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2460.         }, 4), NULL'openapi_doc.default'$a);
  2461.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  2462.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2463.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2464.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2465.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2466.         $instance->setAlternativeNames([]);
  2467.         $instance->setMediaTypes([=> 'json']);
  2468.         $instance->setLogger($b);
  2469.         $instance->setOpenApiVersion(NULL);
  2470.         return $instance;
  2471.     }
  2472.     /**
  2473.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  2474.      *
  2475.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  2476.      */
  2477.     protected function getNelmioApiDoc_RenderDocsService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  2484.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2485.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  2486.         ], [
  2487.             'default' => '?',
  2488.         ]), 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' => []]));
  2489.     }
  2490.     /**
  2491.      * Gets the public 'request_stack' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2494.      */
  2495.     protected function getRequestStackService()
  2496.     {
  2497.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2498.     }
  2499.     /**
  2500.      * Gets the public 'router' shared service.
  2501.      *
  2502.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2503.      */
  2504.     protected function getRouterService()
  2505.     {
  2506.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2507.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2508.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2509.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2510.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2511.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2512.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2513.         ], [
  2514.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2515.         ]))->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');
  2516.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2517.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2518.         return $instance;
  2519.     }
  2520.     /**
  2521.      * Gets the public 'routing.loader' shared service.
  2522.      *
  2523.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2524.      */
  2525.     protected function getRouting_LoaderService()
  2526.     {
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2551.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2552.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2553.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2554.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2555.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2556.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2557.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2558.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2559.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2560.             'kernel' => ['services''kernel''getKernelService'false],
  2561.         ], [
  2562.             'kernel' => 'App\\Kernel',
  2563.         ]), 'dev'));
  2564.         $a->addLoader($c);
  2565.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2566.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2567.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2568.     }
  2569.     /**
  2570.      * Gets the public 'services_resetter' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2573.      */
  2574.     protected function getServicesResetterService()
  2575.     {
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2577.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2578.             if (isset($this->services['cache.app'])) {
  2579.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2580.             }
  2581.             if (isset($this->services['cache.system'])) {
  2582.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2583.             }
  2584.             if (isset($this->privates['cache.validator'])) {
  2585.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2586.             }
  2587.             if (isset($this->privates['cache.serializer'])) {
  2588.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2589.             }
  2590.             if (isset($this->privates['cache.annotations'])) {
  2591.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2592.             }
  2593.             if (isset($this->privates['cache.property_info'])) {
  2594.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2595.             }
  2596.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2597.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2598.             }
  2599.             if (isset($this->privates['.debug.http_client'])) {
  2600.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2601.             }
  2602.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2603.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2604.             }
  2605.             if (isset($this->privates['debug.stopwatch'])) {
  2606.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2607.             }
  2608.             if (isset($this->services['event_dispatcher'])) {
  2609.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2610.             }
  2611.             if (isset($this->privates['session_listener'])) {
  2612.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2613.             }
  2614.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2615.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2616.             }
  2617.             if (isset($this->services['cache.validator_expression_language'])) {
  2618.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2619.             }
  2620.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2621.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2622.             }
  2623.             if (isset($this->services['.container.private.profiler'])) {
  2624.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2625.             }
  2626.             if (isset($this->services['.container.private.validator'])) {
  2627.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2628.             }
  2629.             if (isset($this->services['.container.private.twig'])) {
  2630.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  2631.             }
  2632.             if (isset($this->privates['twig.form.engine'])) {
  2633.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2634.             }
  2635.             if (isset($this->services['doctrine'])) {
  2636.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2637.             }
  2638.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2639.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2640.             }
  2641.             if (isset($this->privates['form.type.entity'])) {
  2642.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2643.             }
  2644.             if (isset($this->services['.container.private.security.token_storage'])) {
  2645.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2646.             }
  2647.             if (isset($this->privates['cache.security_expression_language'])) {
  2648.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2649.             }
  2650.             if (isset($this->privates['debug.security.firewall'])) {
  2651.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2652.             }
  2653.             if (isset($this->privates['monolog.handler.main'])) {
  2654.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2655.             }
  2656.             if (isset($this->privates['monolog.handler.console'])) {
  2657.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2658.             }
  2659.             if (isset($this->privates['cache.easyadmin'])) {
  2660.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  2661.             }
  2662.             if (isset($this->services['fos_rest.view_handler'])) {
  2663.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2664.             }
  2665.             if (isset($this->privates['.debug.http_client'])) {
  2666.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2667.             }
  2668.         }, function () {
  2669.             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->services['.container.private.twig'])) + (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']));
  2670.         }), ['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' => [=> 'resetGlobals'], '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']]);
  2671.     }
  2672.     /**
  2673.      * Gets the public 'translator' shared service.
  2674.      *
  2675.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2676.      */
  2677.     protected function getTranslatorService()
  2678.     {
  2679.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2680.     }
  2681.     /**
  2682.      * Gets the public 'var_dumper.cloner' shared service.
  2683.      *
  2684.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2685.      */
  2686.     protected function getVarDumper_ClonerService()
  2687.     {
  2688.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2689.         $instance->setMaxItems(2500);
  2690.         $instance->setMinDepth(1);
  2691.         $instance->setMaxString(-1);
  2692.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2693.         return $instance;
  2694.     }
  2695.     /**
  2696.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2697.      *
  2698.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2699.      */
  2700.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2703.         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()));
  2704.     }
  2705.     /**
  2706.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2707.      *
  2708.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2709.      */
  2710.     protected function getWebProfiler_Controller_ProfilerService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2713.         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));
  2714.     }
  2715.     /**
  2716.      * Gets the public 'web_profiler.controller.router' shared service.
  2717.      *
  2718.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2719.      */
  2720.     protected function getWebProfiler_Controller_RouterService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2723.         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 () {
  2724.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2725.         }, 1));
  2726.     }
  2727.     /**
  2728.      * Gets the private '.console.command.about.lazy' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Console\Command\LazyCommand
  2731.      */
  2732.     protected function get_Console_Command_About_LazyService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2736.         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 {
  2737.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2738.         });
  2739.     }
  2740.     /**
  2741.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Console\Command\LazyCommand
  2744.      */
  2745.     protected function get_Console_Command_AssetsInstall_LazyService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2749.         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 {
  2750.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2751.         });
  2752.     }
  2753.     /**
  2754.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2755.      *
  2756.      * @return \Symfony\Component\Console\Command\LazyCommand
  2757.      */
  2758.     protected function get_Console_Command_CacheClear_LazyService()
  2759.     {
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2762.         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 {
  2763.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2764.         });
  2765.     }
  2766.     /**
  2767.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Console\Command\LazyCommand
  2770.      */
  2771.     protected function get_Console_Command_CachePoolClear_LazyService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2775.         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 {
  2776.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2777.         });
  2778.     }
  2779.     /**
  2780.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Console\Command\LazyCommand
  2783.      */
  2784.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2788.         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 {
  2789.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2790.         });
  2791.     }
  2792.     /**
  2793.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2794.      *
  2795.      * @return \Symfony\Component\Console\Command\LazyCommand
  2796.      */
  2797.     protected function get_Console_Command_CachePoolList_LazyService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2801.         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 {
  2802.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2803.         });
  2804.     }
  2805.     /**
  2806.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\Console\Command\LazyCommand
  2809.      */
  2810.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2811.     {
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2814.         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 {
  2815.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2816.         });
  2817.     }
  2818.     /**
  2819.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2820.      *
  2821.      * @return \Symfony\Component\Console\Command\LazyCommand
  2822.      */
  2823.     protected function get_Console_Command_CacheWarmup_LazyService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2827.         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 {
  2828.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2829.         });
  2830.     }
  2831.     /**
  2832.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\Console\Command\LazyCommand
  2835.      */
  2836.     protected function get_Console_Command_ConfigDebug_LazyService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2840.         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 {
  2841.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2842.         });
  2843.     }
  2844.     /**
  2845.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\Console\Command\LazyCommand
  2848.      */
  2849.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2853.         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 {
  2854.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2855.         });
  2856.     }
  2857.     /**
  2858.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\Console\Command\LazyCommand
  2861.      */
  2862.     protected function get_Console_Command_ContainerDebug_LazyService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2866.         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 {
  2867.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2868.         });
  2869.     }
  2870.     /**
  2871.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Console\Command\LazyCommand
  2874.      */
  2875.     protected function get_Console_Command_ContainerLint_LazyService()
  2876.     {
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2879.         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 {
  2880.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2881.         });
  2882.     }
  2883.     /**
  2884.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2885.      *
  2886.      * @return \Symfony\Component\Console\Command\LazyCommand
  2887.      */
  2888.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2892.         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 {
  2893.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2894.         });
  2895.     }
  2896.     /**
  2897.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2898.      *
  2899.      * @return \Symfony\Component\Console\Command\LazyCommand
  2900.      */
  2901.     protected function get_Console_Command_DotenvDebug_LazyService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2905.         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 {
  2906.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2907.         });
  2908.     }
  2909.     /**
  2910.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\Console\Command\LazyCommand
  2913.      */
  2914.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2918.         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 {
  2919.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2920.         });
  2921.     }
  2922.     /**
  2923.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\Console\Command\LazyCommand
  2926.      */
  2927.     protected function get_Console_Command_FormDebug_LazyService()
  2928.     {
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2931.         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 {
  2932.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2933.         });
  2934.     }
  2935.     /**
  2936.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Console\Command\LazyCommand
  2939.      */
  2940.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2941.     {
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2944.         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 {
  2945.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2946.         });
  2947.     }
  2948.     /**
  2949.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\Console\Command\LazyCommand
  2952.      */
  2953.     protected function get_Console_Command_MessengerDebug_LazyService()
  2954.     {
  2955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2957.         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 {
  2958.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2959.         });
  2960.     }
  2961.     /**
  2962.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\Console\Command\LazyCommand
  2965.      */
  2966.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2967.     {
  2968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2970.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  2971.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2972.         });
  2973.     }
  2974.     /**
  2975.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\Console\Command\LazyCommand
  2978.      */
  2979.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2983.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  2984.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  2985.         });
  2986.     }
  2987.     /**
  2988.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\Console\Command\LazyCommand
  2991.      */
  2992.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  2993.     {
  2994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2996.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  2997.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  2998.         });
  2999.     }
  3000.     /**
  3001.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\Console\Command\LazyCommand
  3004.      */
  3005.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3009.         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 {
  3010.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  3011.         });
  3012.     }
  3013.     /**
  3014.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\Console\Command\LazyCommand
  3017.      */
  3018.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3022.         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 {
  3023.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  3024.         });
  3025.     }
  3026.     /**
  3027.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\Console\Command\LazyCommand
  3030.      */
  3031.     protected function get_Console_Command_RouterDebug_LazyService()
  3032.     {
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3035.         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 {
  3036.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3037.         });
  3038.     }
  3039.     /**
  3040.      * Gets the private '.console.command.router_match.lazy' shared service.
  3041.      *
  3042.      * @return \Symfony\Component\Console\Command\LazyCommand
  3043.      */
  3044.     protected function get_Console_Command_RouterMatch_LazyService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3048.         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 {
  3049.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3050.         });
  3051.     }
  3052.     /**
  3053.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Console\Command\LazyCommand
  3056.      */
  3057.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3061.         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 {
  3062.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3063.         });
  3064.     }
  3065.     /**
  3066.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Console\Command\LazyCommand
  3069.      */
  3070.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3071.     {
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3074.         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 {
  3075.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3076.         });
  3077.     }
  3078.     /**
  3079.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\Console\Command\LazyCommand
  3082.      */
  3083.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3084.     {
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3087.         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 {
  3088.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3089.         });
  3090.     }
  3091.     /**
  3092.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Console\Command\LazyCommand
  3095.      */
  3096.     protected function get_Console_Command_SecretsList_LazyService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3100.         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 {
  3101.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3102.         });
  3103.     }
  3104.     /**
  3105.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3106.      *
  3107.      * @return \Symfony\Component\Console\Command\LazyCommand
  3108.      */
  3109.     protected function get_Console_Command_SecretsRemove_LazyService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3113.         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 {
  3114.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3115.         });
  3116.     }
  3117.     /**
  3118.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\Console\Command\LazyCommand
  3121.      */
  3122.     protected function get_Console_Command_SecretsSet_LazyService()
  3123.     {
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3126.         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 {
  3127.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3128.         });
  3129.     }
  3130.     /**
  3131.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3132.      *
  3133.      * @return \Symfony\Component\Console\Command\LazyCommand
  3134.      */
  3135.     protected function get_Console_Command_TranslationDebug_LazyService()
  3136.     {
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3139.         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 {
  3140.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3141.         });
  3142.     }
  3143.     /**
  3144.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Console\Command\LazyCommand
  3147.      */
  3148.     protected function get_Console_Command_TranslationExtract_LazyService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3152.         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 {
  3153.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3154.         });
  3155.     }
  3156.     /**
  3157.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\Console\Command\LazyCommand
  3160.      */
  3161.     protected function get_Console_Command_TranslationPull_LazyService()
  3162.     {
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3165.         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 {
  3166.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3167.         });
  3168.     }
  3169.     /**
  3170.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3171.      *
  3172.      * @return \Symfony\Component\Console\Command\LazyCommand
  3173.      */
  3174.     protected function get_Console_Command_TranslationPush_LazyService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3178.         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 {
  3179.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3180.         });
  3181.     }
  3182.     /**
  3183.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\Console\Command\LazyCommand
  3186.      */
  3187.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3191.         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 {
  3192.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3193.         });
  3194.     }
  3195.     /**
  3196.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\Console\Command\LazyCommand
  3199.      */
  3200.     protected function get_Console_Command_XliffLint_LazyService()
  3201.     {
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3204.         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 {
  3205.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3206.         });
  3207.     }
  3208.     /**
  3209.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3210.      *
  3211.      * @return \Symfony\Component\Console\Command\LazyCommand
  3212.      */
  3213.     protected function get_Console_Command_YamlLint_LazyService()
  3214.     {
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3217.         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 {
  3218.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3219.         });
  3220.     }
  3221.     /**
  3222.      * Gets the private '.debug.http_client' shared service.
  3223.      *
  3224.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3225.      */
  3226.     protected function get_Debug_HttpClientService()
  3227.     {
  3228.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3229.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3230.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3231.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3232.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3233.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3234.         $a->setLogger($b);
  3235.         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))));
  3236.     }
  3237.     /**
  3238.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Console\Command\LazyCommand
  3241.      */
  3242.     protected function get_DoctrineMigrations_CurrentCommand_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['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  3247.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  3248.         });
  3249.     }
  3250.     /**
  3251.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Console\Command\LazyCommand
  3254.      */
  3255.     protected function get_DoctrineMigrations_DiffCommand_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['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  3260.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  3261.         });
  3262.     }
  3263.     /**
  3264.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Console\Command\LazyCommand
  3267.      */
  3268.     protected function get_DoctrineMigrations_DumpSchemaCommand_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['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  3273.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  3274.         });
  3275.     }
  3276.     /**
  3277.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\Console\Command\LazyCommand
  3280.      */
  3281.     protected function get_DoctrineMigrations_ExecuteCommand_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['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  3286.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  3287.         });
  3288.     }
  3289.     /**
  3290.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\Console\Command\LazyCommand
  3293.      */
  3294.     protected function get_DoctrineMigrations_GenerateCommand_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['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  3299.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  3300.         });
  3301.     }
  3302.     /**
  3303.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\Console\Command\LazyCommand
  3306.      */
  3307.     protected function get_DoctrineMigrations_LatestCommand_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['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  3312.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  3313.         });
  3314.     }
  3315.     /**
  3316.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\Console\Command\LazyCommand
  3319.      */
  3320.     protected function get_DoctrineMigrations_MigrateCommand_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['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  3325.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  3326.         });
  3327.     }
  3328.     /**
  3329.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  3330.      *
  3331.      * @return \Symfony\Component\Console\Command\LazyCommand
  3332.      */
  3333.     protected function get_DoctrineMigrations_RollupCommand_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['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  3338.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  3339.         });
  3340.     }
  3341.     /**
  3342.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\Console\Command\LazyCommand
  3345.      */
  3346.     protected function get_DoctrineMigrations_StatusCommand_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['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  3351.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  3352.         });
  3353.     }
  3354.     /**
  3355.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\Console\Command\LazyCommand
  3358.      */
  3359.     protected function get_DoctrineMigrations_SyncMetadataCommand_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['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  3364.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  3365.         });
  3366.     }
  3367.     /**
  3368.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  3369.      *
  3370.      * @return \Symfony\Component\Console\Command\LazyCommand
  3371.      */
  3372.     protected function get_DoctrineMigrations_UpToDateCommand_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['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  3377.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  3378.         });
  3379.     }
  3380.     /**
  3381.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\Console\Command\LazyCommand
  3384.      */
  3385.     protected function get_DoctrineMigrations_VersionCommand_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['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  3390.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  3391.         });
  3392.     }
  3393.     /**
  3394.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\Console\Command\LazyCommand
  3397.      */
  3398.     protected function get_DoctrineMigrations_VersionsCommand_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['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  3403.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  3404.         });
  3405.     }
  3406.     /**
  3407.      * Gets the private '.errored..service_locator.T18uSMc.Symfony\Component\Form\Form' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Form\Form
  3410.      */
  3411.     protected function getFormService()
  3412.     {
  3413.         $this->throw('Cannot autowire service ".service_locator.T18uSMc": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
  3414.     }
  3415.     /**
  3416.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3419.      */
  3420.     protected function getLoaderInterfaceService()
  3421.     {
  3422.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3423.     }
  3424.     /**
  3425.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\Console\Command\LazyCommand
  3428.      */
  3429.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3433.         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 {
  3434.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3435.         });
  3436.     }
  3437.     /**
  3438.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3439.      *
  3440.      * @return \Symfony\Component\Console\Command\LazyCommand
  3441.      */
  3442.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3443.     {
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3446.         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 {
  3447.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3448.         });
  3449.     }
  3450.     /**
  3451.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\Console\Command\LazyCommand
  3454.      */
  3455.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3456.     {
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3459.         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 {
  3460.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3461.         });
  3462.     }
  3463.     /**
  3464.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\Console\Command\LazyCommand
  3467.      */
  3468.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3472.         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 {
  3473.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3474.         });
  3475.     }
  3476.     /**
  3477.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3478.      *
  3479.      * @return \Symfony\Component\Console\Command\LazyCommand
  3480.      */
  3481.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3482.     {
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3485.         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 {
  3486.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3487.         });
  3488.     }
  3489.     /**
  3490.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3491.      *
  3492.      * @return \Symfony\Component\Console\Command\LazyCommand
  3493.      */
  3494.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3498.         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 {
  3499.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3500.         });
  3501.     }
  3502.     /**
  3503.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3504.      *
  3505.      * @return \Symfony\Component\Console\Command\LazyCommand
  3506.      */
  3507.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3511.         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 {
  3512.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3513.         });
  3514.     }
  3515.     /**
  3516.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\Console\Command\LazyCommand
  3519.      */
  3520.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3521.     {
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3524.         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 {
  3525.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3526.         });
  3527.     }
  3528.     /**
  3529.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\Console\Command\LazyCommand
  3532.      */
  3533.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3537.         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 {
  3538.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3539.         });
  3540.     }
  3541.     /**
  3542.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3543.      *
  3544.      * @return \Symfony\Component\Console\Command\LazyCommand
  3545.      */
  3546.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3550.         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 {
  3551.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3552.         });
  3553.     }
  3554.     /**
  3555.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3556.      *
  3557.      * @return \Symfony\Component\Console\Command\LazyCommand
  3558.      */
  3559.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3560.     {
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3563.         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 {
  3564.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3565.         });
  3566.     }
  3567.     /**
  3568.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3569.      *
  3570.      * @return \Symfony\Component\Console\Command\LazyCommand
  3571.      */
  3572.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3576.         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 {
  3577.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3578.         });
  3579.     }
  3580.     /**
  3581.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3582.      *
  3583.      * @return \Symfony\Component\Console\Command\LazyCommand
  3584.      */
  3585.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3586.     {
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3589.         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 {
  3590.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3591.         });
  3592.     }
  3593.     /**
  3594.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\Console\Command\LazyCommand
  3597.      */
  3598.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3602.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3603.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3604.         });
  3605.     }
  3606.     /**
  3607.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3608.      *
  3609.      * @return \Symfony\Component\Console\Command\LazyCommand
  3610.      */
  3611.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3612.     {
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3615.         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 {
  3616.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3617.         });
  3618.     }
  3619.     /**
  3620.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3621.      *
  3622.      * @return \Symfony\Component\Console\Command\LazyCommand
  3623.      */
  3624.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3628.         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 {
  3629.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3630.         });
  3631.     }
  3632.     /**
  3633.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\Console\Command\LazyCommand
  3636.      */
  3637.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3638.     {
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3641.         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 {
  3642.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3643.         });
  3644.     }
  3645.     /**
  3646.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\Console\Command\LazyCommand
  3649.      */
  3650.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3654.         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 {
  3655.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3656.         });
  3657.     }
  3658.     /**
  3659.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\Console\Command\LazyCommand
  3662.      */
  3663.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3667.         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 {
  3668.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3669.         });
  3670.     }
  3671.     /**
  3672.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3673.      *
  3674.      * @return \Symfony\Component\Console\Command\LazyCommand
  3675.      */
  3676.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3677.     {
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3680.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3681.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3682.         });
  3683.     }
  3684.     /**
  3685.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3686.      *
  3687.      * @return \Symfony\Component\Console\Command\LazyCommand
  3688.      */
  3689.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3690.     {
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3693.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3694.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3695.         });
  3696.     }
  3697.     /**
  3698.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3699.      *
  3700.      * @return \Symfony\Component\Console\Command\LazyCommand
  3701.      */
  3702.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3706.         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 {
  3707.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3708.         });
  3709.     }
  3710.     /**
  3711.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\Console\Command\LazyCommand
  3714.      */
  3715.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3719.         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 {
  3720.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3721.         });
  3722.     }
  3723.     /**
  3724.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3725.      *
  3726.      * @return \Symfony\Component\Console\Command\LazyCommand
  3727.      */
  3728.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3729.     {
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3732.         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 {
  3733.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3734.         });
  3735.     }
  3736.     /**
  3737.      * Gets the private '.messenger.handler_descriptor.3iy9Gbr' shared service.
  3738.      *
  3739.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3740.      */
  3741.     protected function get_Messenger_HandlerDescriptor_3iy9GbrService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3745.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  3746.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  3747.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/NotificationHandler.php';
  3748.         include_once \dirname(__DIR__4).'/src/Service/BatteryLevelNotificationService.php';
  3749.         include_once \dirname(__DIR__4).'/src/Service/TemperatureNotificationService.php';
  3750.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  3751.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3752.         if (isset($this->privates['.messenger.handler_descriptor.3iy9Gbr'])) {
  3753.             return $this->privates['.messenger.handler_descriptor.3iy9Gbr'];
  3754.         }
  3755.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3756.         if (isset($this->privates['.messenger.handler_descriptor.3iy9Gbr'])) {
  3757.             return $this->privates['.messenger.handler_descriptor.3iy9Gbr'];
  3758.         }
  3759.         $c = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3760.         if (isset($this->privates['.messenger.handler_descriptor.3iy9Gbr'])) {
  3761.             return $this->privates['.messenger.handler_descriptor.3iy9Gbr'];
  3762.         }
  3763.         $d = ($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'))));
  3764.         $e = ($this->services['router'] ?? $this->getRouterService());
  3765.         $f = ($this->privates['App\\Factory\\ChannelViewFactory'] ?? ($this->privates['App\\Factory\\ChannelViewFactory'] = new \App\Factory\ChannelViewFactory()));
  3766.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  3767.         return $this->privates['.messenger.handler_descriptor.3iy9Gbr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\NotificationHandler($a$b$d$e$f$g, new \App\Service\BatteryLevelNotificationService($a$b$d$g), new \App\Service\TemperatureNotificationService(($this->privates['App\\Repository\\TemperatureNotificationRepository'] ?? $this->getTemperatureNotificationRepositoryService()), $b$d$e$f$g$c)), []);
  3768.     }
  3769.     /**
  3770.      * Gets the private '.messenger.handler_descriptor.5ZQnKgk' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3773.      */
  3774.     protected function get_Messenger_HandlerDescriptor_5ZQnKgkService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3778.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/EmailHandler.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  3781.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3782.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3783.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3784.         }
  3785.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3786.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3787.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3788.         }
  3789.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3790.         if (isset($this->privates['.messenger.handler_descriptor.5ZQnKgk'])) {
  3791.             return $this->privates['.messenger.handler_descriptor.5ZQnKgk'];
  3792.         }
  3793.         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)), []);
  3794.     }
  3795.     /**
  3796.      * Gets the private '.messenger.handler_descriptor.B3epLWt' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3799.      */
  3800.     protected function get_Messenger_HandlerDescriptor_B3epLWtService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3804.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/DataSampleHandler.php';
  3805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3806.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3807.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3808.         }
  3809.         $b = ($this->privates['App\\Assembler\\DataSampleAssembler'] ?? $this->getDataSampleAssemblerService());
  3810.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3811.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3812.         }
  3813.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3814.         if (isset($this->privates['.messenger.handler_descriptor.B3epLWt'])) {
  3815.             return $this->privates['.messenger.handler_descriptor.B3epLWt'];
  3816.         }
  3817.         return $this->privates['.messenger.handler_descriptor.B3epLWt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\DataSampleHandler($a$b$c), []);
  3818.     }
  3819.     /**
  3820.      * Gets the private '.messenger.handler_descriptor._PzCrgG' shared service.
  3821.      *
  3822.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3823.      */
  3824.     protected function get_Messenger_HandlerDescriptor_PzCrgGService()
  3825.     {
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3828.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ProjectInfoHandler.php';
  3829.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3830.         if (isset($this->privates['.messenger.handler_descriptor._PzCrgG'])) {
  3831.             return $this->privates['.messenger.handler_descriptor._PzCrgG'];
  3832.         }
  3833.         return $this->privates['.messenger.handler_descriptor._PzCrgG'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\ProjectInfoHandler($a), []);
  3834.     }
  3835.     /**
  3836.      * Gets the private '.messenger.handler_descriptor.ioJXN1j' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3839.      */
  3840.     protected function get_Messenger_HandlerDescriptor_IoJXN1jService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3844.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  3845.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  3846.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php';
  3847.         include_once \dirname(__DIR__4).'/src/Factory/EmailFactory.php';
  3848.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3849.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3850.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3851.         }
  3852.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3853.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3854.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3855.         }
  3856.         $c = ($this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'] ?? $this->getLastCommandCheckServiceService());
  3857.         if (isset($this->privates['.messenger.handler_descriptor.ioJXN1j'])) {
  3858.             return $this->privates['.messenger.handler_descriptor.ioJXN1j'];
  3859.         }
  3860.         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), []);
  3861.     }
  3862.     /**
  3863.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3866.      */
  3867.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3871.         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())), []);
  3872.     }
  3873.     /**
  3874.      * Gets the private '.messenger.handler_descriptor.ul9hsrA' shared service.
  3875.      *
  3876.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3877.      */
  3878.     protected function get_Messenger_HandlerDescriptor_Ul9hsrAService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3882.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ChannelsHandler.php';
  3883.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3884.         if (isset($this->privates['.messenger.handler_descriptor.ul9hsrA'])) {
  3885.             return $this->privates['.messenger.handler_descriptor.ul9hsrA'];
  3886.         }
  3887.         return $this->privates['.messenger.handler_descriptor.ul9hsrA'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\ChannelsHandler($a), []);
  3888.     }
  3889.     /**
  3890.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3891.      *
  3892.      * @return \Symfony\Component\Console\Command\LazyCommand
  3893.      */
  3894.     protected function get_Monolog_Command_ServerLog_LazyService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3898.         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 {
  3899.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3900.         });
  3901.     }
  3902.     /**
  3903.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3904.      *
  3905.      * @return \Symfony\Component\Console\Command\LazyCommand
  3906.      */
  3907.     protected function get_Security_Command_DebugFirewall_LazyService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3911.         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 {
  3912.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3913.         });
  3914.     }
  3915.     /**
  3916.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3917.      *
  3918.      * @return \Symfony\Component\Console\Command\LazyCommand
  3919.      */
  3920.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3921.     {
  3922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3924.         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 {
  3925.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3926.         });
  3927.     }
  3928.     /**
  3929.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\Console\Command\LazyCommand
  3932.      */
  3933.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3934.     {
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3937.         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 {
  3938.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3939.         });
  3940.     }
  3941.     /**
  3942.      * Gets the private '.service_locator...kgWlQ' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3945.      */
  3946.     protected function get_ServiceLocator___KgWlQService()
  3947.     {
  3948.         return $this->privates['.service_locator...kgWlQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3949.             'App\\Controller\\Admin\\BaseAdminController::changePasswordAction' => ['privates''.service_locator.nclDJcJ''get_ServiceLocator_NclDJcJService'false],
  3950.             'App\\Controller\\Admin\\BaseAdminController::persistUserEntity' => ['privates''.service_locator.T18uSMc''get_ServiceLocator_T18uSMcService'false],
  3951.             'App\\Controller\\Admin\\SynchronisationController::runSynchronisation' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3952.             'App\\Controller\\Admin\\SynchronisationController::scheduleGetRecipeList' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3953.             'App\\Controller\\Admin\\SynchronisationController::stopSynchronisation' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3954.             'App\\Controller\\Admin\\TranslationController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3955.             'App\\Controller\\Api\\DataSampleController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3956.             'App\\Controller\\Api\\EncryptController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3957.             'App\\Controller\\Demo\\DemoChartsController::channelData' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3958.             'App\\Controller\\Demo\\DemoChartsController::channels' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3959.             'App\\Controller\\Demo\\DemoChartsController::probeSelect' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3960.             'App\\Controller\\Demo\\DemoChartsController::table' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3961.             'App\\Controller\\Demo\\DemoChartsController::tableBlocked' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3962.             'App\\Controller\\Local\\CalculationController::setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  3963.             'App\\Controller\\Local\\CalculationController::setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  3964.             'App\\Controller\\Local\\CalculationController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3965.             'App\\Controller\\Local\\ChartController::setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  3966.             'App\\Controller\\Local\\ChartController::setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  3967.             'App\\Controller\\Local\\ChartController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3968.             'App\\Controller\\Local\\SettingsController::setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  3969.             'App\\Controller\\Local\\SettingsController::setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  3970.             'App\\Controller\\Local\\SettingsController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  3971.             'App\\Controller\\Panel\\ChartsController::channelEdit' => ['privates''.service_locator.R9Pmua1''get_ServiceLocator_R9Pmua1Service'false],
  3972.             'App\\Controller\\Panel\\ChartsController::chartData' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3973.             'App\\Controller\\Panel\\ChartsController::createStrengthNotification' => ['privates''.service_locator.B75IxMH''get_ServiceLocator_B75IxMHService'false],
  3974.             'App\\Controller\\Panel\\ChartsController::createTemperatureNotification' => ['privates''.service_locator.B75IxMH''get_ServiceLocator_B75IxMHService'false],
  3975.             'App\\Controller\\Panel\\ChartsController::maturityChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3976.             'App\\Controller\\Panel\\ChartsController::moveTemperatureChannel' => ['privates''.service_locator.R9Pmua1''get_ServiceLocator_R9Pmua1Service'false],
  3977.             'App\\Controller\\Panel\\ChartsController::strengthChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3978.             'App\\Controller\\Panel\\ChartsController::temperatureChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3979.             'App\\Controller\\Panel\\ChartsController::toggleAutomaticStrengthPoints' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3980.             'App\\Controller\\Panel\\ChartsController::toggleTemperatureSplit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3981.             'App\\Controller\\Panel\\DemoController::getLink' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3982.             'App\\Controller\\Panel\\DeviceListController::activeChannelPreview' => ['privates''.service_locator.UtA9f67''get_ServiceLocator_UtA9f67Service'false],
  3983.             'App\\Controller\\Panel\\DeviceListController::channelData' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  3984.             'App\\Controller\\Panel\\DeviceListController::channels' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  3985.             'App\\Controller\\Panel\\DeviceListController::deleteMeasurement' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3986.             'App\\Controller\\Panel\\DeviceListController::hideSelectedArchivedMeasurements' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3987.             'App\\Controller\\Panel\\DeviceListController::info' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3988.             'App\\Controller\\Panel\\DeviceListController::massProbeUpdate' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3989.             'App\\Controller\\Panel\\DeviceListController::measurementSearch' => ['privates''.service_locator.DbYoiw0''get_ServiceLocator_DbYoiw0Service'false],
  3990.             'App\\Controller\\Panel\\DeviceListController::measurements' => ['privates''.service_locator.DbYoiw0''get_ServiceLocator_DbYoiw0Service'false],
  3991.             'App\\Controller\\Panel\\DeviceListController::onePointArchivedMeasurements' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3992.             'App\\Controller\\Panel\\DeviceListController::probe' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3993.             'App\\Controller\\Panel\\DeviceListController::probeSelect' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  3994.             'App\\Controller\\Panel\\DeviceListController::probes' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  3995.             'App\\Controller\\Panel\\DeviceListController::probesVisibilityStatus' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  3996.             'App\\Controller\\Panel\\DeviceListController::switch' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  3997.             'App\\Controller\\Panel\\DeviceListController::table' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  3998.             'App\\Controller\\Panel\\DeviceListController::tableBlocked' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  3999.             'App\\Controller\\Panel\\DeviceListController::traceability' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4000.             'App\\Controller\\Panel\\DeviceListController::wizardProbeUpdate' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4001.             'App\\Controller\\Panel\\LineTypeController::edit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4002.             'App\\Controller\\Panel\\LineTypeController::list' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4003.             'App\\Controller\\Panel\\LineTypeController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4004.             'App\\Controller\\Panel\\MeasurementDataController::data' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4005.             'App\\Controller\\Panel\\MeasurementDataController::importData' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4006.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurementChannels' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4007.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurements' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4008.             'App\\Controller\\Panel\\MeasurementDataController::listPreviousMergeMeasurements' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4009.             'App\\Controller\\Panel\\MeasurementDataController::listSourceDevices' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4010.             'App\\Controller\\Panel\\MeasurementDataController::mergeMeasurements' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4011.             'App\\Controller\\Panel\\MeasurementDataController::mergePreviousChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4012.             'App\\Controller\\Panel\\MeasurementDataController::promoteChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4013.             'App\\Controller\\Panel\\MeasurementDataController::removeChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4014.             'App\\Controller\\Panel\\NotesController::notes' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4015.             'App\\Controller\\Panel\\NotesController::update' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4016.             'App\\Controller\\Panel\\ReportController::download' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4017.             'App\\Controller\\Panel\\ReportController::request' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4018.             'App\\Controller\\Panel\\StrengthPointController::edit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4019.             'App\\Controller\\Panel\\StrengthPointController::form' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4020.             'App\\Controller\\Panel\\StrengthPointController::setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4021.             'App\\Controller\\Security\\ResetController::activate' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4022.             'App\\Controller\\Security\\ResetController::change' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4023.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4024.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4025.             'App\\Controller\\Admin\\BaseAdminController:changePasswordAction' => ['privates''.service_locator.nclDJcJ''get_ServiceLocator_NclDJcJService'false],
  4026.             'App\\Controller\\Admin\\BaseAdminController:persistUserEntity' => ['privates''.service_locator.T18uSMc''get_ServiceLocator_T18uSMcService'false],
  4027.             'App\\Controller\\Admin\\SynchronisationController:runSynchronisation' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4028.             'App\\Controller\\Admin\\SynchronisationController:scheduleGetRecipeList' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4029.             'App\\Controller\\Admin\\SynchronisationController:stopSynchronisation' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4030.             'App\\Controller\\Admin\\TranslationController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4031.             'App\\Controller\\Api\\DataSampleController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4032.             'App\\Controller\\Api\\EncryptController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4033.             'App\\Controller\\Demo\\DemoChartsController:channelData' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4034.             'App\\Controller\\Demo\\DemoChartsController:channels' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4035.             'App\\Controller\\Demo\\DemoChartsController:probeSelect' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4036.             'App\\Controller\\Demo\\DemoChartsController:table' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4037.             'App\\Controller\\Demo\\DemoChartsController:tableBlocked' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4038.             'App\\Controller\\Local\\CalculationController:setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  4039.             'App\\Controller\\Local\\CalculationController:setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  4040.             'App\\Controller\\Local\\CalculationController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4041.             'App\\Controller\\Local\\ChartController:setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  4042.             'App\\Controller\\Local\\ChartController:setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  4043.             'App\\Controller\\Local\\ChartController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4044.             'App\\Controller\\Local\\SettingsController:setCalculationModel' => ['privates''.service_locator..SFZI4B''get_ServiceLocator__SFZI4BService'false],
  4045.             'App\\Controller\\Local\\SettingsController:setMeasurement' => ['privates''.service_locator.dhbxKMb''get_ServiceLocator_DhbxKMbService'false],
  4046.             'App\\Controller\\Local\\SettingsController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4047.             'App\\Controller\\Panel\\ChartsController:channelEdit' => ['privates''.service_locator.R9Pmua1''get_ServiceLocator_R9Pmua1Service'false],
  4048.             'App\\Controller\\Panel\\ChartsController:chartData' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4049.             'App\\Controller\\Panel\\ChartsController:createStrengthNotification' => ['privates''.service_locator.B75IxMH''get_ServiceLocator_B75IxMHService'false],
  4050.             'App\\Controller\\Panel\\ChartsController:createTemperatureNotification' => ['privates''.service_locator.B75IxMH''get_ServiceLocator_B75IxMHService'false],
  4051.             'App\\Controller\\Panel\\ChartsController:maturityChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4052.             'App\\Controller\\Panel\\ChartsController:moveTemperatureChannel' => ['privates''.service_locator.R9Pmua1''get_ServiceLocator_R9Pmua1Service'false],
  4053.             'App\\Controller\\Panel\\ChartsController:strengthChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4054.             'App\\Controller\\Panel\\ChartsController:temperatureChart' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4055.             'App\\Controller\\Panel\\ChartsController:toggleAutomaticStrengthPoints' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4056.             'App\\Controller\\Panel\\ChartsController:toggleTemperatureSplit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4057.             'App\\Controller\\Panel\\DemoController:getLink' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4058.             'App\\Controller\\Panel\\DeviceListController:activeChannelPreview' => ['privates''.service_locator.UtA9f67''get_ServiceLocator_UtA9f67Service'false],
  4059.             'App\\Controller\\Panel\\DeviceListController:channelData' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  4060.             'App\\Controller\\Panel\\DeviceListController:channels' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  4061.             'App\\Controller\\Panel\\DeviceListController:deleteMeasurement' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4062.             'App\\Controller\\Panel\\DeviceListController:hideSelectedArchivedMeasurements' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4063.             'App\\Controller\\Panel\\DeviceListController:info' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4064.             'App\\Controller\\Panel\\DeviceListController:massProbeUpdate' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4065.             'App\\Controller\\Panel\\DeviceListController:measurementSearch' => ['privates''.service_locator.DbYoiw0''get_ServiceLocator_DbYoiw0Service'false],
  4066.             'App\\Controller\\Panel\\DeviceListController:measurements' => ['privates''.service_locator.DbYoiw0''get_ServiceLocator_DbYoiw0Service'false],
  4067.             'App\\Controller\\Panel\\DeviceListController:onePointArchivedMeasurements' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4068.             'App\\Controller\\Panel\\DeviceListController:probe' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4069.             'App\\Controller\\Panel\\DeviceListController:probeSelect' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  4070.             'App\\Controller\\Panel\\DeviceListController:probes' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4071.             'App\\Controller\\Panel\\DeviceListController:probesVisibilityStatus' => ['privates''.service_locator.I5x_ioR''get_ServiceLocator_I5xIoRService'false],
  4072.             'App\\Controller\\Panel\\DeviceListController:switch' => ['privates''.service_locator.YqTfUFK''get_ServiceLocator_YqTfUFKService'false],
  4073.             'App\\Controller\\Panel\\DeviceListController:table' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  4074.             'App\\Controller\\Panel\\DeviceListController:tableBlocked' => ['privates''.service_locator.CrArijP''get_ServiceLocator_CrArijPService'false],
  4075.             'App\\Controller\\Panel\\DeviceListController:traceability' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4076.             'App\\Controller\\Panel\\DeviceListController:wizardProbeUpdate' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4077.             'App\\Controller\\Panel\\LineTypeController:edit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4078.             'App\\Controller\\Panel\\LineTypeController:list' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4079.             'App\\Controller\\Panel\\LineTypeController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4080.             'App\\Controller\\Panel\\MeasurementDataController:data' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4081.             'App\\Controller\\Panel\\MeasurementDataController:importData' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4082.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurementChannels' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4083.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurements' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4084.             'App\\Controller\\Panel\\MeasurementDataController:listPreviousMergeMeasurements' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4085.             'App\\Controller\\Panel\\MeasurementDataController:listSourceDevices' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4086.             'App\\Controller\\Panel\\MeasurementDataController:mergeMeasurements' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4087.             'App\\Controller\\Panel\\MeasurementDataController:mergePreviousChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4088.             'App\\Controller\\Panel\\MeasurementDataController:promoteChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4089.             'App\\Controller\\Panel\\MeasurementDataController:removeChannel' => ['privates''.service_locator.LDhFjIY''get_ServiceLocator_LDhFjIYService'false],
  4090.             'App\\Controller\\Panel\\NotesController:notes' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4091.             'App\\Controller\\Panel\\NotesController:update' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4092.             'App\\Controller\\Panel\\ReportController:download' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4093.             'App\\Controller\\Panel\\ReportController:request' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4094.             'App\\Controller\\Panel\\StrengthPointController:edit' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4095.             'App\\Controller\\Panel\\StrengthPointController:form' => ['privates''.service_locator.eJKw9F6''get_ServiceLocator_EJKw9F6Service'false],
  4096.             'App\\Controller\\Panel\\StrengthPointController:setViewHandler' => ['privates''.service_locator.foPrRcS''get_ServiceLocator_FoPrRcSService'false],
  4097.             'App\\Controller\\Security\\ResetController:activate' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4098.             'App\\Controller\\Security\\ResetController:change' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4099.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4100.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4101.         ], [
  4102.             'App\\Controller\\Admin\\BaseAdminController::changePasswordAction' => '?',
  4103.             'App\\Controller\\Admin\\BaseAdminController::persistUserEntity' => '?',
  4104.             'App\\Controller\\Admin\\SynchronisationController::runSynchronisation' => '?',
  4105.             'App\\Controller\\Admin\\SynchronisationController::scheduleGetRecipeList' => '?',
  4106.             'App\\Controller\\Admin\\SynchronisationController::stopSynchronisation' => '?',
  4107.             'App\\Controller\\Admin\\TranslationController::setViewHandler' => '?',
  4108.             'App\\Controller\\Api\\DataSampleController::setViewHandler' => '?',
  4109.             'App\\Controller\\Api\\EncryptController::setViewHandler' => '?',
  4110.             'App\\Controller\\Demo\\DemoChartsController::channelData' => '?',
  4111.             'App\\Controller\\Demo\\DemoChartsController::channels' => '?',
  4112.             'App\\Controller\\Demo\\DemoChartsController::probeSelect' => '?',
  4113.             'App\\Controller\\Demo\\DemoChartsController::table' => '?',
  4114.             'App\\Controller\\Demo\\DemoChartsController::tableBlocked' => '?',
  4115.             'App\\Controller\\Local\\CalculationController::setCalculationModel' => '?',
  4116.             'App\\Controller\\Local\\CalculationController::setMeasurement' => '?',
  4117.             'App\\Controller\\Local\\CalculationController::setViewHandler' => '?',
  4118.             'App\\Controller\\Local\\ChartController::setCalculationModel' => '?',
  4119.             'App\\Controller\\Local\\ChartController::setMeasurement' => '?',
  4120.             'App\\Controller\\Local\\ChartController::setViewHandler' => '?',
  4121.             'App\\Controller\\Local\\SettingsController::setCalculationModel' => '?',
  4122.             'App\\Controller\\Local\\SettingsController::setMeasurement' => '?',
  4123.             'App\\Controller\\Local\\SettingsController::setViewHandler' => '?',
  4124.             'App\\Controller\\Panel\\ChartsController::channelEdit' => '?',
  4125.             'App\\Controller\\Panel\\ChartsController::chartData' => '?',
  4126.             'App\\Controller\\Panel\\ChartsController::createStrengthNotification' => '?',
  4127.             'App\\Controller\\Panel\\ChartsController::createTemperatureNotification' => '?',
  4128.             'App\\Controller\\Panel\\ChartsController::maturityChart' => '?',
  4129.             'App\\Controller\\Panel\\ChartsController::moveTemperatureChannel' => '?',
  4130.             'App\\Controller\\Panel\\ChartsController::strengthChart' => '?',
  4131.             'App\\Controller\\Panel\\ChartsController::temperatureChart' => '?',
  4132.             'App\\Controller\\Panel\\ChartsController::toggleAutomaticStrengthPoints' => '?',
  4133.             'App\\Controller\\Panel\\ChartsController::toggleTemperatureSplit' => '?',
  4134.             'App\\Controller\\Panel\\DemoController::getLink' => '?',
  4135.             'App\\Controller\\Panel\\DeviceListController::activeChannelPreview' => '?',
  4136.             'App\\Controller\\Panel\\DeviceListController::channelData' => '?',
  4137.             'App\\Controller\\Panel\\DeviceListController::channels' => '?',
  4138.             'App\\Controller\\Panel\\DeviceListController::deleteMeasurement' => '?',
  4139.             'App\\Controller\\Panel\\DeviceListController::hideSelectedArchivedMeasurements' => '?',
  4140.             'App\\Controller\\Panel\\DeviceListController::info' => '?',
  4141.             'App\\Controller\\Panel\\DeviceListController::massProbeUpdate' => '?',
  4142.             'App\\Controller\\Panel\\DeviceListController::measurementSearch' => '?',
  4143.             'App\\Controller\\Panel\\DeviceListController::measurements' => '?',
  4144.             'App\\Controller\\Panel\\DeviceListController::onePointArchivedMeasurements' => '?',
  4145.             'App\\Controller\\Panel\\DeviceListController::probe' => '?',
  4146.             'App\\Controller\\Panel\\DeviceListController::probeSelect' => '?',
  4147.             'App\\Controller\\Panel\\DeviceListController::probes' => '?',
  4148.             'App\\Controller\\Panel\\DeviceListController::probesVisibilityStatus' => '?',
  4149.             'App\\Controller\\Panel\\DeviceListController::switch' => '?',
  4150.             'App\\Controller\\Panel\\DeviceListController::table' => '?',
  4151.             'App\\Controller\\Panel\\DeviceListController::tableBlocked' => '?',
  4152.             'App\\Controller\\Panel\\DeviceListController::traceability' => '?',
  4153.             'App\\Controller\\Panel\\DeviceListController::wizardProbeUpdate' => '?',
  4154.             'App\\Controller\\Panel\\LineTypeController::edit' => '?',
  4155.             'App\\Controller\\Panel\\LineTypeController::list' => '?',
  4156.             'App\\Controller\\Panel\\LineTypeController::setViewHandler' => '?',
  4157.             'App\\Controller\\Panel\\MeasurementDataController::data' => '?',
  4158.             'App\\Controller\\Panel\\MeasurementDataController::importData' => '?',
  4159.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurementChannels' => '?',
  4160.             'App\\Controller\\Panel\\MeasurementDataController::listMeasurements' => '?',
  4161.             'App\\Controller\\Panel\\MeasurementDataController::listPreviousMergeMeasurements' => '?',
  4162.             'App\\Controller\\Panel\\MeasurementDataController::listSourceDevices' => '?',
  4163.             'App\\Controller\\Panel\\MeasurementDataController::mergeMeasurements' => '?',
  4164.             'App\\Controller\\Panel\\MeasurementDataController::mergePreviousChannel' => '?',
  4165.             'App\\Controller\\Panel\\MeasurementDataController::promoteChannel' => '?',
  4166.             'App\\Controller\\Panel\\MeasurementDataController::removeChannel' => '?',
  4167.             'App\\Controller\\Panel\\NotesController::notes' => '?',
  4168.             'App\\Controller\\Panel\\NotesController::update' => '?',
  4169.             'App\\Controller\\Panel\\ReportController::download' => '?',
  4170.             'App\\Controller\\Panel\\ReportController::request' => '?',
  4171.             'App\\Controller\\Panel\\StrengthPointController::edit' => '?',
  4172.             'App\\Controller\\Panel\\StrengthPointController::form' => '?',
  4173.             'App\\Controller\\Panel\\StrengthPointController::setViewHandler' => '?',
  4174.             'App\\Controller\\Security\\ResetController::activate' => '?',
  4175.             'App\\Controller\\Security\\ResetController::change' => '?',
  4176.             'kernel::loadRoutes' => '?',
  4177.             'kernel::registerContainerConfiguration' => '?',
  4178.             'App\\Controller\\Admin\\BaseAdminController:changePasswordAction' => '?',
  4179.             'App\\Controller\\Admin\\BaseAdminController:persistUserEntity' => '?',
  4180.             'App\\Controller\\Admin\\SynchronisationController:runSynchronisation' => '?',
  4181.             'App\\Controller\\Admin\\SynchronisationController:scheduleGetRecipeList' => '?',
  4182.             'App\\Controller\\Admin\\SynchronisationController:stopSynchronisation' => '?',
  4183.             'App\\Controller\\Admin\\TranslationController:setViewHandler' => '?',
  4184.             'App\\Controller\\Api\\DataSampleController:setViewHandler' => '?',
  4185.             'App\\Controller\\Api\\EncryptController:setViewHandler' => '?',
  4186.             'App\\Controller\\Demo\\DemoChartsController:channelData' => '?',
  4187.             'App\\Controller\\Demo\\DemoChartsController:channels' => '?',
  4188.             'App\\Controller\\Demo\\DemoChartsController:probeSelect' => '?',
  4189.             'App\\Controller\\Demo\\DemoChartsController:table' => '?',
  4190.             'App\\Controller\\Demo\\DemoChartsController:tableBlocked' => '?',
  4191.             'App\\Controller\\Local\\CalculationController:setCalculationModel' => '?',
  4192.             'App\\Controller\\Local\\CalculationController:setMeasurement' => '?',
  4193.             'App\\Controller\\Local\\CalculationController:setViewHandler' => '?',
  4194.             'App\\Controller\\Local\\ChartController:setCalculationModel' => '?',
  4195.             'App\\Controller\\Local\\ChartController:setMeasurement' => '?',
  4196.             'App\\Controller\\Local\\ChartController:setViewHandler' => '?',
  4197.             'App\\Controller\\Local\\SettingsController:setCalculationModel' => '?',
  4198.             'App\\Controller\\Local\\SettingsController:setMeasurement' => '?',
  4199.             'App\\Controller\\Local\\SettingsController:setViewHandler' => '?',
  4200.             'App\\Controller\\Panel\\ChartsController:channelEdit' => '?',
  4201.             'App\\Controller\\Panel\\ChartsController:chartData' => '?',
  4202.             'App\\Controller\\Panel\\ChartsController:createStrengthNotification' => '?',
  4203.             'App\\Controller\\Panel\\ChartsController:createTemperatureNotification' => '?',
  4204.             'App\\Controller\\Panel\\ChartsController:maturityChart' => '?',
  4205.             'App\\Controller\\Panel\\ChartsController:moveTemperatureChannel' => '?',
  4206.             'App\\Controller\\Panel\\ChartsController:strengthChart' => '?',
  4207.             'App\\Controller\\Panel\\ChartsController:temperatureChart' => '?',
  4208.             'App\\Controller\\Panel\\ChartsController:toggleAutomaticStrengthPoints' => '?',
  4209.             'App\\Controller\\Panel\\ChartsController:toggleTemperatureSplit' => '?',
  4210.             'App\\Controller\\Panel\\DemoController:getLink' => '?',
  4211.             'App\\Controller\\Panel\\DeviceListController:activeChannelPreview' => '?',
  4212.             'App\\Controller\\Panel\\DeviceListController:channelData' => '?',
  4213.             'App\\Controller\\Panel\\DeviceListController:channels' => '?',
  4214.             'App\\Controller\\Panel\\DeviceListController:deleteMeasurement' => '?',
  4215.             'App\\Controller\\Panel\\DeviceListController:hideSelectedArchivedMeasurements' => '?',
  4216.             'App\\Controller\\Panel\\DeviceListController:info' => '?',
  4217.             'App\\Controller\\Panel\\DeviceListController:massProbeUpdate' => '?',
  4218.             'App\\Controller\\Panel\\DeviceListController:measurementSearch' => '?',
  4219.             'App\\Controller\\Panel\\DeviceListController:measurements' => '?',
  4220.             'App\\Controller\\Panel\\DeviceListController:onePointArchivedMeasurements' => '?',
  4221.             'App\\Controller\\Panel\\DeviceListController:probe' => '?',
  4222.             'App\\Controller\\Panel\\DeviceListController:probeSelect' => '?',
  4223.             'App\\Controller\\Panel\\DeviceListController:probes' => '?',
  4224.             'App\\Controller\\Panel\\DeviceListController:probesVisibilityStatus' => '?',
  4225.             'App\\Controller\\Panel\\DeviceListController:switch' => '?',
  4226.             'App\\Controller\\Panel\\DeviceListController:table' => '?',
  4227.             'App\\Controller\\Panel\\DeviceListController:tableBlocked' => '?',
  4228.             'App\\Controller\\Panel\\DeviceListController:traceability' => '?',
  4229.             'App\\Controller\\Panel\\DeviceListController:wizardProbeUpdate' => '?',
  4230.             'App\\Controller\\Panel\\LineTypeController:edit' => '?',
  4231.             'App\\Controller\\Panel\\LineTypeController:list' => '?',
  4232.             'App\\Controller\\Panel\\LineTypeController:setViewHandler' => '?',
  4233.             'App\\Controller\\Panel\\MeasurementDataController:data' => '?',
  4234.             'App\\Controller\\Panel\\MeasurementDataController:importData' => '?',
  4235.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurementChannels' => '?',
  4236.             'App\\Controller\\Panel\\MeasurementDataController:listMeasurements' => '?',
  4237.             'App\\Controller\\Panel\\MeasurementDataController:listPreviousMergeMeasurements' => '?',
  4238.             'App\\Controller\\Panel\\MeasurementDataController:listSourceDevices' => '?',
  4239.             'App\\Controller\\Panel\\MeasurementDataController:mergeMeasurements' => '?',
  4240.             'App\\Controller\\Panel\\MeasurementDataController:mergePreviousChannel' => '?',
  4241.             'App\\Controller\\Panel\\MeasurementDataController:promoteChannel' => '?',
  4242.             'App\\Controller\\Panel\\MeasurementDataController:removeChannel' => '?',
  4243.             'App\\Controller\\Panel\\NotesController:notes' => '?',
  4244.             'App\\Controller\\Panel\\NotesController:update' => '?',
  4245.             'App\\Controller\\Panel\\ReportController:download' => '?',
  4246.             'App\\Controller\\Panel\\ReportController:request' => '?',
  4247.             'App\\Controller\\Panel\\StrengthPointController:edit' => '?',
  4248.             'App\\Controller\\Panel\\StrengthPointController:form' => '?',
  4249.             'App\\Controller\\Panel\\StrengthPointController:setViewHandler' => '?',
  4250.             'App\\Controller\\Security\\ResetController:activate' => '?',
  4251.             'App\\Controller\\Security\\ResetController:change' => '?',
  4252.             'kernel:loadRoutes' => '?',
  4253.             'kernel:registerContainerConfiguration' => '?',
  4254.         ]);
  4255.     }
  4256.     /**
  4257.      * Gets the private '.service_locator..SFZI4B' shared service.
  4258.      *
  4259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4260.      */
  4261.     protected function get_ServiceLocator__SFZI4BService()
  4262.     {
  4263.         return $this->privates['.service_locator..SFZI4B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4264.             'calculationModel' => ['privates''App\\DataBridge\\DataTransformers\\TemperatureTransformer''getTemperatureTransformerService'false],
  4265.         ], [
  4266.             'calculationModel' => '?',
  4267.         ]);
  4268.     }
  4269.     /**
  4270.      * Gets the private '.service_locator.4T4EJFR' shared service.
  4271.      *
  4272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4273.      */
  4274.     protected function get_ServiceLocator_4T4EJFRService()
  4275.     {
  4276.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4277.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4278.         ], [
  4279.             'user' => 'App\\Entity\\User',
  4280.         ]);
  4281.     }
  4282.     /**
  4283.      * Gets the private '.service_locator.B75IxMH' shared service.
  4284.      *
  4285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4286.      */
  4287.     protected function get_ServiceLocator_B75IxMHService()
  4288.     {
  4289.         return $this->privates['.service_locator.B75IxMH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4290.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4291.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  4292.             'translator' => ['services''translator''getTranslatorService'false],
  4293.         ], [
  4294.             'entityManager' => '?',
  4295.             'measurement' => 'App\\Entity\\Measurement',
  4296.             'translator' => '?',
  4297.         ]);
  4298.     }
  4299.     /**
  4300.      * Gets the private '.service_locator.CrArijP' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4303.      */
  4304.     protected function get_ServiceLocator_CrArijPService()
  4305.     {
  4306.         return $this->privates['.service_locator.CrArijP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4307.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  4308.             'view' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  4309.         ], [
  4310.             'measurement' => 'App\\Entity\\Measurement',
  4311.             'view' => 'App\\Model\\View\\MeasurementView',
  4312.         ]);
  4313.     }
  4314.     /**
  4315.      * Gets the private '.service_locator.DbYoiw0' shared service.
  4316.      *
  4317.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4318.      */
  4319.     protected function get_ServiceLocator_DbYoiw0Service()
  4320.     {
  4321.         return $this->privates['.service_locator.DbYoiw0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4322.             'device' => ['privates''App\\Entity\\Device''getDeviceService'false],
  4323.             'measurementRepository' => ['privates''App\\Repository\\MeasurementRepository''getMeasurementRepositoryService'false],
  4324.         ], [
  4325.             'device' => 'App\\Entity\\Device',
  4326.             'measurementRepository' => 'App\\Repository\\MeasurementRepository',
  4327.         ]);
  4328.     }
  4329.     /**
  4330.      * Gets the private '.service_locator.I5x_ioR' shared service.
  4331.      *
  4332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4333.      */
  4334.     protected function get_ServiceLocator_I5xIoRService()
  4335.     {
  4336.         return $this->privates['.service_locator.I5x_ioR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4337.             'view' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  4338.         ], [
  4339.             'view' => 'App\\Model\\View\\MeasurementView',
  4340.         ]);
  4341.     }
  4342.     /**
  4343.      * Gets the private '.service_locator.LDhFjIY' shared service.
  4344.      *
  4345.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4346.      */
  4347.     protected function get_ServiceLocator_LDhFjIYService()
  4348.     {
  4349.         return $this->privates['.service_locator.LDhFjIY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4350.             'setting' => ['privates''App\\Entity\\ChannelSetting''getChannelSettingService'false],
  4351.         ], [
  4352.             'setting' => 'App\\Entity\\ChannelSetting',
  4353.         ]);
  4354.     }
  4355.     /**
  4356.      * Gets the private '.service_locator.PBwVJVp' shared service.
  4357.      *
  4358.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4359.      */
  4360.     protected function get_ServiceLocator_PBwVJVpService()
  4361.     {
  4362.         return $this->privates['.service_locator.PBwVJVp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4363.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4364.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4365.             'security.firewall.map.context.ping' => ['privates''security.firewall.map.context.ping''getSecurity_Firewall_Map_Context_PingService'false],
  4366.         ], [
  4367.             'security.firewall.map.context.dev' => '?',
  4368.             'security.firewall.map.context.main' => '?',
  4369.             'security.firewall.map.context.ping' => '?',
  4370.         ]);
  4371.     }
  4372.     /**
  4373.      * Gets the private '.service_locator.R9Pmua1' shared service.
  4374.      *
  4375.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4376.      */
  4377.     protected function get_ServiceLocator_R9Pmua1Service()
  4378.     {
  4379.         return $this->privates['.service_locator.R9Pmua1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4380.             'channel' => ['privates''App\\Entity\\ChannelSetting''getChannelSettingService'false],
  4381.         ], [
  4382.             'channel' => 'App\\Entity\\ChannelSetting',
  4383.         ]);
  4384.     }
  4385.     /**
  4386.      * Gets the private '.service_locator.T18uSMc' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4389.      */
  4390.     protected function get_ServiceLocator_T18uSMcService()
  4391.     {
  4392.         return $this->privates['.service_locator.T18uSMc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4393.             'form' => ['privates''.errored..service_locator.T18uSMc.Symfony\\Component\\Form\\Form'NULL'Cannot autowire service ".service_locator.T18uSMc": it references class "Symfony\\Component\\Form\\Form" but no such service exists.'],
  4394.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4395.         ], [
  4396.             'form' => 'Symfony\\Component\\Form\\Form',
  4397.             'user' => 'App\\Entity\\User',
  4398.         ]);
  4399.     }
  4400.     /**
  4401.      * Gets the private '.service_locator.UtA9f67' shared service.
  4402.      *
  4403.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4404.      */
  4405.     protected function get_ServiceLocator_UtA9f67Service()
  4406.     {
  4407.         return $this->privates['.service_locator.UtA9f67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4408.             'flatDeviceService' => ['privates''App\\Service\\FlatDeviceService''getFlatDeviceServiceService'false],
  4409.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4410.         ], [
  4411.             'flatDeviceService' => 'App\\Service\\FlatDeviceService',
  4412.             'security' => '?',
  4413.         ]);
  4414.     }
  4415.     /**
  4416.      * Gets the private '.service_locator.VsSPzfU' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4419.      */
  4420.     protected function get_ServiceLocator_VsSPzfUService()
  4421.     {
  4422.         return $this->privates['.service_locator.VsSPzfU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4423.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4424.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  4425.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  4426.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  4427.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  4428.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  4429.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  4430.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  4431.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4432.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4433.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4434.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4435.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4436.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4437.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4438.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  4439.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4440.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4441.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4442.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4443.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4444.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4445.         ], [
  4446.             'doctrine' => '?',
  4447.             'easyadmin.autocomplete' => '?',
  4448.             'easyadmin.config.manager' => '?',
  4449.             'easyadmin.filter.registry' => '?',
  4450.             'easyadmin.paginator' => '?',
  4451.             'easyadmin.property_accessor' => '?',
  4452.             'easyadmin.query_builder' => '?',
  4453.             'easyadmin.security.authorization_checker' => '?',
  4454.             'event_dispatcher' => '?',
  4455.             'form.factory' => '?',
  4456.             'http_kernel' => '?',
  4457.             'message_bus' => '?',
  4458.             'messenger.default_bus' => '?',
  4459.             'parameter_bag' => '?',
  4460.             'request_stack' => '?',
  4461.             'router' => '?',
  4462.             'security.authorization_checker' => '?',
  4463.             'security.csrf.token_manager' => '?',
  4464.             'security.token_storage' => '?',
  4465.             'serializer' => '?',
  4466.             'session' => '.session.deprecated',
  4467.             'twig' => '?',
  4468.         ]);
  4469.     }
  4470.     /**
  4471.      * Gets the private '.service_locator.XsyfP82' shared service.
  4472.      *
  4473.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4474.      */
  4475.     protected function get_ServiceLocator_XsyfP82Service()
  4476.     {
  4477.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4478.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4479.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4480.         ], [
  4481.             'event_dispatcher' => '?',
  4482.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4483.         ]);
  4484.     }
  4485.     /**
  4486.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  4487.      *
  4488.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4489.      */
  4490.     protected function get_ServiceLocator_Y4J_A_EService()
  4491.     {
  4492.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4493.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4494.         ], [
  4495.             'failed' => '?',
  4496.         ]);
  4497.     }
  4498.     /**
  4499.      * Gets the private '.service_locator.YqTfUFK' shared service.
  4500.      *
  4501.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4502.      */
  4503.     protected function get_ServiceLocator_YqTfUFKService()
  4504.     {
  4505.         return $this->privates['.service_locator.YqTfUFK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4506.             'device' => ['privates''App\\Entity\\Device''getDeviceService'false],
  4507.         ], [
  4508.             'device' => 'App\\Entity\\Device',
  4509.         ]);
  4510.     }
  4511.     /**
  4512.      * Gets the private '.service_locator.dhbxKMb' shared service.
  4513.      *
  4514.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4515.      */
  4516.     protected function get_ServiceLocator_DhbxKMbService()
  4517.     {
  4518.         return $this->privates['.service_locator.dhbxKMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4519.             'measurement' => ['privates''App\\Model\\View\\MeasurementView''getMeasurementViewService'false],
  4520.         ], [
  4521.             'measurement' => 'App\\Model\\View\\MeasurementView',
  4522.         ]);
  4523.     }
  4524.     /**
  4525.      * Gets the private '.service_locator.eJKw9F6' shared service.
  4526.      *
  4527.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4528.      */
  4529.     protected function get_ServiceLocator_EJKw9F6Service()
  4530.     {
  4531.         return $this->privates['.service_locator.eJKw9F6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4532.             'measurement' => ['privates''App\\Entity\\Measurement''getMeasurementService'false],
  4533.         ], [
  4534.             'measurement' => 'App\\Entity\\Measurement',
  4535.         ]);
  4536.     }
  4537.     /**
  4538.      * Gets the private '.service_locator.foPrRcS' shared service.
  4539.      *
  4540.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4541.      */
  4542.     protected function get_ServiceLocator_FoPrRcSService()
  4543.     {
  4544.         return $this->privates['.service_locator.foPrRcS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4545.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4546.         ], [
  4547.             'viewhandler' => '?',
  4548.         ]);
  4549.     }
  4550.     /**
  4551.      * Gets the private '.service_locator.mx0UMmY' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4554.      */
  4555.     protected function get_ServiceLocator_Mx0UMmYService()
  4556.     {
  4557.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4558.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4559.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4560.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4561.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4562.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4563.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4564.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4565.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  4566.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4567.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4568.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4569.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4570.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4571.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4572.         ], [
  4573.             'doctrine' => '?',
  4574.             'form.factory' => '?',
  4575.             'http_kernel' => '?',
  4576.             'message_bus' => '?',
  4577.             'messenger.default_bus' => '?',
  4578.             'parameter_bag' => '?',
  4579.             'request_stack' => '?',
  4580.             'router' => '?',
  4581.             'security.authorization_checker' => '?',
  4582.             'security.csrf.token_manager' => '?',
  4583.             'security.token_storage' => '?',
  4584.             'serializer' => '?',
  4585.             'session' => '.session.deprecated',
  4586.             'twig' => '?',
  4587.         ]);
  4588.     }
  4589.     /**
  4590.      * Gets the private '.service_locator.nclDJcJ' shared service.
  4591.      *
  4592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4593.      */
  4594.     protected function get_ServiceLocator_NclDJcJService()
  4595.     {
  4596.         return $this->privates['.service_locator.nclDJcJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4597.             'user' => ['privates''App\\Entity\\User''getUserService'false],
  4598.         ], [
  4599.             'user' => 'App\\Entity\\User',
  4600.         ]);
  4601.     }
  4602.     /**
  4603.      * Gets the private '.service_locator.tfe0Uvf' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4606.      */
  4607.     protected function get_ServiceLocator_Tfe0UvfService()
  4608.     {
  4609.         return $this->privates['.service_locator.tfe0Uvf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4610.             'command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  4611.             'data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  4612.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  4613.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4614.             'mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  4615.             'mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  4616.             'mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  4617.             'messenger.transport.command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  4618.             'messenger.transport.data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  4619.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  4620.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4621.             'messenger.transport.mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  4622.             'messenger.transport.mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  4623.             'messenger.transport.mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  4624.         ], [
  4625.             'command_notification' => '?',
  4626.             'data_sample_added' => '?',
  4627.             'default' => '?',
  4628.             'failed' => '?',
  4629.             'mail_activate_account' => '?',
  4630.             'mail_notification' => '?',
  4631.             'mail_password_reset' => '?',
  4632.             'messenger.transport.command_notification' => '?',
  4633.             'messenger.transport.data_sample_added' => '?',
  4634.             'messenger.transport.default' => '?',
  4635.             'messenger.transport.failed' => '?',
  4636.             'messenger.transport.mail_activate_account' => '?',
  4637.             'messenger.transport.mail_notification' => '?',
  4638.             'messenger.transport.mail_password_reset' => '?',
  4639.         ]);
  4640.     }
  4641.     /**
  4642.      * Gets the private '.service_locator.u9KuSDP' shared service.
  4643.      *
  4644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4645.      */
  4646.     protected function get_ServiceLocator_U9KuSDPService()
  4647.     {
  4648.         return $this->privates['.service_locator.u9KuSDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4649.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4650.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4651.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4652.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4653.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4654.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4655.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4656.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4657.             'router' => ['privates''App\\Component\\Router''getRouter2Service'false],
  4658.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4659.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4660.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4661.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4662.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4663.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4664.         ], [
  4665.             'doctrine' => '?',
  4666.             'form.factory' => '?',
  4667.             'fos_rest.view_handler' => '?',
  4668.             'http_kernel' => '?',
  4669.             'message_bus' => '?',
  4670.             'messenger.default_bus' => '?',
  4671.             'parameter_bag' => '?',
  4672.             'request_stack' => '?',
  4673.             'router' => '?',
  4674.             'security.authorization_checker' => '?',
  4675.             'security.csrf.token_manager' => '?',
  4676.             'security.token_storage' => '?',
  4677.             'serializer' => '?',
  4678.             'session' => '.session.deprecated',
  4679.             'twig' => '?',
  4680.         ]);
  4681.     }
  4682.     /**
  4683.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4684.      *
  4685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4686.      */
  4687.     protected function get_ServiceLocator_XUrKPVUService()
  4688.     {
  4689.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4690.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  4691.         ], [
  4692.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4693.         ]);
  4694.     }
  4695.     /**
  4696.      * Gets the private '.session.deprecated' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4699.      */
  4700.     protected function get_Session_DeprecatedService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4704.         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();
  4705.     }
  4706.     /**
  4707.      * Gets the private '.twig.command.debug.lazy' shared service.
  4708.      *
  4709.      * @return \Symfony\Component\Console\Command\LazyCommand
  4710.      */
  4711.     protected function get_Twig_Command_Debug_LazyService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4715.         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 {
  4716.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4717.         });
  4718.     }
  4719.     /**
  4720.      * Gets the private '.twig.command.lint.lazy' shared service.
  4721.      *
  4722.      * @return \Symfony\Component\Console\Command\LazyCommand
  4723.      */
  4724.     protected function get_Twig_Command_Lint_LazyService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4728.         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 {
  4729.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4730.         });
  4731.     }
  4732.     /**
  4733.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4734.      *
  4735.      * @return \Symfony\Component\Console\Command\LazyCommand
  4736.      */
  4737.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4741.         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 {
  4742.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4743.         });
  4744.     }
  4745.     /**
  4746.      * Gets the private 'App\Assembler\DataSampleAssembler' shared autowired service.
  4747.      *
  4748.      * @return \App\Assembler\DataSampleAssembler
  4749.      */
  4750.     protected function getDataSampleAssemblerService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  4753.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  4754.         include_once \dirname(__DIR__4).'/src/Assembler/DataSampleAssembler.php';
  4755.         $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()));
  4756.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4757.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4758.         return $instance;
  4759.     }
  4760.     /**
  4761.      * Gets the private 'App\Command\AssetVersionUpdateCommand' shared autowired service.
  4762.      *
  4763.      * @return \App\Command\AssetVersionUpdateCommand
  4764.      */
  4765.     protected function getAssetVersionUpdateCommandService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4768.         include_once \dirname(__DIR__4).'/src/Command/AssetVersionUpdateCommand.php';
  4769.         $this->privates['App\\Command\\AssetVersionUpdateCommand'] = $instance = new \App\Command\AssetVersionUpdateCommand();
  4770.         $instance->setName('app:assets:update');
  4771.         return $instance;
  4772.     }
  4773.     /**
  4774.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  4775.      *
  4776.      * @return \App\Command\CreateUserCommand
  4777.      */
  4778.     protected function getCreateUserCommandService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4781.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  4782.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->privates['App\\Security\\UserManager'] ?? $this->getUserManagerService()));
  4783.         $instance->setName('app:create-user');
  4784.         return $instance;
  4785.     }
  4786.     /**
  4787.      * Gets the private 'App\Command\DeactivateOldDevicesCommand' shared autowired service.
  4788.      *
  4789.      * @return \App\Command\DeactivateOldDevicesCommand
  4790.      */
  4791.     protected function getDeactivateOldDevicesCommandService()
  4792.     {
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4794.         include_once \dirname(__DIR__4).'/src/Command/DeactivateOldDevicesCommand.php';
  4795.         $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()));
  4796.         $instance->setName('app:deactivate-old-devices');
  4797.         return $instance;
  4798.     }
  4799.     /**
  4800.      * Gets the private 'App\Command\DecryptDebugCommand' shared autowired service.
  4801.      *
  4802.      * @return \App\Command\DecryptDebugCommand
  4803.      */
  4804.     protected function getDecryptDebugCommandService()
  4805.     {
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4807.         include_once \dirname(__DIR__4).'/src/Command/DecryptDebugCommand.php';
  4808.         $this->privates['App\\Command\\DecryptDebugCommand'] = $instance = new \App\Command\DecryptDebugCommand(($this->privates['App\\Decoder\\AESDecoder'] ?? $this->getAESDecoderService()));
  4809.         $instance->setName('app:decrypt:debug');
  4810.         return $instance;
  4811.     }
  4812.     /**
  4813.      * Gets the private 'App\Command\ResetRecipePriorityCommand' shared autowired service.
  4814.      *
  4815.      * @return \App\Command\ResetRecipePriorityCommand
  4816.      */
  4817.     protected function getResetRecipePriorityCommandService()
  4818.     {
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4820.         include_once \dirname(__DIR__4).'/src/Command/ResetRecipePriorityCommand.php';
  4821.         $this->privates['App\\Command\\ResetRecipePriorityCommand'] = $instance = new \App\Command\ResetRecipePriorityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4822.         $instance->setName('app:reset-recipe-priority');
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the private 'App\Component\Router' shared autowired service.
  4827.      *
  4828.      * @return \App\Component\Router
  4829.      */
  4830.     protected function getRouter2Service()
  4831.     {
  4832.         return $this->privates['App\\Component\\Router'] = new \App\Component\Router(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'));
  4833.     }
  4834.     /**
  4835.      * Gets the private 'App\DataBridge\DataAbstraction' shared autowired service.
  4836.      *
  4837.      * @return \App\DataBridge\DataAbstraction
  4838.      */
  4839.     protected function getDataAbstractionService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/src/DataBridge/DataAbstraction.php';
  4842.         return $this->privates['App\\DataBridge\\DataAbstraction'] = new \App\DataBridge\DataAbstraction(($this->privates['App\\DataBridge\\Implementations\\CanvasJsTransformer'] ?? $this->getCanvasJsTransformerService()));
  4843.     }
  4844.     /**
  4845.      * Gets the private 'App\DataBridge\DataTransformers\TemperatureTransformer' shared autowired service.
  4846.      *
  4847.      * @return \App\DataBridge\DataTransformers\TemperatureTransformer
  4848.      */
  4849.     protected function getTemperatureTransformerService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/ValueTransformerInterface.php';
  4852.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  4853.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  4854.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/TemperatureTransformer.php';
  4855.         return $this->privates['App\\DataBridge\\DataTransformers\\TemperatureTransformer'] = new \App\DataBridge\DataTransformers\TemperatureTransformer();
  4856.     }
  4857.     /**
  4858.      * Gets the private 'App\DataBridge\Implementations\CanvasJsTransformer' shared autowired service.
  4859.      *
  4860.      * @return \App\DataBridge\Implementations\CanvasJsTransformer
  4861.      */
  4862.     protected function getCanvasJsTransformerService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/src/DataBridge/Implementations/DataTransformerInterface.php';
  4865.         include_once \dirname(__DIR__4).'/src/Helpers/SecurityAwareTrait.php';
  4866.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  4867.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeAwareTrait.php';
  4868.         include_once \dirname(__DIR__4).'/src/Helpers/ErrorMessagesTrait.php';
  4869.         include_once \dirname(__DIR__4).'/src/DataBridge/Implementations/CanvasJsTransformer.php';
  4870.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/ValueTransformerInterface.php';
  4871.         include_once \dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php';
  4872.         include_once \dirname(__DIR__4).'/src/DataBridge/DataTransformers/TemperatureTransformer.php';
  4873.         $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()));
  4874.         $instance->inject(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4875.         $instance->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4876.         return $instance;
  4877.     }
  4878.     /**
  4879.      * Gets the private 'App\Decoder\AESDecoder' shared autowired service.
  4880.      *
  4881.      * @return \App\Decoder\AESDecoder
  4882.      */
  4883.     protected function getAESDecoderService()
  4884.     {
  4885.         return $this->privates['App\\Decoder\\AESDecoder'] = new \App\Decoder\AESDecoder(($this->privates['App\\Repository\\DeviceRepository'] ?? $this->getDeviceRepositoryService()));
  4886.     }
  4887.     /**
  4888.      * Gets the private 'App\Entity\ChannelSetting' shared autowired service.
  4889.      *
  4890.      * @return \App\Entity\ChannelSetting
  4891.      */
  4892.     protected function getChannelSettingService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4895.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4896.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4897.         include_once \dirname(__DIR__4).'/src/Entity/ChannelSetting.php';
  4898.         return $this->privates['App\\Entity\\ChannelSetting'] = new \App\Entity\ChannelSetting();
  4899.     }
  4900.     /**
  4901.      * Gets the private 'App\Entity\Device' shared autowired service.
  4902.      *
  4903.      * @return \App\Entity\Device
  4904.      */
  4905.     protected function getDeviceService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4908.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4909.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4910.         include_once \dirname(__DIR__4).'/src/Entity/Device.php';
  4911.         return $this->privates['App\\Entity\\Device'] = new \App\Entity\Device();
  4912.     }
  4913.     /**
  4914.      * Gets the private 'App\Entity\Measurement' shared autowired service.
  4915.      *
  4916.      * @return \App\Entity\Measurement
  4917.      */
  4918.     protected function getMeasurementService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4921.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4922.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4923.         include_once \dirname(__DIR__4).'/src/Entity/Measurement.php';
  4924.         return $this->privates['App\\Entity\\Measurement'] = new \App\Entity\Measurement();
  4925.     }
  4926.     /**
  4927.      * Gets the private 'App\Entity\User' shared autowired service.
  4928.      *
  4929.      * @return \App\Entity\User
  4930.      */
  4931.     protected function getUserService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserInterface.php';
  4934.         include_once \dirname(__DIR__4).'/src/Entity/Traits/IdTrait.php';
  4935.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimeTrait.php';
  4936.         include_once \dirname(__DIR__4).'/src/Entity/Traits/TimePreUpdateTrait.php';
  4937.         include_once \dirname(__DIR__4).'/src/Entity/User.php';
  4938.         return $this->privates['App\\Entity\\User'] = new \App\Entity\User();
  4939.     }
  4940.     /**
  4941.      * Gets the private 'App\EventSubscriber\AppCacheSubscriber' shared autowired service.
  4942.      *
  4943.      * @return \App\EventSubscriber\AppCacheSubscriber
  4944.      */
  4945.     protected function getAppCacheSubscriberService()
  4946.     {
  4947.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4948.         if (isset($this->privates['App\\EventSubscriber\\AppCacheSubscriber'])) {
  4949.             return $this->privates['App\\EventSubscriber\\AppCacheSubscriber'];
  4950.         }
  4951.         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);
  4952.     }
  4953.     /**
  4954.      * Gets the private 'App\EventSubscriber\IdempotenceSubscriber' shared autowired service.
  4955.      *
  4956.      * @return \App\EventSubscriber\IdempotenceSubscriber
  4957.      */
  4958.     protected function getIdempotenceSubscriberService()
  4959.     {
  4960.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4961.         if (isset($this->privates['App\\EventSubscriber\\IdempotenceSubscriber'])) {
  4962.             return $this->privates['App\\EventSubscriber\\IdempotenceSubscriber'];
  4963.         }
  4964.         return $this->privates['App\\EventSubscriber\\IdempotenceSubscriber'] = new \App\EventSubscriber\IdempotenceSubscriber($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4965.     }
  4966.     /**
  4967.      * Gets the private 'App\EventSubscriber\LocaleSubscriber' shared autowired service.
  4968.      *
  4969.      * @return \App\EventSubscriber\LocaleSubscriber
  4970.      */
  4971.     protected function getLocaleSubscriberService()
  4972.     {
  4973.         return $this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber(($this->privates['App\\Repository\\UserSettingRepository'] ?? $this->getUserSettingRepositoryService()));
  4974.     }
  4975.     /**
  4976.      * Gets the private 'App\EventSubscriber\MeasurementRefreshSubscriber' shared autowired service.
  4977.      *
  4978.      * @return \App\EventSubscriber\MeasurementRefreshSubscriber
  4979.      */
  4980.     protected function getMeasurementRefreshSubscriberService()
  4981.     {
  4982.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4983.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MeasurementRefreshSubscriber.php';
  4984.         return $this->privates['App\\EventSubscriber\\MeasurementRefreshSubscriber'] = new \App\EventSubscriber\MeasurementRefreshSubscriber(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
  4985.     }
  4986.     /**
  4987.      * Gets the private 'App\EventSubscriber\MeasurementViewSubscriber' shared autowired service.
  4988.      *
  4989.      * @return \App\EventSubscriber\MeasurementViewSubscriber
  4990.      */
  4991.     protected function getMeasurementViewSubscriberService()
  4992.     {
  4993.         $a = ($this->privates['App\\Factory\\MeasurementViewFactory'] ?? $this->getMeasurementViewFactoryService());
  4994.         if (isset($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'])) {
  4995.             return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'];
  4996.         }
  4997.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4998.         if (isset($this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'])) {
  4999.             return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'];
  5000.         }
  5001.         return $this->privates['App\\EventSubscriber\\MeasurementViewSubscriber'] = new \App\EventSubscriber\MeasurementViewSubscriber($a$b);
  5002.     }
  5003.     /**
  5004.      * Gets the private 'App\EventSubscriber\ParamSettingsSubscriber' shared autowired service.
  5005.      *
  5006.      * @return \App\EventSubscriber\ParamSettingsSubscriber
  5007.      */
  5008.     protected function getParamSettingsSubscriberService()
  5009.     {
  5010.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5011.         if (isset($this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'])) {
  5012.             return $this->privates['App\\EventSubscriber\\ParamSettingsSubscriber'];
  5013.         }
  5014.         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()));
  5015.     }
  5016.     /**
  5017.      * Gets the private 'App\EventSubscriber\ProjectInformationUpdateSubscriber' shared autowired service.
  5018.      *
  5019.      * @return \App\EventSubscriber\ProjectInformationUpdateSubscriber
  5020.      */
  5021.     protected function getProjectInformationUpdateSubscriberService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5024.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ProjectInformationUpdateSubscriber.php';
  5025.         return $this->privates['App\\EventSubscriber\\ProjectInformationUpdateSubscriber'] = new \App\EventSubscriber\ProjectInformationUpdateSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'App\EventSubscriber\RequestDecryptingSubscriber' shared autowired service.
  5029.      *
  5030.      * @return \App\EventSubscriber\RequestDecryptingSubscriber
  5031.      */
  5032.     protected function getRequestDecryptingSubscriberService()
  5033.     {
  5034.         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()));
  5035.     }
  5036.     /**
  5037.      * Gets the private 'App\EventSubscriber\ResponseEncryptingSubscriber' shared autowired service.
  5038.      *
  5039.      * @return \App\EventSubscriber\ResponseEncryptingSubscriber
  5040.      */
  5041.     protected function getResponseEncryptingSubscriberService()
  5042.     {
  5043.         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()));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'App\Factory\MeasurementViewFactory' shared autowired service.
  5047.      *
  5048.      * @return \App\Factory\MeasurementViewFactory
  5049.      */
  5050.     protected function getMeasurementViewFactoryService()
  5051.     {
  5052.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5053.         if (isset($this->privates['App\\Factory\\MeasurementViewFactory'])) {
  5054.             return $this->privates['App\\Factory\\MeasurementViewFactory'];
  5055.         }
  5056.         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())));
  5057.     }
  5058.     /**
  5059.      * Gets the private 'App\Form\Admin\BrandType' shared autowired service.
  5060.      *
  5061.      * @return \App\Form\Admin\BrandType
  5062.      */
  5063.     protected function getBrandTypeService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5068.         include_once \dirname(__DIR__4).'/src/Form/Admin/BrandType.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5071.         include_once \dirname(__DIR__4).'/src/Form/Admin/ChoiceList/Factory/BrandChoiceListFactory.php';
  5072.         $a = ($this->privates['App\\Repository\\RecipeRepository'] ?? $this->getRecipeRepositoryService());
  5073.         if (isset($this->privates['App\\Form\\Admin\\BrandType'])) {
  5074.             return $this->privates['App\\Form\\Admin\\BrandType'];
  5075.         }
  5076.         return $this->privates['App\\Form\\Admin\\BrandType'] = new \App\Form\Admin\BrandType(new \App\Form\Admin\ChoiceList\Factory\BrandChoiceListFactory($a));
  5077.     }
  5078.     /**
  5079.      * Gets the private 'App\Form\Admin\CalculateButtonType' shared autowired service.
  5080.      *
  5081.      * @return \App\Form\Admin\CalculateButtonType
  5082.      */
  5083.     protected function getCalculateButtonTypeService()
  5084.     {
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5087.         include_once \dirname(__DIR__4).'/src/Form/Admin/CalculateButtonType.php';
  5088.         return $this->privates['App\\Form\\Admin\\CalculateButtonType'] = new \App\Form\Admin\CalculateButtonType();
  5089.     }
  5090.     /**
  5091.      * Gets the private 'App\Form\Admin\ImportRecipeFileType' shared autowired service.
  5092.      *
  5093.      * @return \App\Form\Admin\ImportRecipeFileType
  5094.      */
  5095.     protected function getImportRecipeFileTypeService()
  5096.     {
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5099.         include_once \dirname(__DIR__4).'/src/Form/Admin/ImportRecipeFileType.php';
  5100.         return $this->privates['App\\Form\\Admin\\ImportRecipeFileType'] = new \App\Form\Admin\ImportRecipeFileType();
  5101.     }
  5102.     /**
  5103.      * Gets the private 'App\Form\Admin\LinePatternType' shared autowired service.
  5104.      *
  5105.      * @return \App\Form\Admin\LinePatternType
  5106.      */
  5107.     protected function getLinePatternTypeService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5112.         include_once \dirname(__DIR__4).'/src/Form/Admin/LinePatternType.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5115.         include_once \dirname(__DIR__4).'/src/Form/Admin/ChoiceList/Factory/LinePatternChoiceListFactory.php';
  5116.         return $this->privates['App\\Form\\Admin\\LinePatternType'] = new \App\Form\Admin\LinePatternType(new \App\Form\Admin\ChoiceList\Factory\LinePatternChoiceListFactory($this->parameters['line_type_config']));
  5117.     }
  5118.     /**
  5119.      * Gets the private 'App\Form\Admin\NotMappedChoiceType' shared autowired service.
  5120.      *
  5121.      * @return \App\Form\Admin\NotMappedChoiceType
  5122.      */
  5123.     protected function getNotMappedChoiceTypeService()
  5124.     {
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5128.         include_once \dirname(__DIR__4).'/src/Form/Admin/NotMappedChoiceType.php';
  5129.         return $this->privates['App\\Form\\Admin\\NotMappedChoiceType'] = new \App\Form\Admin\NotMappedChoiceType();
  5130.     }
  5131.     /**
  5132.      * Gets the private 'App\Form\Admin\RecipeCalculator\MaturityType' shared autowired service.
  5133.      *
  5134.      * @return \App\Form\Admin\RecipeCalculator\MaturityType
  5135.      */
  5136.     protected function getMaturityTypeService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5140.         include_once \dirname(__DIR__4).'/src/Form/Admin/RecipeCalculator/MaturityType.php';
  5141.         return $this->privates['App\\Form\\Admin\\RecipeCalculator\\MaturityType'] = new \App\Form\Admin\RecipeCalculator\MaturityType();
  5142.     }
  5143.     /**
  5144.      * Gets the private 'App\Form\Admin\RecipeCalculator\PreviewChartType' shared autowired service.
  5145.      *
  5146.      * @return \App\Form\Admin\RecipeCalculator\PreviewChartType
  5147.      */
  5148.     protected function getPreviewChartTypeService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5152.         include_once \dirname(__DIR__4).'/src/Form/Admin/RecipeCalculator/PreviewChartType.php';
  5153.         return $this->privates['App\\Form\\Admin\\RecipeCalculator\\PreviewChartType'] = new \App\Form\Admin\RecipeCalculator\PreviewChartType();
  5154.     }
  5155.     /**
  5156.      * Gets the private 'App\Form\Api\DataSampleType' shared autowired service.
  5157.      *
  5158.      * @return \App\Form\Api\DataSampleType
  5159.      */
  5160.     protected function getDataSampleTypeService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5164.         include_once \dirname(__DIR__4).'/src/Form/Api/DataSampleType.php';
  5165.         return $this->privates['App\\Form\\Api\\DataSampleType'] = new \App\Form\Api\DataSampleType();
  5166.     }
  5167.     /**
  5168.      * Gets the private 'App\Form\Api\ErrorType' shared autowired service.
  5169.      *
  5170.      * @return \App\Form\Api\ErrorType
  5171.      */
  5172.     protected function getErrorTypeService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5176.         include_once \dirname(__DIR__4).'/src/Form/Api/ErrorType.php';
  5177.         return $this->privates['App\\Form\\Api\\ErrorType'] = new \App\Form\Api\ErrorType();
  5178.     }
  5179.     /**
  5180.      * Gets the private 'App\Form\CustomDateTimeType' shared autowired service.
  5181.      *
  5182.      * @return \App\Form\CustomDateTimeType
  5183.      */
  5184.     protected function getCustomDateTimeTypeService()
  5185.     {
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateTimeType.php';
  5189.         include_once \dirname(__DIR__4).'/src/Form/CustomDateTimeType.php';
  5190.         return $this->privates['App\\Form\\CustomDateTimeType'] = new \App\Form\CustomDateTimeType();
  5191.     }
  5192.     /**
  5193.      * Gets the private 'App\Form\MeasurementData\ChannelCoefficientType' shared autowired service.
  5194.      *
  5195.      * @return \App\Form\MeasurementData\ChannelCoefficientType
  5196.      */
  5197.     protected function getChannelCoefficientTypeService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5201.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ChannelCoefficientType.php';
  5202.         return $this->privates['App\\Form\\MeasurementData\\ChannelCoefficientType'] = new \App\Form\MeasurementData\ChannelCoefficientType();
  5203.     }
  5204.     /**
  5205.      * Gets the private 'App\Form\MeasurementData\ChannelSettingType' shared autowired service.
  5206.      *
  5207.      * @return \App\Form\MeasurementData\ChannelSettingType
  5208.      */
  5209.     protected function getChannelSettingTypeService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5213.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ChannelSettingType.php';
  5214.         $a = ($this->privates['App\\Repository\\ChannelRepository'] ?? $this->getChannelRepositoryService());
  5215.         if (isset($this->privates['App\\Form\\MeasurementData\\ChannelSettingType'])) {
  5216.             return $this->privates['App\\Form\\MeasurementData\\ChannelSettingType'];
  5217.         }
  5218.         return $this->privates['App\\Form\\MeasurementData\\ChannelSettingType'] = new \App\Form\MeasurementData\ChannelSettingType($a);
  5219.     }
  5220.     /**
  5221.      * Gets the private 'App\Form\MeasurementData\MeasurementFilterType' shared autowired service.
  5222.      *
  5223.      * @return \App\Form\MeasurementData\MeasurementFilterType
  5224.      */
  5225.     protected function getMeasurementFilterTypeService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5229.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementFilterType.php';
  5230.         return $this->privates['App\\Form\\MeasurementData\\MeasurementFilterType'] = new \App\Form\MeasurementData\MeasurementFilterType();
  5231.     }
  5232.     /**
  5233.      * Gets the private 'App\Form\MeasurementData\MeasurementMergeType' shared autowired service.
  5234.      *
  5235.      * @return \App\Form\MeasurementData\MeasurementMergeType
  5236.      */
  5237.     protected function getMeasurementMergeTypeService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5241.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementMergeType.php';
  5242.         return $this->privates['App\\Form\\MeasurementData\\MeasurementMergeType'] = new \App\Form\MeasurementData\MeasurementMergeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5243.     }
  5244.     /**
  5245.      * Gets the private 'App\Form\MeasurementData\MeasurementNoteType' shared autowired service.
  5246.      *
  5247.      * @return \App\Form\MeasurementData\MeasurementNoteType
  5248.      */
  5249.     protected function getMeasurementNoteTypeService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5253.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementNoteType.php';
  5254.         return $this->privates['App\\Form\\MeasurementData\\MeasurementNoteType'] = new \App\Form\MeasurementData\MeasurementNoteType();
  5255.     }
  5256.     /**
  5257.      * Gets the private 'App\Form\MeasurementData\MeasurementProbesWizardType' shared autowired service.
  5258.      *
  5259.      * @return \App\Form\MeasurementData\MeasurementProbesWizardType
  5260.      */
  5261.     protected function getMeasurementProbesWizardTypeService()
  5262.     {
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5265.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/MeasurementProbesWizardType.php';
  5266.         return $this->privates['App\\Form\\MeasurementData\\MeasurementProbesWizardType'] = new \App\Form\MeasurementData\MeasurementProbesWizardType();
  5267.     }
  5268.     /**
  5269.      * Gets the private 'App\Form\MeasurementData\PreviousChannelMergeType' shared autowired service.
  5270.      *
  5271.      * @return \App\Form\MeasurementData\PreviousChannelMergeType
  5272.      */
  5273.     protected function getPreviousChannelMergeTypeService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5277.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/PreviousChannelMergeType.php';
  5278.         return $this->privates['App\\Form\\MeasurementData\\PreviousChannelMergeType'] = new \App\Form\MeasurementData\PreviousChannelMergeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5279.     }
  5280.     /**
  5281.      * Gets the private 'App\Form\MeasurementData\ReportType' shared autowired service.
  5282.      *
  5283.      * @return \App\Form\MeasurementData\ReportType
  5284.      */
  5285.     protected function getReportTypeService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5289.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/ReportType.php';
  5290.         return $this->privates['App\\Form\\MeasurementData\\ReportType'] = new \App\Form\MeasurementData\ReportType();
  5291.     }
  5292.     /**
  5293.      * Gets the private 'App\Form\MeasurementData\StandardRecipeFormType' shared autowired service.
  5294.      *
  5295.      * @return \App\Form\MeasurementData\StandardRecipeFormType
  5296.      */
  5297.     protected function getStandardRecipeFormTypeService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5301.         include_once \dirname(__DIR__4).'/src/Form/MeasurementData/StandardRecipeFormType.php';
  5302.         return $this->privates['App\\Form\\MeasurementData\\StandardRecipeFormType'] = new \App\Form\MeasurementData\StandardRecipeFormType();
  5303.     }
  5304.     /**
  5305.      * Gets the private 'App\Form\Security\ResetPasswordType' shared autowired service.
  5306.      *
  5307.      * @return \App\Form\Security\ResetPasswordType
  5308.      */
  5309.     protected function getResetPasswordTypeService()
  5310.     {
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5313.         include_once \dirname(__DIR__4).'/src/Form/Security/ResetPasswordType.php';
  5314.         return $this->privates['App\\Form\\Security\\ResetPasswordType'] = new \App\Form\Security\ResetPasswordType();
  5315.     }
  5316.     /**
  5317.      * Gets the private 'App\Form\Security\TriggerPasswordResetType' shared autowired service.
  5318.      *
  5319.      * @return \App\Form\Security\TriggerPasswordResetType
  5320.      */
  5321.     protected function getTriggerPasswordResetTypeService()
  5322.     {
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5325.         include_once \dirname(__DIR__4).'/src/Form/Security/TriggerPasswordResetType.php';
  5326.         return $this->privates['App\\Form\\Security\\TriggerPasswordResetType'] = new \App\Form\Security\TriggerPasswordResetType();
  5327.     }
  5328.     /**
  5329.      * Gets the private 'App\Form\UserInterface\ChannelNameType' shared autowired service.
  5330.      *
  5331.      * @return \App\Form\UserInterface\ChannelNameType
  5332.      */
  5333.     protected function getChannelNameTypeService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5337.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChannelNameType.php';
  5338.         return $this->privates['App\\Form\\UserInterface\\ChannelNameType'] = new \App\Form\UserInterface\ChannelNameType();
  5339.     }
  5340.     /**
  5341.      * Gets the private 'App\Form\UserInterface\ChannelRecipeType' shared autowired service.
  5342.      *
  5343.      * @return \App\Form\UserInterface\ChannelRecipeType
  5344.      */
  5345.     protected function getChannelRecipeTypeService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5349.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChannelRecipeType.php';
  5350.         return $this->privates['App\\Form\\UserInterface\\ChannelRecipeType'] = new \App\Form\UserInterface\ChannelRecipeType();
  5351.     }
  5352.     /**
  5353.      * Gets the private 'App\Form\UserInterface\ChartType' shared autowired service.
  5354.      *
  5355.      * @return \App\Form\UserInterface\ChartType
  5356.      */
  5357.     protected function getChartTypeService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5361.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/ChartType.php';
  5362.         return $this->privates['App\\Form\\UserInterface\\ChartType'] = new \App\Form\UserInterface\ChartType();
  5363.     }
  5364.     /**
  5365.      * Gets the private 'App\Form\UserInterface\DemoLinkType' shared autowired service.
  5366.      *
  5367.      * @return \App\Form\UserInterface\DemoLinkType
  5368.      */
  5369.     protected function getDemoLinkTypeService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5373.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/DemoLinkType.php';
  5374.         return $this->privates['App\\Form\\UserInterface\\DemoLinkType'] = new \App\Form\UserInterface\DemoLinkType();
  5375.     }
  5376.     /**
  5377.      * Gets the private 'App\Form\UserInterface\DeviceNameType' shared autowired service.
  5378.      *
  5379.      * @return \App\Form\UserInterface\DeviceNameType
  5380.      */
  5381.     protected function getDeviceNameTypeService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5385.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/DeviceNameType.php';
  5386.         return $this->privates['App\\Form\\UserInterface\\DeviceNameType'] = new \App\Form\UserInterface\DeviceNameType();
  5387.     }
  5388.     /**
  5389.      * Gets the private 'App\Form\UserInterface\InfoType' shared autowired service.
  5390.      *
  5391.      * @return \App\Form\UserInterface\InfoType
  5392.      */
  5393.     protected function getInfoTypeService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5397.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/InfoType.php';
  5398.         return $this->privates['App\\Form\\UserInterface\\InfoType'] = new \App\Form\UserInterface\InfoType();
  5399.     }
  5400.     /**
  5401.      * Gets the private 'App\Form\UserInterface\MeasurementNameType' shared autowired service.
  5402.      *
  5403.      * @return \App\Form\UserInterface\MeasurementNameType
  5404.      */
  5405.     protected function getMeasurementNameTypeService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5409.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/MeasurementNameType.php';
  5410.         return $this->privates['App\\Form\\UserInterface\\MeasurementNameType'] = new \App\Form\UserInterface\MeasurementNameType();
  5411.     }
  5412.     /**
  5413.      * Gets the private 'App\Form\UserInterface\MeasurementType' shared autowired service.
  5414.      *
  5415.      * @return \App\Form\UserInterface\MeasurementType
  5416.      */
  5417.     protected function getMeasurementTypeService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5421.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/MeasurementType.php';
  5422.         return $this->privates['App\\Form\\UserInterface\\MeasurementType'] = new \App\Form\UserInterface\MeasurementType();
  5423.     }
  5424.     /**
  5425.      * Gets the private 'App\Form\UserInterface\TableType' shared autowired service.
  5426.      *
  5427.      * @return \App\Form\UserInterface\TableType
  5428.      */
  5429.     protected function getTableTypeService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5433.         include_once \dirname(__DIR__4).'/src/Form/UserInterface/TableType.php';
  5434.         return $this->privates['App\\Form\\UserInterface\\TableType'] = new \App\Form\UserInterface\TableType();
  5435.     }
  5436.     /**
  5437.      * Gets the private 'App\Form\WinAppExportTemperaturesFileType' shared autowired service.
  5438.      *
  5439.      * @return \App\Form\WinAppExportTemperaturesFileType
  5440.      */
  5441.     protected function getWinAppExportTemperaturesFileTypeService()
  5442.     {
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5445.         include_once \dirname(__DIR__4).'/src/Form/WinAppExportTemperaturesFileType.php';
  5446.         return $this->privates['App\\Form\\WinAppExportTemperaturesFileType'] = new \App\Form\WinAppExportTemperaturesFileType();
  5447.     }
  5448.     /**
  5449.      * Gets the private 'App\Helpers\RecipeResolver' shared autowired service.
  5450.      *
  5451.      * @return \App\Helpers\RecipeResolver
  5452.      */
  5453.     protected function getRecipeResolverService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/src/Helpers/RecipeResolver.php';
  5456.         return $this->privates['App\\Helpers\\RecipeResolver'] = new \App\Helpers\RecipeResolver(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5457.     }
  5458.     /**
  5459.      * Gets the private 'App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory' shared autowired service.
  5460.      *
  5461.      * @return \App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory
  5462.      */
  5463.     protected function getSilkDoctrineTransportFactoryService()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5466.         include_once \dirname(__DIR__4).'/src/Messenger/Transport/SilkDoctrine/SilkDoctrineTransportFactory.php';
  5467.         return $this->privates['App\\Messenger\\Transport\\SilkDoctrine\\SilkDoctrineTransportFactory'] = new \App\Messenger\Transport\SilkDoctrine\SilkDoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5468.     }
  5469.     /**
  5470.      * Gets the private 'App\Model\View\MeasurementView' shared autowired service.
  5471.      *
  5472.      * @return \App\Model\View\MeasurementView
  5473.      */
  5474.     protected function getMeasurementViewService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/src/Model/View/MeasurementView.php';
  5477.         return $this->privates['App\\Model\\View\\MeasurementView'] = new \App\Model\View\MeasurementView();
  5478.     }
  5479.     /**
  5480.      * Gets the private 'App\Repository\ChannelRepository' shared autowired service.
  5481.      *
  5482.      * @return \App\Repository\ChannelRepository
  5483.      */
  5484.     protected function getChannelRepositoryService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5487.         include_once \dirname(__DIR__4).'/src/Repository/ChannelRepository.php';
  5488.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5489.         if (isset($this->privates['App\\Repository\\ChannelRepository'])) {
  5490.             return $this->privates['App\\Repository\\ChannelRepository'];
  5491.         }
  5492.         return $this->privates['App\\Repository\\ChannelRepository'] = new \App\Repository\ChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5493.     }
  5494.     /**
  5495.      * Gets the private 'App\Repository\ChannelSettingCoefficientRepository' shared autowired service.
  5496.      *
  5497.      * @return \App\Repository\ChannelSettingCoefficientRepository
  5498.      */
  5499.     protected function getChannelSettingCoefficientRepositoryService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/src/Repository/ChannelSettingCoefficientRepository.php';
  5502.         return $this->privates['App\\Repository\\ChannelSettingCoefficientRepository'] = new \App\Repository\ChannelSettingCoefficientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5503.     }
  5504.     /**
  5505.      * Gets the private 'App\Repository\ChannelSettingRepository' shared autowired service.
  5506.      *
  5507.      * @return \App\Repository\ChannelSettingRepository
  5508.      */
  5509.     protected function getChannelSettingRepositoryService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5512.         include_once \dirname(__DIR__4).'/src/Repository/ChannelSettingRepository.php';
  5513.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5514.         if (isset($this->privates['App\\Repository\\ChannelSettingRepository'])) {
  5515.             return $this->privates['App\\Repository\\ChannelSettingRepository'];
  5516.         }
  5517.         return $this->privates['App\\Repository\\ChannelSettingRepository'] = new \App\Repository\ChannelSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5518.     }
  5519.     /**
  5520.      * Gets the private 'App\Repository\CustomerActivationLogRepository' shared autowired service.
  5521.      *
  5522.      * @return \App\Repository\CustomerActivationLogRepository
  5523.      */
  5524.     protected function getCustomerActivationLogRepositoryService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/src/Repository/CustomerActivationLogRepository.php';
  5527.         return $this->privates['App\\Repository\\CustomerActivationLogRepository'] = new \App\Repository\CustomerActivationLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5528.     }
  5529.     /**
  5530.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  5531.      *
  5532.      * @return \App\Repository\CustomerRepository
  5533.      */
  5534.     protected function getCustomerRepositoryService()
  5535.     {
  5536.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  5537.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5538.     }
  5539.     /**
  5540.      * Gets the private 'App\Repository\DataSampleRepository' shared autowired service.
  5541.      *
  5542.      * @return \App\Repository\DataSampleRepository
  5543.      */
  5544.     protected function getDataSampleRepositoryService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/src/Repository/Traits/ResetRecipeTrait.php';
  5547.         include_once \dirname(__DIR__4).'/src/Repository/DataSampleRepository.php';
  5548.         return $this->privates['App\\Repository\\DataSampleRepository'] = new \App\Repository\DataSampleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5549.     }
  5550.     /**
  5551.      * Gets the private 'App\Repository\DemoTokenRepository' shared autowired service.
  5552.      *
  5553.      * @return \App\Repository\DemoTokenRepository
  5554.      */
  5555.     protected function getDemoTokenRepositoryService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/src/Repository/DemoTokenRepository.php';
  5558.         return $this->privates['App\\Repository\\DemoTokenRepository'] = new \App\Repository\DemoTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5559.     }
  5560.     /**
  5561.      * Gets the private 'App\Repository\DeviceCommandRepository' shared autowired service.
  5562.      *
  5563.      * @return \App\Repository\DeviceCommandRepository
  5564.      */
  5565.     protected function getDeviceCommandRepositoryService()
  5566.     {
  5567.         include_once \dirname(__DIR__4).'/src/Repository/DeviceCommandRepository.php';
  5568.         return $this->privates['App\\Repository\\DeviceCommandRepository'] = new \App\Repository\DeviceCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5569.     }
  5570.     /**
  5571.      * Gets the private 'App\Repository\DeviceLastCommunicationRepository' shared autowired service.
  5572.      *
  5573.      * @return \App\Repository\DeviceLastCommunicationRepository
  5574.      */
  5575.     protected function getDeviceLastCommunicationRepositoryService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/src/Repository/DeviceLastCommunicationRepository.php';
  5578.         return $this->privates['App\\Repository\\DeviceLastCommunicationRepository'] = new \App\Repository\DeviceLastCommunicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5579.     }
  5580.     /**
  5581.      * Gets the private 'App\Repository\DeviceRepository' shared autowired service.
  5582.      *
  5583.      * @return \App\Repository\DeviceRepository
  5584.      */
  5585.     protected function getDeviceRepositoryService()
  5586.     {
  5587.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5588.         if (isset($this->privates['App\\Repository\\DeviceRepository'])) {
  5589.             return $this->privates['App\\Repository\\DeviceRepository'];
  5590.         }
  5591.         return $this->privates['App\\Repository\\DeviceRepository'] = new \App\Repository\DeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5592.     }
  5593.     /**
  5594.      * Gets the private 'App\Repository\LicenseRepository' shared autowired service.
  5595.      *
  5596.      * @return \App\Repository\LicenseRepository
  5597.      */
  5598.     protected function getLicenseRepositoryService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/src/Repository/LicenseRepository.php';
  5601.         return $this->privates['App\\Repository\\LicenseRepository'] = new \App\Repository\LicenseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5602.     }
  5603.     /**
  5604.      * Gets the private 'App\Repository\LineTypeGroupRepository' shared autowired service.
  5605.      *
  5606.      * @return \App\Repository\LineTypeGroupRepository
  5607.      */
  5608.     protected function getLineTypeGroupRepositoryService()
  5609.     {
  5610.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5611.         if (isset($this->privates['App\\Repository\\LineTypeGroupRepository'])) {
  5612.             return $this->privates['App\\Repository\\LineTypeGroupRepository'];
  5613.         }
  5614.         return $this->privates['App\\Repository\\LineTypeGroupRepository'] = new \App\Repository\LineTypeGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5615.     }
  5616.     /**
  5617.      * Gets the private 'App\Repository\LineTypeRepository' shared autowired service.
  5618.      *
  5619.      * @return \App\Repository\LineTypeRepository
  5620.      */
  5621.     protected function getLineTypeRepositoryService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/src/Repository/LineTypeRepository.php';
  5624.         return $this->privates['App\\Repository\\LineTypeRepository'] = new \App\Repository\LineTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['line_type_config']);
  5625.     }
  5626.     /**
  5627.      * Gets the private 'App\Repository\MeasurementRepository' shared autowired service.
  5628.      *
  5629.      * @return \App\Repository\MeasurementRepository
  5630.      */
  5631.     protected function getMeasurementRepositoryService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/src/Repository/MeasurementRepository.php';
  5634.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5635.         if (isset($this->privates['App\\Repository\\MeasurementRepository'])) {
  5636.             return $this->privates['App\\Repository\\MeasurementRepository'];
  5637.         }
  5638.         return $this->privates['App\\Repository\\MeasurementRepository'] = new \App\Repository\MeasurementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5639.     }
  5640.     /**
  5641.      * Gets the private 'App\Repository\MeasurementSettingRepository' shared autowired service.
  5642.      *
  5643.      * @return \App\Repository\MeasurementSettingRepository
  5644.      */
  5645.     protected function getMeasurementSettingRepositoryService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/src/Repository/MeasurementSettingRepository.php';
  5648.         return $this->privates['App\\Repository\\MeasurementSettingRepository'] = new \App\Repository\MeasurementSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5652.      *
  5653.      * @return \App\Repository\NotificationRepository
  5654.      */
  5655.     protected function getNotificationRepositoryService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5658.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5659.     }
  5660.     /**
  5661.      * Gets the private 'App\Repository\ProbeRepository' shared autowired service.
  5662.      *
  5663.      * @return \App\Repository\ProbeRepository
  5664.      */
  5665.     protected function getProbeRepositoryService()
  5666.     {
  5667.         include_once \dirname(__DIR__4).'/src/Repository/ProbeRepository.php';
  5668.         return $this->privates['App\\Repository\\ProbeRepository'] = new \App\Repository\ProbeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5669.     }
  5670.     /**
  5671.      * Gets the private 'App\Repository\ProjectSettingRepository' shared autowired service.
  5672.      *
  5673.      * @return \App\Repository\ProjectSettingRepository
  5674.      */
  5675.     protected function getProjectSettingRepositoryService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/src/Repository/ProjectSettingRepository.php';
  5678.         return $this->privates['App\\Repository\\ProjectSettingRepository'] = new \App\Repository\ProjectSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'App\Repository\RecipeRepository' shared autowired service.
  5682.      *
  5683.      * @return \App\Repository\RecipeRepository
  5684.      */
  5685.     protected function getRecipeRepositoryService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/src/Repository/RecipeRepository.php';
  5688.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5689.         if (isset($this->privates['App\\Repository\\RecipeRepository'])) {
  5690.             return $this->privates['App\\Repository\\RecipeRepository'];
  5691.         }
  5692.         return $this->privates['App\\Repository\\RecipeRepository'] = new \App\Repository\RecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5693.     }
  5694.     /**
  5695.      * Gets the private 'App\Repository\RecipeToSyncRepository' shared autowired service.
  5696.      *
  5697.      * @return \App\Repository\RecipeToSyncRepository
  5698.      */
  5699.     protected function getRecipeToSyncRepositoryService()
  5700.     {
  5701.         return $this->privates['App\\Repository\\RecipeToSyncRepository'] = new \App\Repository\RecipeToSyncRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5702.     }
  5703.     /**
  5704.      * Gets the private 'App\Repository\TemperatureNotificationRepository' shared autowired service.
  5705.      *
  5706.      * @return \App\Repository\TemperatureNotificationRepository
  5707.      */
  5708.     protected function getTemperatureNotificationRepositoryService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/src/Repository/TemperatureNotificationRepository.php';
  5711.         return $this->privates['App\\Repository\\TemperatureNotificationRepository'] = new \App\Repository\TemperatureNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5715.      *
  5716.      * @return \App\Repository\UserRepository
  5717.      */
  5718.     protected function getUserRepositoryService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5722.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5723.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5724.     }
  5725.     /**
  5726.      * Gets the private 'App\Repository\UserSettingRepository' shared autowired service.
  5727.      *
  5728.      * @return \App\Repository\UserSettingRepository
  5729.      */
  5730.     protected function getUserSettingRepositoryService()
  5731.     {
  5732.         return $this->privates['App\\Repository\\UserSettingRepository'] = new \App\Repository\UserSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5733.     }
  5734.     /**
  5735.      * Gets the private 'App\Security\UserManager' shared autowired service.
  5736.      *
  5737.      * @return \App\Security\UserManager
  5738.      */
  5739.     protected function getUserManagerService()
  5740.     {
  5741.         include_once \dirname(__DIR__4).'/src/Security/Interfaces/UserManagerInterface.php';
  5742.         include_once \dirname(__DIR__4).'/src/Security/UserManager.php';
  5743.         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()));
  5744.     }
  5745.     /**
  5746.      * Gets the private 'App\Service\Admin\RecipeCsvImporter' shared autowired service.
  5747.      *
  5748.      * @return \App\Service\Admin\RecipeCsvImporter
  5749.      */
  5750.     protected function getRecipeCsvImporterService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/src/Service/Admin/RecipeCsvImporter.php';
  5753.         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()));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'App\Service\Demo\LinkGeneratorService' shared autowired service.
  5757.      *
  5758.      * @return \App\Service\Demo\LinkGeneratorService
  5759.      */
  5760.     protected function getLinkGeneratorServiceService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/src/Service/Demo/LinkGeneratorService.php';
  5763.         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())));
  5764.     }
  5765.     /**
  5766.      * Gets the private 'App\Service\DeviceCommand\CommandManagerService' shared autowired service.
  5767.      *
  5768.      * @return \App\Service\DeviceCommand\CommandManagerService
  5769.      */
  5770.     protected function getCommandManagerServiceService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/CommandManagerService.php';
  5773.         return $this->privates['App\\Service\\DeviceCommand\\CommandManagerService'] = new \App\Service\DeviceCommand\CommandManagerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5774.     }
  5775.     /**
  5776.      * Gets the private 'App\Service\DeviceCommand\LastCommandCheckService' shared autowired service.
  5777.      *
  5778.      * @return \App\Service\DeviceCommand\LastCommandCheckService
  5779.      */
  5780.     protected function getLastCommandCheckServiceService()
  5781.     {
  5782.         include_once \dirname(__DIR__4).'/src/Service/DeviceCommand/LastCommandCheckService.php';
  5783.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5784.         if (isset($this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'])) {
  5785.             return $this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'];
  5786.         }
  5787.         return $this->privates['App\\Service\\DeviceCommand\\LastCommandCheckService'] = new \App\Service\DeviceCommand\LastCommandCheckService($a);
  5788.     }
  5789.     /**
  5790.      * Gets the private 'App\Service\FlatDeviceService' shared autowired service.
  5791.      *
  5792.      * @return \App\Service\FlatDeviceService
  5793.      */
  5794.     protected function getFlatDeviceServiceService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/src/Service/FlatDeviceService.php';
  5797.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5798.         if (isset($this->privates['App\\Service\\FlatDeviceService'])) {
  5799.             return $this->privates['App\\Service\\FlatDeviceService'];
  5800.         }
  5801.         return $this->privates['App\\Service\\FlatDeviceService'] = new \App\Service\FlatDeviceService($a);
  5802.     }
  5803.     /**
  5804.      * Gets the private 'App\Service\ImportFromWinApp\ImportMeasurementService' shared autowired service.
  5805.      *
  5806.      * @return \App\Service\ImportFromWinApp\ImportMeasurementService
  5807.      */
  5808.     protected function getImportMeasurementServiceService()
  5809.     {
  5810.         include_once \dirname(__DIR__4).'/src/Service/ImportFromWinApp/ImportMeasurementService.php';
  5811.         include_once \dirname(__DIR__4).'/src/Service/ImportFromWinApp/WinAppExportFileParser.php';
  5812.         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());
  5813.     }
  5814.     /**
  5815.      * Gets the private 'App\Validator\Constraints\ChannelNotBlankValidator' shared autowired service.
  5816.      *
  5817.      * @return \App\Validator\Constraints\ChannelNotBlankValidator
  5818.      */
  5819.     protected function getChannelNotBlankValidatorService()
  5820.     {
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5823.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ChannelNotBlankValidator.php';
  5824.         return $this->privates['App\\Validator\\Constraints\\ChannelNotBlankValidator'] = new \App\Validator\Constraints\ChannelNotBlankValidator();
  5825.     }
  5826.     /**
  5827.      * Gets the private 'App\Validator\Constraints\DeviceSerialNumberValidator' shared autowired service.
  5828.      *
  5829.      * @return \App\Validator\Constraints\DeviceSerialNumberValidator
  5830.      */
  5831.     protected function getDeviceSerialNumberValidatorService()
  5832.     {
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5835.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/DeviceSerialNumberValidator.php';
  5836.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5837.         if (isset($this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'])) {
  5838.             return $this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'];
  5839.         }
  5840.         return $this->privates['App\\Validator\\Constraints\\DeviceSerialNumberValidator'] = new \App\Validator\Constraints\DeviceSerialNumberValidator($a);
  5841.     }
  5842.     /**
  5843.      * Gets the private 'App\Validator\Constraints\NewUniqueValidator' shared autowired service.
  5844.      *
  5845.      * @return \App\Validator\Constraints\NewUniqueValidator
  5846.      */
  5847.     protected function getNewUniqueValidatorService()
  5848.     {
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5851.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/NewUniqueValidator.php';
  5852.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5853.         if (isset($this->privates['App\\Validator\\Constraints\\NewUniqueValidator'])) {
  5854.             return $this->privates['App\\Validator\\Constraints\\NewUniqueValidator'];
  5855.         }
  5856.         return $this->privates['App\\Validator\\Constraints\\NewUniqueValidator'] = new \App\Validator\Constraints\NewUniqueValidator($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  5857.     }
  5858.     /**
  5859.      * Gets the private 'App\Validator\Constraints\NotCircularValidator' shared autowired service.
  5860.      *
  5861.      * @return \App\Validator\Constraints\NotCircularValidator
  5862.      */
  5863.     protected function getNotCircularValidatorService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5867.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/NotCircularValidator.php';
  5868.         return $this->privates['App\\Validator\\Constraints\\NotCircularValidator'] = new \App\Validator\Constraints\NotCircularValidator();
  5869.     }
  5870.     /**
  5871.      * Gets the private 'App\Validator\Constraints\PasswordRequirementsValidator' shared autowired service.
  5872.      *
  5873.      * @return \App\Validator\Constraints\PasswordRequirementsValidator
  5874.      */
  5875.     protected function getPasswordRequirementsValidatorService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5879.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PasswordRequirementsValidator.php';
  5880.         return $this->privates['App\\Validator\\Constraints\\PasswordRequirementsValidator'] = new \App\Validator\Constraints\PasswordRequirementsValidator();
  5881.     }
  5882.     /**
  5883.      * Gets the private 'App\Validator\Constraints\ValidCustomerForUserValidator' shared autowired service.
  5884.      *
  5885.      * @return \App\Validator\Constraints\ValidCustomerForUserValidator
  5886.      */
  5887.     protected function getValidCustomerForUserValidatorService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5891.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidCustomerForUserValidator.php';
  5892.         return $this->privates['App\\Validator\\Constraints\\ValidCustomerForUserValidator'] = new \App\Validator\Constraints\ValidCustomerForUserValidator();
  5893.     }
  5894.     /**
  5895.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5896.      *
  5897.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5898.      */
  5899.     protected function getManagerRegistryAwareConnectionProviderService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5903.         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'));
  5904.     }
  5905.     /**
  5906.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5907.      *
  5908.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5909.      */
  5910.     protected function getRunSqlCommandService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5915.         $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()));
  5916.         $instance->setName('dbal:run-sql');
  5917.         return $instance;
  5918.     }
  5919.     /**
  5920.      * Gets the private 'annotations.cache_adapter' shared service.
  5921.      *
  5922.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5923.      */
  5924.     protected function getAnnotations_CacheAdapterService()
  5925.     {
  5926.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5927.     }
  5928.     /**
  5929.      * Gets the private 'annotations.cache_warmer' shared service.
  5930.      *
  5931.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5932.      */
  5933.     protected function getAnnotations_CacheWarmerService()
  5934.     {
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5938.         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);
  5939.     }
  5940.     /**
  5941.      * Gets the private 'annotations.cached_reader' shared service.
  5942.      *
  5943.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5944.      */
  5945.     protected function getAnnotations_CachedReaderService()
  5946.     {
  5947.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5948.     }
  5949.     /**
  5950.      * Gets the private 'annotations.reader' shared service.
  5951.      *
  5952.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5953.      */
  5954.     protected function getAnnotations_ReaderService()
  5955.     {
  5956.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5957.         $instance->addGlobalIgnoredName('required'NULL);
  5958.         return $instance;
  5959.     }
  5960.     /**
  5961.      * Gets the private 'cache.annotations' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5964.      */
  5965.     protected function getCache_AnnotationsService()
  5966.     {
  5967.         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())));
  5968.     }
  5969.     /**
  5970.      * Gets the private 'cache.app.taggable' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  5973.      */
  5974.     protected function getCache_App_TaggableService()
  5975.     {
  5976.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5982.      */
  5983.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5984.     {
  5985.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5986.     }
  5987.     /**
  5988.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5991.      */
  5992.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5993.     {
  5994.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5995.     }
  5996.     /**
  5997.      * Gets the private 'cache.easyadmin' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6000.      */
  6001.     protected function getCache_EasyadminService()
  6002.     {
  6003.         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())));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6009.      */
  6010.     protected function getCache_Messenger_RestartWorkersSignalService()
  6011.     {
  6012.         $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))));
  6013.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6014.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6015.     }
  6016.     /**
  6017.      * Gets the private 'cache.property_info' shared service.
  6018.      *
  6019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6020.      */
  6021.     protected function getCache_PropertyInfoService()
  6022.     {
  6023.         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())));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'cache.security_expression_language' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6029.      */
  6030.     protected function getCache_SecurityExpressionLanguageService()
  6031.     {
  6032.         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())));
  6033.     }
  6034.     /**
  6035.      * Gets the private 'cache.serializer' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6038.      */
  6039.     protected function getCache_SerializerService()
  6040.     {
  6041.         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())));
  6042.     }
  6043.     /**
  6044.      * Gets the private 'cache.validator' shared service.
  6045.      *
  6046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6047.      */
  6048.     protected function getCache_ValidatorService()
  6049.     {
  6050.         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())));
  6051.     }
  6052.     /**
  6053.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6054.      *
  6055.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6056.      */
  6057.     protected function getCachePoolClearer_CacheWarmerService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6061.         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']);
  6062.     }
  6063.     /**
  6064.      * Gets the private 'config_builder.warmer' shared service.
  6065.      *
  6066.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6067.      */
  6068.     protected function getConfigBuilder_WarmerService()
  6069.     {
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6072.         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()));
  6073.     }
  6074.     /**
  6075.      * Gets the private 'config_cache_factory' shared service.
  6076.      *
  6077.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6078.      */
  6079.     protected function getConfigCacheFactoryService()
  6080.     {
  6081.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6082.             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)));
  6083.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6084.         }, 2));
  6085.     }
  6086.     /**
  6087.      * Gets the private 'console.command.about' shared service.
  6088.      *
  6089.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6090.      */
  6091.     protected function getConsole_Command_AboutService()
  6092.     {
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6095.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6096.         $instance->setName('about');
  6097.         $instance->setDescription('Display information about the current project');
  6098.         return $instance;
  6099.     }
  6100.     /**
  6101.      * Gets the private 'console.command.assets_install' shared service.
  6102.      *
  6103.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6104.      */
  6105.     protected function getConsole_Command_AssetsInstallService()
  6106.     {
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6110.         $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));
  6111.         $instance->setName('assets:install');
  6112.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6113.         return $instance;
  6114.     }
  6115.     /**
  6116.      * Gets the private 'console.command.cache_clear' shared service.
  6117.      *
  6118.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6119.      */
  6120.     protected function getConsole_Command_CacheClearService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6125.         $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())));
  6126.         $instance->setName('cache:clear');
  6127.         $instance->setDescription('Clear the cache');
  6128.         return $instance;
  6129.     }
  6130.     /**
  6131.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6132.      *
  6133.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6134.      */
  6135.     protected function getConsole_Command_CachePoolClearService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6139.         $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']);
  6140.         $instance->setName('cache:pool:clear');
  6141.         $instance->setDescription('Clear cache pools');
  6142.         return $instance;
  6143.     }
  6144.     /**
  6145.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6146.      *
  6147.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6148.      */
  6149.     protected function getConsole_Command_CachePoolDeleteService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6153.         $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']);
  6154.         $instance->setName('cache:pool:delete');
  6155.         $instance->setDescription('Delete an item from a cache pool');
  6156.         return $instance;
  6157.     }
  6158.     /**
  6159.      * Gets the private 'console.command.cache_pool_list' shared service.
  6160.      *
  6161.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6162.      */
  6163.     protected function getConsole_Command_CachePoolListService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6167.         $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']);
  6168.         $instance->setName('cache:pool:list');
  6169.         $instance->setDescription('List available cache pools');
  6170.         return $instance;
  6171.     }
  6172.     /**
  6173.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6174.      *
  6175.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6176.      */
  6177.     protected function getConsole_Command_CachePoolPruneService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6181.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6182.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6183.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6184.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6185.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6186.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6187.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6188.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6189.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6190.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6191.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6192.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6193.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  6194.         }, 12));
  6195.         $instance->setName('cache:pool:prune');
  6196.         $instance->setDescription('Prune cache pools');
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'console.command.cache_warmup' shared service.
  6201.      *
  6202.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6203.      */
  6204.     protected function getConsole_Command_CacheWarmupService()
  6205.     {
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6208.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6209.         $instance->setName('cache:warmup');
  6210.         $instance->setDescription('Warm up an empty cache');
  6211.         return $instance;
  6212.     }
  6213.     /**
  6214.      * Gets the private 'console.command.config_debug' shared service.
  6215.      *
  6216.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6217.      */
  6218.     protected function getConsole_Command_ConfigDebugService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6225.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6226.         $instance->setName('debug:config');
  6227.         $instance->setDescription('Dump the current configuration for an extension');
  6228.         return $instance;
  6229.     }
  6230.     /**
  6231.      * Gets the private 'console.command.config_dump_reference' shared service.
  6232.      *
  6233.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6234.      */
  6235.     protected function getConsole_Command_ConfigDumpReferenceService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6242.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6243.         $instance->setName('config:dump-reference');
  6244.         $instance->setDescription('Dump the default configuration for an extension');
  6245.         return $instance;
  6246.     }
  6247.     /**
  6248.      * Gets the private 'console.command.container_debug' shared service.
  6249.      *
  6250.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6251.      */
  6252.     protected function getConsole_Command_ContainerDebugService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6257.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6258.         $instance->setName('debug:container');
  6259.         $instance->setDescription('Display current services for an application');
  6260.         return $instance;
  6261.     }
  6262.     /**
  6263.      * Gets the private 'console.command.container_lint' shared service.
  6264.      *
  6265.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6266.      */
  6267.     protected function getConsole_Command_ContainerLintService()
  6268.     {
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6271.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6272.         $instance->setName('lint:container');
  6273.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'console.command.debug_autowiring' shared service.
  6278.      *
  6279.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6280.      */
  6281.     protected function getConsole_Command_DebugAutowiringService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6287.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6288.         $instance->setName('debug:autowiring');
  6289.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6290.         return $instance;
  6291.     }
  6292.     /**
  6293.      * Gets the private 'console.command.dotenv_debug' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6296.      */
  6297.     protected function getConsole_Command_DotenvDebugService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6301.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6302.         $instance->setName('debug:dotenv');
  6303.         $instance->setDescription('Lists all dotenv files with variables and values');
  6304.         return $instance;
  6305.     }
  6306.     /**
  6307.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6308.      *
  6309.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6310.      */
  6311.     protected function getConsole_Command_EventDispatcherDebugService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6315.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  6316.         $instance->setName('debug:event-dispatcher');
  6317.         $instance->setDescription('Display configured listeners for an application');
  6318.         return $instance;
  6319.     }
  6320.     /**
  6321.      * Gets the private 'console.command.form_debug' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Form\Command\DebugCommand
  6324.      */
  6325.     protected function getConsole_Command_FormDebugService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6329.         $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()));
  6330.         $instance->setName('debug:form');
  6331.         $instance->setDescription('Display form type information');
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6336.      *
  6337.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6338.      */
  6339.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6343.         $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']);
  6344.         $instance->setName('messenger:consume');
  6345.         $instance->setDescription('Consume messages');
  6346.         return $instance;
  6347.     }
  6348.     /**
  6349.      * Gets the private 'console.command.messenger_debug' shared service.
  6350.      *
  6351.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6352.      */
  6353.     protected function getConsole_Command_MessengerDebugService()
  6354.     {
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6357.         $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'=> []]]]]);
  6358.         $instance->setName('debug:messenger');
  6359.         $instance->setDescription('List messages you can dispatch using the message buses');
  6360.         return $instance;
  6361.     }
  6362.     /**
  6363.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  6364.      *
  6365.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  6366.      */
  6367.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  6368.     {
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  6372.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  6373.         $instance->setName('messenger:failed:remove');
  6374.         $instance->setDescription('Remove given messages from the failure transport');
  6375.         return $instance;
  6376.     }
  6377.     /**
  6378.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  6379.      *
  6380.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  6381.      */
  6382.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  6383.     {
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  6387.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6388.         $instance->setName('messenger:failed:retry');
  6389.         $instance->setDescription('Retry one or more messages from the failure transport');
  6390.         return $instance;
  6391.     }
  6392.     /**
  6393.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  6396.      */
  6397.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  6402.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  6403.         $instance->setName('messenger:failed:show');
  6404.         $instance->setDescription('Show one or more messages from the failure transport');
  6405.         return $instance;
  6406.     }
  6407.     /**
  6408.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6411.      */
  6412.     protected function getConsole_Command_MessengerSetupTransportsService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6416.         $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']);
  6417.         $instance->setName('messenger:setup-transports');
  6418.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6419.         return $instance;
  6420.     }
  6421.     /**
  6422.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6423.      *
  6424.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6425.      */
  6426.     protected function getConsole_Command_MessengerStopWorkersService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6430.         $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()));
  6431.         $instance->setName('messenger:stop-workers');
  6432.         $instance->setDescription('Stop workers after their current message');
  6433.         return $instance;
  6434.     }
  6435.     /**
  6436.      * Gets the private 'console.command.router_debug' shared service.
  6437.      *
  6438.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6439.      */
  6440.     protected function getConsole_Command_RouterDebugService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6445.         $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()));
  6446.         $instance->setName('debug:router');
  6447.         $instance->setDescription('Display current routes for an application');
  6448.         return $instance;
  6449.     }
  6450.     /**
  6451.      * Gets the private 'console.command.router_match' shared service.
  6452.      *
  6453.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6454.      */
  6455.     protected function getConsole_Command_RouterMatchService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6459.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6460.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6461.         }, 1));
  6462.         $instance->setName('router:match');
  6463.         $instance->setDescription('Help debug routes by simulating a path info match');
  6464.         return $instance;
  6465.     }
  6466.     /**
  6467.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6468.      *
  6469.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6470.      */
  6471.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6477.         $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')))));
  6478.         $instance->setName('secrets:decrypt-to-local');
  6479.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6480.         return $instance;
  6481.     }
  6482.     /**
  6483.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6484.      *
  6485.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6486.      */
  6487.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6488.     {
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6493.         $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')))));
  6494.         $instance->setName('secrets:encrypt-from-local');
  6495.         $instance->setDescription('Encrypt all local secrets to the vault');
  6496.         return $instance;
  6497.     }
  6498.     /**
  6499.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6500.      *
  6501.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6502.      */
  6503.     protected function getConsole_Command_SecretsGenerateKeyService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6509.         $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')))));
  6510.         $instance->setName('secrets:generate-keys');
  6511.         $instance->setDescription('Generate new encryption keys');
  6512.         return $instance;
  6513.     }
  6514.     /**
  6515.      * Gets the private 'console.command.secrets_list' shared service.
  6516.      *
  6517.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6518.      */
  6519.     protected function getConsole_Command_SecretsListService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6525.         $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')))));
  6526.         $instance->setName('secrets:list');
  6527.         $instance->setDescription('List all secrets');
  6528.         return $instance;
  6529.     }
  6530.     /**
  6531.      * Gets the private 'console.command.secrets_remove' shared service.
  6532.      *
  6533.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6534.      */
  6535.     protected function getConsole_Command_SecretsRemoveService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6541.         $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')))));
  6542.         $instance->setName('secrets:remove');
  6543.         $instance->setDescription('Remove a secret from the vault');
  6544.         return $instance;
  6545.     }
  6546.     /**
  6547.      * Gets the private 'console.command.secrets_set' shared service.
  6548.      *
  6549.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6550.      */
  6551.     protected function getConsole_Command_SecretsSetService()
  6552.     {
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6557.         $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')))));
  6558.         $instance->setName('secrets:set');
  6559.         $instance->setDescription('Set a secret in the vault');
  6560.         return $instance;
  6561.     }
  6562.     /**
  6563.      * Gets the private 'console.command.translation_debug' shared service.
  6564.      *
  6565.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6566.      */
  6567.     protected function getConsole_Command_TranslationDebugService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6571.         $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/Service/TemperatureNotificationService.php'), 79 => (\dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php'), 80 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 84 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 85 => (\dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php'), 86 => (\dirname(__DIR__4).'/src/Twig/AppExtension.php'), 87 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 88 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  6572.         $instance->setName('debug:translation');
  6573.         $instance->setDescription('Display translation messages information');
  6574.         return $instance;
  6575.     }
  6576.     /**
  6577.      * Gets the private 'console.command.translation_extract' shared service.
  6578.      *
  6579.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6580.      */
  6581.     protected function getConsole_Command_TranslationExtractService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6585.         $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/Service/TemperatureNotificationService.php'), 79 => (\dirname(__DIR__4).'/src/Messenger/Handler/CommandNotificationHandler.php'), 80 => (\dirname(__DIR__4).'/src/Helpers/Equations/EquationAwareTrait.php'), 81 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 82 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 83 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 84 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 85 => (\dirname(__DIR__4).'/src/Component/Breadcrumb/BreadcrumbGenerator.php'), 86 => (\dirname(__DIR__4).'/src/Twig/AppExtension.php'), 87 => (\dirname(__DIR__4).'/src/Helpers/LineTypeTrait.php'), 88 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  6586.         $instance->setName('translation:extract');
  6587.         $instance->setAliases([=> 'translation:update']);
  6588.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6589.         return $instance;
  6590.     }
  6591.     /**
  6592.      * Gets the private 'console.command.translation_pull' shared service.
  6593.      *
  6594.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6595.      */
  6596.     protected function getConsole_Command_TranslationPullService()
  6597.     {
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6601.         $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', [], []);
  6602.         $instance->setName('translation:pull');
  6603.         $instance->setDescription('Pull translations from a given provider.');
  6604.         return $instance;
  6605.     }
  6606.     /**
  6607.      * Gets the private 'console.command.translation_push' shared service.
  6608.      *
  6609.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6610.      */
  6611.     protected function getConsole_Command_TranslationPushService()
  6612.     {
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6616.         $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()), [], []);
  6617.         $instance->setName('translation:push');
  6618.         $instance->setDescription('Push translations to a given provider.');
  6619.         return $instance;
  6620.     }
  6621.     /**
  6622.      * Gets the private 'console.command.validator_debug' shared service.
  6623.      *
  6624.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6625.      */
  6626.     protected function getConsole_Command_ValidatorDebugService()
  6627.     {
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6630.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6631.         $instance->setName('debug:validator');
  6632.         $instance->setDescription('Display validation constraints for classes');
  6633.         return $instance;
  6634.     }
  6635.     /**
  6636.      * Gets the private 'console.command.xliff_lint' shared service.
  6637.      *
  6638.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6639.      */
  6640.     protected function getConsole_Command_XliffLintService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6644.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6645.         $instance->setName('lint:xliff');
  6646.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6647.         return $instance;
  6648.     }
  6649.     /**
  6650.      * Gets the private 'console.command.yaml_lint' shared service.
  6651.      *
  6652.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6653.      */
  6654.     protected function getConsole_Command_YamlLintService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6659.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6660.         $instance->setName('lint:yaml');
  6661.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6662.         return $instance;
  6663.     }
  6664.     /**
  6665.      * Gets the private 'console.error_listener' shared service.
  6666.      *
  6667.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6668.      */
  6669.     protected function getConsole_ErrorListenerService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6672.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6673.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6674.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6676.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6677.     }
  6678.     /**
  6679.      * Gets the private 'container.env_var_processor' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6682.      */
  6683.     protected function getContainer_EnvVarProcessorService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6687.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6688.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6689.         }, 1));
  6690.     }
  6691.     /**
  6692.      * Gets the private 'container.getenv' shared service.
  6693.      *
  6694.      * @return \Closure
  6695.      */
  6696.     protected function getContainer_GetenvService()
  6697.     {
  6698.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6699.     }
  6700.     /**
  6701.      * Gets the private 'data_collector.form' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6704.      */
  6705.     protected function getDataCollector_FormService()
  6706.     {
  6707.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6708.     }
  6709.     /**
  6710.      * Gets the private 'data_collector.request' shared service.
  6711.      *
  6712.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6713.      */
  6714.     protected function getDataCollector_RequestService()
  6715.     {
  6716.         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())));
  6717.     }
  6718.     /**
  6719.      * Gets the private 'data_collector.request.session_collector' shared service.
  6720.      *
  6721.      * @return \Closure
  6722.      */
  6723.     protected function getDataCollector_Request_SessionCollectorService()
  6724.     {
  6725.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6726.     }
  6727.     /**
  6728.      * Gets the private 'debug.argument_resolver.default' shared service.
  6729.      *
  6730.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6731.      */
  6732.     protected function getDebug_ArgumentResolver_DefaultService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6737.         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))));
  6738.     }
  6739.     /**
  6740.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6741.      *
  6742.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6743.      */
  6744.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6749.         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...kgWlQ'] ?? $this->get_ServiceLocator___KgWlQService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6750.     }
  6751.     /**
  6752.      * Gets the private 'debug.argument_resolver.request' shared service.
  6753.      *
  6754.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6755.      */
  6756.     protected function getDebug_ArgumentResolver_RequestService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6761.         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))));
  6762.     }
  6763.     /**
  6764.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6765.      *
  6766.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6767.      */
  6768.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6769.     {
  6770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6773.         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))));
  6774.     }
  6775.     /**
  6776.      * Gets the private 'debug.argument_resolver.service' shared service.
  6777.      *
  6778.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6779.      */
  6780.     protected function getDebug_ArgumentResolver_ServiceService()
  6781.     {
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6785.         $a = ($this->privates['.service_locator...kgWlQ'] ?? $this->get_ServiceLocator___KgWlQService());
  6786.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6787.             return $this->privates['debug.argument_resolver.service'];
  6788.         }
  6789.         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))));
  6790.     }
  6791.     /**
  6792.      * Gets the private 'debug.argument_resolver.session' shared service.
  6793.      *
  6794.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6795.      */
  6796.     protected function getDebug_ArgumentResolver_SessionService()
  6797.     {
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6801.         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))));
  6802.     }
  6803.     /**
  6804.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6805.      *
  6806.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6807.      */
  6808.     protected function getDebug_ArgumentResolver_VariadicService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6813.         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))));
  6814.     }
  6815.     /**
  6816.      * Gets the private 'debug.controller_resolver' shared service.
  6817.      *
  6818.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6819.      */
  6820.     protected function getDebug_ControllerResolverService()
  6821.     {
  6822.         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))));
  6823.     }
  6824.     /**
  6825.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6826.      *
  6827.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6828.      */
  6829.     protected function getDebug_DebugHandlersListenerService()
  6830.     {
  6831.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6832.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6833.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6834.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6835.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6836.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6837.     }
  6838.     /**
  6839.      * Gets the private 'debug.dump_listener' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6842.      */
  6843.     protected function getDebug_DumpListenerService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6847.         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()));
  6848.     }
  6849.     /**
  6850.      * Gets the private 'debug.file_link_formatter' shared service.
  6851.      *
  6852.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6853.      */
  6854.     protected function getDebug_FileLinkFormatterService()
  6855.     {
  6856.         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 () {
  6857.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6858.         });
  6859.     }
  6860.     /**
  6861.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6862.      *
  6863.      * @return \string
  6864.      */
  6865.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6866.     {
  6867.         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');
  6868.     }
  6869.     /**
  6870.      * Gets the private 'debug.log_processor' shared service.
  6871.      *
  6872.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6873.      */
  6874.     protected function getDebug_LogProcessorService()
  6875.     {
  6876.         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())));
  6877.     }
  6878.     /**
  6879.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6880.      *
  6881.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6882.      */
  6883.     protected function getDebug_Security_Access_DecisionManagerService()
  6884.     {
  6885.         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 () {
  6886.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6887.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6888.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6889.             yield => ($this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'] ?? $this->getChannelSettingVoterService());
  6890.             yield => ($this->privates['debug.security.voter.App\\Security\\CustomerVoter'] ?? $this->getCustomerVoterService());
  6891.             yield => ($this->privates['debug.security.voter.App\\Security\\DeviceVoter'] ?? $this->getDeviceVoterService());
  6892.             yield => ($this->privates['debug.security.voter.App\\Security\\LicenseVoter'] ?? $this->getLicenseVoterService());
  6893.             yield => ($this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'] ?? $this->getLineTypeGroupVoterService());
  6894.             yield => ($this->privates['debug.security.voter.App\\Security\\LineTypeVoter'] ?? $this->getLineTypeVoterService());
  6895.             yield => ($this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'] ?? $this->getMeasurementViewVoterService());
  6896.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\MeasurementVoter'] ?? $this->getMeasurementVoterService());
  6897.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\NotificationVoter'] ?? $this->getNotificationVoterService());
  6898.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'] ?? $this->getRecipeToSyncVoterService());
  6899.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\RecipeVoter'] ?? $this->getRecipeVoterService());
  6900.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\TemperatureNotificationVoter'] ?? $this->getTemperatureNotificationVoterService());
  6901.             yield 15 => ($this->privates['debug.security.voter.App\\Security\\UserSettingVoter'] ?? $this->getUserSettingVoterService());
  6902.             yield 16 => ($this->privates['debug.security.voter.App\\Security\\UserVoter'] ?? $this->getUserVoterService());
  6903.         }, 17), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6904.     }
  6905.     /**
  6906.      * Gets the private 'debug.security.firewall' shared service.
  6907.      *
  6908.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6909.      */
  6910.     protected function getDebug_Security_FirewallService()
  6911.     {
  6912.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6913.         if (isset($this->privates['debug.security.firewall'])) {
  6914.             return $this->privates['debug.security.firewall'];
  6915.         }
  6916.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6917.         if (isset($this->privates['debug.security.firewall'])) {
  6918.             return $this->privates['debug.security.firewall'];
  6919.         }
  6920.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6921.     }
  6922.     /**
  6923.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6924.      *
  6925.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6926.      */
  6927.     protected function getDebug_Security_UserValueResolverService()
  6928.     {
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6932.         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))));
  6933.     }
  6934.     /**
  6935.      * Gets the private 'debug.security.voter.App\Security\ChannelSettingVoter' shared service.
  6936.      *
  6937.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6938.      */
  6939.     protected function getChannelSettingVoterService()
  6940.     {
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6945.         include_once \dirname(__DIR__4).'/src/Security/ChannelSettingVoter.php';
  6946.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6947.         if (isset($this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'])) {
  6948.             return $this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'];
  6949.         }
  6950.         return $this->privates['debug.security.voter.App\\Security\\ChannelSettingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ChannelSettingVoter(), $a);
  6951.     }
  6952.     /**
  6953.      * Gets the private 'debug.security.voter.App\Security\CustomerVoter' shared service.
  6954.      *
  6955.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6956.      */
  6957.     protected function getCustomerVoterService()
  6958.     {
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6963.         include_once \dirname(__DIR__4).'/src/Security/CustomerVoter.php';
  6964.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6965.         if (isset($this->privates['debug.security.voter.App\\Security\\CustomerVoter'])) {
  6966.             return $this->privates['debug.security.voter.App\\Security\\CustomerVoter'];
  6967.         }
  6968.         return $this->privates['debug.security.voter.App\\Security\\CustomerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\CustomerVoter(), $a);
  6969.     }
  6970.     /**
  6971.      * Gets the private 'debug.security.voter.App\Security\DeviceVoter' shared service.
  6972.      *
  6973.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6974.      */
  6975.     protected function getDeviceVoterService()
  6976.     {
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6981.         include_once \dirname(__DIR__4).'/src/Security/DeviceVoter.php';
  6982.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6983.         if (isset($this->privates['debug.security.voter.App\\Security\\DeviceVoter'])) {
  6984.             return $this->privates['debug.security.voter.App\\Security\\DeviceVoter'];
  6985.         }
  6986.         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);
  6987.     }
  6988.     /**
  6989.      * Gets the private 'debug.security.voter.App\Security\LicenseVoter' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6992.      */
  6993.     protected function getLicenseVoterService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6999.         include_once \dirname(__DIR__4).'/src/Security/LicenseVoter.php';
  7000.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7001.         if (isset($this->privates['debug.security.voter.App\\Security\\LicenseVoter'])) {
  7002.             return $this->privates['debug.security.voter.App\\Security\\LicenseVoter'];
  7003.         }
  7004.         return $this->privates['debug.security.voter.App\\Security\\LicenseVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LicenseVoter(), $a);
  7005.     }
  7006.     /**
  7007.      * Gets the private 'debug.security.voter.App\Security\LineTypeGroupVoter' shared service.
  7008.      *
  7009.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7010.      */
  7011.     protected function getLineTypeGroupVoterService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7017.         include_once \dirname(__DIR__4).'/src/Security/LineTypeGroupVoter.php';
  7018.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7019.         if (isset($this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'])) {
  7020.             return $this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'];
  7021.         }
  7022.         return $this->privates['debug.security.voter.App\\Security\\LineTypeGroupVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LineTypeGroupVoter(), $a);
  7023.     }
  7024.     /**
  7025.      * Gets the private 'debug.security.voter.App\Security\LineTypeVoter' shared service.
  7026.      *
  7027.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7028.      */
  7029.     protected function getLineTypeVoterService()
  7030.     {
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7035.         include_once \dirname(__DIR__4).'/src/Security/LineTypeVoter.php';
  7036.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7037.         if (isset($this->privates['debug.security.voter.App\\Security\\LineTypeVoter'])) {
  7038.             return $this->privates['debug.security.voter.App\\Security\\LineTypeVoter'];
  7039.         }
  7040.         return $this->privates['debug.security.voter.App\\Security\\LineTypeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\LineTypeVoter(), $a);
  7041.     }
  7042.     /**
  7043.      * Gets the private 'debug.security.voter.App\Security\MeasurementViewVoter' shared service.
  7044.      *
  7045.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7046.      */
  7047.     protected function getMeasurementViewVoterService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7053.         include_once \dirname(__DIR__4).'/src/Security/MeasurementViewVoter.php';
  7054.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7055.         if (isset($this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'])) {
  7056.             return $this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'];
  7057.         }
  7058.         return $this->privates['debug.security.voter.App\\Security\\MeasurementViewVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\MeasurementViewVoter(), $a);
  7059.     }
  7060.     /**
  7061.      * Gets the private 'debug.security.voter.App\Security\MeasurementVoter' shared service.
  7062.      *
  7063.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7064.      */
  7065.     protected function getMeasurementVoterService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7071.         include_once \dirname(__DIR__4).'/src/Security/MeasurementVoter.php';
  7072.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7073.         if (isset($this->privates['debug.security.voter.App\\Security\\MeasurementVoter'])) {
  7074.             return $this->privates['debug.security.voter.App\\Security\\MeasurementVoter'];
  7075.         }
  7076.         return $this->privates['debug.security.voter.App\\Security\\MeasurementVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\MeasurementVoter(), $a);
  7077.     }
  7078.     /**
  7079.      * Gets the private 'debug.security.voter.App\Security\NotificationVoter' shared service.
  7080.      *
  7081.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7082.      */
  7083.     protected function getNotificationVoterService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7089.         include_once \dirname(__DIR__4).'/src/Security/NotificationVoter.php';
  7090.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7091.         if (isset($this->privates['debug.security.voter.App\\Security\\NotificationVoter'])) {
  7092.             return $this->privates['debug.security.voter.App\\Security\\NotificationVoter'];
  7093.         }
  7094.         return $this->privates['debug.security.voter.App\\Security\\NotificationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\NotificationVoter(), $a);
  7095.     }
  7096.     /**
  7097.      * Gets the private 'debug.security.voter.App\Security\RecipeToSyncVoter' shared service.
  7098.      *
  7099.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7100.      */
  7101.     protected function getRecipeToSyncVoterService()
  7102.     {
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7107.         include_once \dirname(__DIR__4).'/src/Security/RecipeToSyncVoter.php';
  7108.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7109.         if (isset($this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'])) {
  7110.             return $this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'];
  7111.         }
  7112.         return $this->privates['debug.security.voter.App\\Security\\RecipeToSyncVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RecipeToSyncVoter(), $a);
  7113.     }
  7114.     /**
  7115.      * Gets the private 'debug.security.voter.App\Security\RecipeVoter' shared service.
  7116.      *
  7117.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7118.      */
  7119.     protected function getRecipeVoterService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7125.         include_once \dirname(__DIR__4).'/src/Security/RecipeVoter.php';
  7126.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7127.         if (isset($this->privates['debug.security.voter.App\\Security\\RecipeVoter'])) {
  7128.             return $this->privates['debug.security.voter.App\\Security\\RecipeVoter'];
  7129.         }
  7130.         return $this->privates['debug.security.voter.App\\Security\\RecipeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RecipeVoter(), $a);
  7131.     }
  7132.     /**
  7133.      * Gets the private 'debug.security.voter.App\Security\TemperatureNotificationVoter' shared service.
  7134.      *
  7135.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7136.      */
  7137.     protected function getTemperatureNotificationVoterService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7143.         include_once \dirname(__DIR__4).'/src/Security/TemperatureNotificationVoter.php';
  7144.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7145.         if (isset($this->privates['debug.security.voter.App\\Security\\TemperatureNotificationVoter'])) {
  7146.             return $this->privates['debug.security.voter.App\\Security\\TemperatureNotificationVoter'];
  7147.         }
  7148.         return $this->privates['debug.security.voter.App\\Security\\TemperatureNotificationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\TemperatureNotificationVoter(), $a);
  7149.     }
  7150.     /**
  7151.      * Gets the private 'debug.security.voter.App\Security\UserSettingVoter' shared service.
  7152.      *
  7153.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7154.      */
  7155.     protected function getUserSettingVoterService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7161.         include_once \dirname(__DIR__4).'/src/Security/UserSettingVoter.php';
  7162.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7163.         if (isset($this->privates['debug.security.voter.App\\Security\\UserSettingVoter'])) {
  7164.             return $this->privates['debug.security.voter.App\\Security\\UserSettingVoter'];
  7165.         }
  7166.         return $this->privates['debug.security.voter.App\\Security\\UserSettingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\UserSettingVoter(), $a);
  7167.     }
  7168.     /**
  7169.      * Gets the private 'debug.security.voter.App\Security\UserVoter' shared service.
  7170.      *
  7171.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7172.      */
  7173.     protected function getUserVoterService()
  7174.     {
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7179.         include_once \dirname(__DIR__4).'/src/Security/UserVoter.php';
  7180.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7181.         if (isset($this->privates['debug.security.voter.App\\Security\\UserVoter'])) {
  7182.             return $this->privates['debug.security.voter.App\\Security\\UserVoter'];
  7183.         }
  7184.         return $this->privates['debug.security.voter.App\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\UserVoter(), $a);
  7185.     }
  7186.     /**
  7187.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7190.      */
  7191.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7192.     {
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7197.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7198.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  7199.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  7200.         }
  7201.         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);
  7202.     }
  7203.     /**
  7204.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7205.      *
  7206.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7207.      */
  7208.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7209.     {
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7214.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7215.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7216.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7217.         }
  7218.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7219.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7220.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7221.         }
  7222.         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);
  7223.     }
  7224.     /**
  7225.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7226.      *
  7227.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7228.      */
  7229.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7230.     {
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7236.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7237.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  7238.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  7239.         }
  7240.         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);
  7241.     }
  7242.     /**
  7243.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7244.      *
  7245.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7246.      */
  7247.     protected function getDebug_Security_Voter_VoteListenerService()
  7248.     {
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7250.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7251.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  7252.             return $this->privates['debug.security.voter.vote_listener'];
  7253.         }
  7254.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7255.     }
  7256.     /**
  7257.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7258.      *
  7259.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  7260.      */
  7261.     protected function getDoctrine_CacheClearMetadataCommandService()
  7262.     {
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7267.         $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()));
  7268.         $instance->setName('doctrine:cache:clear-metadata');
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7273.      *
  7274.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  7275.      */
  7276.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  7282.         $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()));
  7283.         $instance->setName('doctrine:cache:clear-query');
  7284.         return $instance;
  7285.     }
  7286.     /**
  7287.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7288.      *
  7289.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  7290.      */
  7291.     protected function getDoctrine_CacheClearResultCommandService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  7297.         $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()));
  7298.         $instance->setName('doctrine:cache:clear-result');
  7299.         return $instance;
  7300.     }
  7301.     /**
  7302.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7303.      *
  7304.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  7305.      */
  7306.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7307.     {
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7312.         $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()));
  7313.         $instance->setName('doctrine:cache:clear-collection-region');
  7314.         return $instance;
  7315.     }
  7316.     /**
  7317.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7318.      *
  7319.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  7320.      */
  7321.     protected function getDoctrine_ClearEntityRegionCommandService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7327.         $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()));
  7328.         $instance->setName('doctrine:cache:clear-entity-region');
  7329.         return $instance;
  7330.     }
  7331.     /**
  7332.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7333.      *
  7334.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  7335.      */
  7336.     protected function getDoctrine_ClearQueryRegionCommandService()
  7337.     {
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7342.         $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()));
  7343.         $instance->setName('doctrine:cache:clear-query-region');
  7344.         return $instance;
  7345.     }
  7346.     /**
  7347.      * Gets the private 'doctrine.database_create_command' shared service.
  7348.      *
  7349.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7350.      */
  7351.     protected function getDoctrine_DatabaseCreateCommandService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  7356.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7357.         $instance->setName('doctrine:database:create');
  7358.         return $instance;
  7359.     }
  7360.     /**
  7361.      * Gets the private 'doctrine.database_drop_command' shared service.
  7362.      *
  7363.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7364.      */
  7365.     protected function getDoctrine_DatabaseDropCommandService()
  7366.     {
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  7370.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7371.         $instance->setName('doctrine:database:drop');
  7372.         return $instance;
  7373.     }
  7374.     /**
  7375.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  7376.      *
  7377.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  7378.      */
  7379.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  7380.     {
  7381.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7382.             'App\\EventSubscriber\\MeasurementRefreshSubscriber' => ['privates''App\\EventSubscriber\\MeasurementRefreshSubscriber''getMeasurementRefreshSubscriberService'false],
  7383.             'App\\EventSubscriber\\ProjectInformationUpdateSubscriber' => ['privates''App\\EventSubscriber\\ProjectInformationUpdateSubscriber''getProjectInformationUpdateSubscriberService'false],
  7384.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  7385.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  7386.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  7387.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  7388.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  7389.         ], [
  7390.             'App\\EventSubscriber\\MeasurementRefreshSubscriber' => '?',
  7391.             'App\\EventSubscriber\\ProjectInformationUpdateSubscriber' => '?',
  7392.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  7393.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  7394.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  7395.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  7396.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  7397.         ]), [=> [=> [=> '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']]);
  7398.     }
  7399.     /**
  7400.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7401.      *
  7402.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  7403.      */
  7404.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7410.         $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()));
  7411.         $instance->setName('doctrine:ensure-production-settings');
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  7416.      *
  7417.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  7418.      */
  7419.     protected function getDoctrine_FixturesLoadCommandService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
  7435.         include_once \dirname(__DIR__4).'/src/Helpers/DatabaseAwareTrait.php';
  7436.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  7439.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  7440.         $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()));
  7441.         $b->injectEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7442.         $a->addFixtures([=> ['fixture' => $b'groups' => []]]);
  7443.         $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()]);
  7444.         $instance->setName('doctrine:fixtures:load');
  7445.         return $instance;
  7446.     }
  7447.     /**
  7448.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7449.      *
  7450.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  7451.      */
  7452.     protected function getDoctrine_MappingConvertCommandService()
  7453.     {
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  7458.         $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()));
  7459.         $instance->setName('doctrine:mapping:convert');
  7460.         return $instance;
  7461.     }
  7462.     /**
  7463.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7464.      *
  7465.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7466.      */
  7467.     protected function getDoctrine_MappingImportCommandService()
  7468.     {
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  7472.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7473.         $instance->setName('doctrine:mapping:import');
  7474.         return $instance;
  7475.     }
  7476.     /**
  7477.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7478.      *
  7479.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  7480.      */
  7481.     protected function getDoctrine_MappingInfoCommandService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  7487.         $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()));
  7488.         $instance->setName('doctrine:mapping:info');
  7489.         return $instance;
  7490.     }
  7491.     /**
  7492.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7493.      *
  7494.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7495.      */
  7496.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7497.     {
  7498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7500.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  7501.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  7502.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  7503.         }
  7504.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  7505.     }
  7506.     /**
  7507.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7508.      *
  7509.      * @return \Doctrine\Migrations\DependencyFactory
  7510.      */
  7511.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7512.     {
  7513.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7514.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  7515.         $b->setTableName('migration_versions');
  7516.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  7517.         $a->setAllOrNothing(false);
  7518.         $a->setCheckDatabasePlatform(true);
  7519.         $a->setTransactional(true);
  7520.         $a->setMetadataStorageConfiguration($b);
  7521.         $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()));
  7522.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7523.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7524.         });
  7525.         return $instance;
  7526.     }
  7527.     /**
  7528.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7529.      *
  7530.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7531.      */
  7532.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7533.     {
  7534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7536.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7537.     }
  7538.     /**
  7539.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7540.      *
  7541.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7542.      */
  7543.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7544.     {
  7545.         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);
  7546.     }
  7547.     /**
  7548.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7549.      *
  7550.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7551.      */
  7552.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7553.     {
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7555.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7556.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  7557.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  7558.         }
  7559.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  7560.     }
  7561.     /**
  7562.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7563.      *
  7564.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7565.      */
  7566.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  7569.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7570.     }
  7571.     /**
  7572.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7573.      *
  7574.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7575.      */
  7576.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7577.     {
  7578.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7580.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7581.     }
  7582.     /**
  7583.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7584.      *
  7585.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7586.      */
  7587.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7591.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7592.             return new \EmptyIterator();
  7593.         }, 0));
  7594.     }
  7595.     /**
  7596.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7597.      *
  7598.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7599.      */
  7600.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7601.     {
  7602.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7604.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7605.     }
  7606.     /**
  7607.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  7608.      *
  7609.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  7610.      */
  7611.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  7615.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7616.             yield => ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  7617.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  7618.             yield => ($this->privates['messenger.transport.mail_password_reset'] ?? $this->getMessenger_Transport_MailPasswordResetService());
  7619.             yield => ($this->privates['messenger.transport.mail_activate_account'] ?? $this->getMessenger_Transport_MailActivateAccountService());
  7620.             yield => ($this->privates['messenger.transport.mail_notification'] ?? $this->getMessenger_Transport_MailNotificationService());
  7621.             yield => ($this->privates['messenger.transport.data_sample_added'] ?? $this->getMessenger_Transport_DataSampleAddedService());
  7622.             yield => ($this->privates['messenger.transport.command_notification'] ?? $this->getMessenger_Transport_CommandNotificationService());
  7623.         }, 7));
  7624.     }
  7625.     /**
  7626.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  7627.      *
  7628.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  7629.      */
  7630.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  7633.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7634.     }
  7635.     /**
  7636.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7637.      *
  7638.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7639.      */
  7640.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7641.     {
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7644.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7645.     }
  7646.     /**
  7647.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7648.      *
  7649.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7650.      */
  7651.     protected function getDoctrine_Orm_Validator_UniqueService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7656.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7657.     }
  7658.     /**
  7659.      * Gets the private 'doctrine.query_dql_command' shared service.
  7660.      *
  7661.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  7662.      */
  7663.     protected function getDoctrine_QueryDqlCommandService()
  7664.     {
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  7669.         $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()));
  7670.         $instance->setName('doctrine:query:dql');
  7671.         return $instance;
  7672.     }
  7673.     /**
  7674.      * Gets the private 'doctrine.query_sql_command' shared service.
  7675.      *
  7676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7677.      */
  7678.     protected function getDoctrine_QuerySqlCommandService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  7684.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7685.         $instance->setName('doctrine:query:sql');
  7686.         return $instance;
  7687.     }
  7688.     /**
  7689.      * Gets the private 'doctrine.schema_create_command' shared service.
  7690.      *
  7691.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  7692.      */
  7693.     protected function getDoctrine_SchemaCreateCommandService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7700.         $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()));
  7701.         $instance->setName('doctrine:schema:create');
  7702.         return $instance;
  7703.     }
  7704.     /**
  7705.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7706.      *
  7707.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  7708.      */
  7709.     protected function getDoctrine_SchemaDropCommandService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  7716.         $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()));
  7717.         $instance->setName('doctrine:schema:drop');
  7718.         return $instance;
  7719.     }
  7720.     /**
  7721.      * Gets the private 'doctrine.schema_update_command' shared service.
  7722.      *
  7723.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  7724.      */
  7725.     protected function getDoctrine_SchemaUpdateCommandService()
  7726.     {
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7732.         $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()));
  7733.         $instance->setName('doctrine:schema:update');
  7734.         return $instance;
  7735.     }
  7736.     /**
  7737.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7738.      *
  7739.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  7740.      */
  7741.     protected function getDoctrine_SchemaValidateCommandService()
  7742.     {
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  7747.         $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()));
  7748.         $instance->setName('doctrine:schema:validate');
  7749.         return $instance;
  7750.     }
  7751.     /**
  7752.      * Gets the private 'doctrine.ulid_generator' shared service.
  7753.      *
  7754.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7755.      */
  7756.     protected function getDoctrine_UlidGeneratorService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7760.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7761.     }
  7762.     /**
  7763.      * Gets the private 'doctrine.uuid_generator' shared service.
  7764.      *
  7765.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7766.      */
  7767.     protected function getDoctrine_UuidGeneratorService()
  7768.     {
  7769.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7771.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7772.     }
  7773.     /**
  7774.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7775.      *
  7776.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7777.      */
  7778.     protected function getDoctrineMigrations_CurrentCommandService()
  7779.     {
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  7783.         $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');
  7784.         $instance->setName('doctrine:migrations:current');
  7785.         $instance->setDescription('Outputs the current version');
  7786.         return $instance;
  7787.     }
  7788.     /**
  7789.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7790.      *
  7791.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7792.      */
  7793.     protected function getDoctrineMigrations_DiffCommandService()
  7794.     {
  7795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7796.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  7798.         $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');
  7799.         $instance->setName('doctrine:migrations:diff');
  7800.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  7801.         return $instance;
  7802.     }
  7803.     /**
  7804.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7805.      *
  7806.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7807.      */
  7808.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  7813.         $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');
  7814.         $instance->setName('doctrine:migrations:dump-schema');
  7815.         $instance->setDescription('Dump the schema for your database to a migration.');
  7816.         return $instance;
  7817.     }
  7818.     /**
  7819.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7820.      *
  7821.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7822.      */
  7823.     protected function getDoctrineMigrations_ExecuteCommandService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  7828.         $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');
  7829.         $instance->setName('doctrine:migrations:execute');
  7830.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  7831.         return $instance;
  7832.     }
  7833.     /**
  7834.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7835.      *
  7836.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7837.      */
  7838.     protected function getDoctrineMigrations_GenerateCommandService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  7843.         $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');
  7844.         $instance->setName('doctrine:migrations:generate');
  7845.         $instance->setDescription('Generate a blank migration class.');
  7846.         return $instance;
  7847.     }
  7848.     /**
  7849.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7850.      *
  7851.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7852.      */
  7853.     protected function getDoctrineMigrations_LatestCommandService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  7858.         $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');
  7859.         $instance->setName('doctrine:migrations:latest');
  7860.         $instance->setDescription('Outputs the latest version');
  7861.         return $instance;
  7862.     }
  7863.     /**
  7864.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7865.      *
  7866.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7867.      */
  7868.     protected function getDoctrineMigrations_MigrateCommandService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  7873.         $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');
  7874.         $instance->setName('doctrine:migrations:migrate');
  7875.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  7876.         return $instance;
  7877.     }
  7878.     /**
  7879.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7880.      *
  7881.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7882.      */
  7883.     protected function getDoctrineMigrations_RollupCommandService()
  7884.     {
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  7888.         $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');
  7889.         $instance->setName('doctrine:migrations:rollup');
  7890.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  7891.         return $instance;
  7892.     }
  7893.     /**
  7894.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7895.      *
  7896.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7897.      */
  7898.     protected function getDoctrineMigrations_StatusCommandService()
  7899.     {
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  7903.         $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');
  7904.         $instance->setName('doctrine:migrations:status');
  7905.         $instance->setDescription('View the status of a set of migrations.');
  7906.         return $instance;
  7907.     }
  7908.     /**
  7909.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7910.      *
  7911.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7912.      */
  7913.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7914.     {
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  7918.         $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');
  7919.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7920.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  7921.         return $instance;
  7922.     }
  7923.     /**
  7924.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7925.      *
  7926.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7927.      */
  7928.     protected function getDoctrineMigrations_UpToDateCommandService()
  7929.     {
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  7933.         $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');
  7934.         $instance->setName('doctrine:migrations:up-to-date');
  7935.         $instance->setDescription('Tells you if your schema is up-to-date.');
  7936.         return $instance;
  7937.     }
  7938.     /**
  7939.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7940.      *
  7941.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7942.      */
  7943.     protected function getDoctrineMigrations_VersionCommandService()
  7944.     {
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  7948.         $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');
  7949.         $instance->setName('doctrine:migrations:version');
  7950.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  7951.         return $instance;
  7952.     }
  7953.     /**
  7954.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7955.      *
  7956.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7957.      */
  7958.     protected function getDoctrineMigrations_VersionsCommandService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  7963.         $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');
  7964.         $instance->setName('doctrine:migrations:list');
  7965.         $instance->setDescription('Display a list of all available migrations and their status.');
  7966.         return $instance;
  7967.     }
  7968.     /**
  7969.      * Gets the private 'easyadmin.filter.type.array' shared service.
  7970.      *
  7971.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  7972.      */
  7973.     protected function getEasyadmin_Filter_Type_ArrayService()
  7974.     {
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7977.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  7981.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  7982.     }
  7983.     /**
  7984.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  7985.      *
  7986.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  7987.      */
  7988.     protected function getEasyadmin_Filter_Type_BooleanService()
  7989.     {
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  7996.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  7997.     }
  7998.     /**
  7999.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  8000.      *
  8001.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  8002.      */
  8003.     protected function getEasyadmin_Filter_Type_ChoiceService()
  8004.     {
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  8011.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  8012.     }
  8013.     /**
  8014.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  8015.      *
  8016.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8017.      */
  8018.     protected function getEasyadmin_Filter_Type_ComparisonService()
  8019.     {
  8020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8026.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  8027.     }
  8028.     /**
  8029.      * Gets the private 'easyadmin.filter.type.date' shared service.
  8030.      *
  8031.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8032.      */
  8033.     protected function getEasyadmin_Filter_Type_DateService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8041.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  8042.     }
  8043.     /**
  8044.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  8045.      *
  8046.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8047.      */
  8048.     protected function getEasyadmin_Filter_Type_DateintervalService()
  8049.     {
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8054.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8056.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  8057.     }
  8058.     /**
  8059.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  8060.      *
  8061.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8062.      */
  8063.     protected function getEasyadmin_Filter_Type_DatetimeService()
  8064.     {
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8071.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  8072.     }
  8073.     /**
  8074.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  8075.      *
  8076.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8077.      */
  8078.     protected function getEasyadmin_Filter_Type_DecimalService()
  8079.     {
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8086.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  8087.     }
  8088.     /**
  8089.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  8090.      *
  8091.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  8092.      */
  8093.     protected function getEasyadmin_Filter_Type_EntityService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  8101.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  8102.     }
  8103.     /**
  8104.      * Gets the private 'easyadmin.filter.type.float' shared service.
  8105.      *
  8106.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8107.      */
  8108.     protected function getEasyadmin_Filter_Type_FloatService()
  8109.     {
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8116.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  8117.     }
  8118.     /**
  8119.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  8120.      *
  8121.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8122.      */
  8123.     protected function getEasyadmin_Filter_Type_IntegerService()
  8124.     {
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8131.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  8132.     }
  8133.     /**
  8134.      * Gets the private 'easyadmin.filter.type.text' shared service.
  8135.      *
  8136.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8137.      */
  8138.     protected function getEasyadmin_Filter_Type_TextService()
  8139.     {
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8143.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  8144.     }
  8145.     /**
  8146.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  8147.      *
  8148.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8149.      */
  8150.     protected function getEasyadmin_Filter_Type_TextareaService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8155.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  8156.     }
  8157.     /**
  8158.      * Gets the private 'easyadmin.filter.type.time' shared service.
  8159.      *
  8160.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8161.      */
  8162.     protected function getEasyadmin_Filter_Type_TimeService()
  8163.     {
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8170.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  8171.     }
  8172.     /**
  8173.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  8174.      *
  8175.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  8176.      */
  8177.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  8178.     {
  8179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8180.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8181.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  8182.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8183.     }
  8184.     /**
  8185.      * Gets the private 'easyadmin.form.type' shared service.
  8186.      *
  8187.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  8188.      */
  8189.     protected function getEasyadmin_Form_TypeService()
  8190.     {
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8197.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8198.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8204.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  8205.         if (isset($this->privates['easyadmin.form.type'])) {
  8206.             return $this->privates['easyadmin.form.type'];
  8207.         }
  8208.         $b = ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService());
  8209.         if (isset($this->privates['easyadmin.form.type'])) {
  8210.             return $this->privates['easyadmin.form.type'];
  8211.         }
  8212.         $c = ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService());
  8213.         if (isset($this->privates['easyadmin.form.type'])) {
  8214.             return $this->privates['easyadmin.form.type'];
  8215.         }
  8216.         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);
  8217.     }
  8218.     /**
  8219.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  8220.      *
  8221.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  8222.      */
  8223.     protected function getEasyadmin_Form_Type_AutocompleteService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  8229.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  8230.         if (isset($this->privates['easyadmin.form.type.autocomplete'])) {
  8231.             return $this->privates['easyadmin.form.type.autocomplete'];
  8232.         }
  8233.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType($a);
  8234.     }
  8235.     /**
  8236.      * Gets the private 'easyadmin.form.type.batch' shared service.
  8237.      *
  8238.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  8239.      */
  8240.     protected function getEasyadmin_Form_Type_BatchService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  8245.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  8246.         if (isset($this->privates['easyadmin.form.type.batch'])) {
  8247.             return $this->privates['easyadmin.form.type.batch'];
  8248.         }
  8249.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType($a);
  8250.     }
  8251.     /**
  8252.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  8253.      *
  8254.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  8255.      */
  8256.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  8260.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  8261.         if (isset($this->privates['easyadmin.form.type.configurator.type'])) {
  8262.             return $this->privates['easyadmin.form.type.configurator.type'];
  8263.         }
  8264.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator($a);
  8265.     }
  8266.     /**
  8267.      * Gets the private 'easyadmin.form.type.divider' shared service.
  8268.      *
  8269.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  8270.      */
  8271.     protected function getEasyadmin_Form_Type_DividerService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  8276.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  8277.     }
  8278.     /**
  8279.      * Gets the private 'easyadmin.form.type.extension' shared service.
  8280.      *
  8281.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  8282.      */
  8283.     protected function getEasyadmin_Form_Type_ExtensionService()
  8284.     {
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  8288.         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())));
  8289.     }
  8290.     /**
  8291.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  8292.      *
  8293.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  8294.      */
  8295.     protected function getEasyadmin_Form_Type_FileuploadService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8300.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  8301.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  8302.     }
  8303.     /**
  8304.      * Gets the private 'easyadmin.form.type.filters' shared service.
  8305.      *
  8306.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  8307.      */
  8308.     protected function getEasyadmin_Form_Type_FiltersService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8318.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8322.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8323.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  8324.         if (isset($this->privates['easyadmin.form.type.filters'])) {
  8325.             return $this->privates['easyadmin.form.type.filters'];
  8326.         }
  8327.         $b = ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService());
  8328.         if (isset($this->privates['easyadmin.form.type.filters'])) {
  8329.             return $this->privates['easyadmin.form.type.filters'];
  8330.         }
  8331.         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()))]);
  8332.     }
  8333.     /**
  8334.      * Gets the private 'easyadmin.form.type.group' shared service.
  8335.      *
  8336.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  8337.      */
  8338.     protected function getEasyadmin_Form_Type_GroupService()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  8343.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  8344.     }
  8345.     /**
  8346.      * Gets the private 'easyadmin.form.type.section' shared service.
  8347.      *
  8348.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  8349.      */
  8350.     protected function getEasyadmin_Form_Type_SectionService()
  8351.     {
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  8355.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  8356.     }
  8357.     /**
  8358.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8359.      *
  8360.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8361.      */
  8362.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8363.     {
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8366.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8367.         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()));
  8368.     }
  8369.     /**
  8370.      * Gets the private 'exception_listener' shared service.
  8371.      *
  8372.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8373.      */
  8374.     protected function getExceptionListenerService()
  8375.     {
  8376.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8377.     }
  8378.     /**
  8379.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8380.      *
  8381.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8382.      */
  8383.     protected function getForm_ChoiceListFactory_CachedService()
  8384.     {
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8389.         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())));
  8390.     }
  8391.     /**
  8392.      * Gets the private 'form.registry' shared service.
  8393.      *
  8394.      * @return \Symfony\Component\Form\FormRegistry
  8395.      */
  8396.     protected function getForm_RegistryService()
  8397.     {
  8398.         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, [
  8399.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  8400.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  8401.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  8402.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  8403.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  8404.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  8405.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  8406.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  8407.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  8408.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  8409.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  8410.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  8411.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  8412.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  8413.         ], [
  8414.             'easyadmin.filter.type.array' => '?',
  8415.             'easyadmin.filter.type.boolean' => '?',
  8416.             'easyadmin.filter.type.choice' => '?',
  8417.             'easyadmin.filter.type.comparison' => '?',
  8418.             'easyadmin.filter.type.date' => '?',
  8419.             'easyadmin.filter.type.dateinterval' => '?',
  8420.             'easyadmin.filter.type.datetime' => '?',
  8421.             'easyadmin.filter.type.decimal' => '?',
  8422.             'easyadmin.filter.type.entity' => '?',
  8423.             'easyadmin.filter.type.float' => '?',
  8424.             'easyadmin.filter.type.integer' => '?',
  8425.             'easyadmin.filter.type.text' => '?',
  8426.             'easyadmin.filter.type.textarea' => '?',
  8427.             'easyadmin.filter.type.time' => '?',
  8428.         ]), [], new RewindableGenerator(function () {
  8429.             return new \EmptyIterator();
  8430.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8431.             'App\\Form\\Admin\\BrandType' => ['privates''App\\Form\\Admin\\BrandType''getBrandTypeService'false],
  8432.             'App\\Form\\Admin\\CalculateButtonType' => ['privates''App\\Form\\Admin\\CalculateButtonType''getCalculateButtonTypeService'false],
  8433.             'App\\Form\\Admin\\ImportRecipeFileType' => ['privates''App\\Form\\Admin\\ImportRecipeFileType''getImportRecipeFileTypeService'false],
  8434.             'App\\Form\\Admin\\LinePatternType' => ['privates''App\\Form\\Admin\\LinePatternType''getLinePatternTypeService'false],
  8435.             'App\\Form\\Admin\\NotMappedChoiceType' => ['privates''App\\Form\\Admin\\NotMappedChoiceType''getNotMappedChoiceTypeService'false],
  8436.             'App\\Form\\Admin\\RecipeCalculator\\MaturityType' => ['privates''App\\Form\\Admin\\RecipeCalculator\\MaturityType''getMaturityTypeService'false],
  8437.             'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType' => ['privates''App\\Form\\Admin\\RecipeCalculator\\PreviewChartType''getPreviewChartTypeService'false],
  8438.             'App\\Form\\Api\\DataSampleType' => ['privates''App\\Form\\Api\\DataSampleType''getDataSampleTypeService'false],
  8439.             'App\\Form\\Api\\ErrorType' => ['privates''App\\Form\\Api\\ErrorType''getErrorTypeService'false],
  8440.             'App\\Form\\CustomDateTimeType' => ['privates''App\\Form\\CustomDateTimeType''getCustomDateTimeTypeService'false],
  8441.             'App\\Form\\MeasurementData\\ChannelCoefficientType' => ['privates''App\\Form\\MeasurementData\\ChannelCoefficientType''getChannelCoefficientTypeService'false],
  8442.             'App\\Form\\MeasurementData\\ChannelSettingType' => ['privates''App\\Form\\MeasurementData\\ChannelSettingType''getChannelSettingTypeService'false],
  8443.             'App\\Form\\MeasurementData\\MeasurementFilterType' => ['privates''App\\Form\\MeasurementData\\MeasurementFilterType''getMeasurementFilterTypeService'false],
  8444.             'App\\Form\\MeasurementData\\MeasurementMergeType' => ['privates''App\\Form\\MeasurementData\\MeasurementMergeType''getMeasurementMergeTypeService'false],
  8445.             'App\\Form\\MeasurementData\\MeasurementNoteType' => ['privates''App\\Form\\MeasurementData\\MeasurementNoteType''getMeasurementNoteTypeService'false],
  8446.             'App\\Form\\MeasurementData\\MeasurementProbesWizardType' => ['privates''App\\Form\\MeasurementData\\MeasurementProbesWizardType''getMeasurementProbesWizardTypeService'false],
  8447.             'App\\Form\\MeasurementData\\PreviousChannelMergeType' => ['privates''App\\Form\\MeasurementData\\PreviousChannelMergeType''getPreviousChannelMergeTypeService'false],
  8448.             'App\\Form\\MeasurementData\\ReportType' => ['privates''App\\Form\\MeasurementData\\ReportType''getReportTypeService'false],
  8449.             'App\\Form\\MeasurementData\\StandardRecipeFormType' => ['privates''App\\Form\\MeasurementData\\StandardRecipeFormType''getStandardRecipeFormTypeService'false],
  8450.             'App\\Form\\Security\\ResetPasswordType' => ['privates''App\\Form\\Security\\ResetPasswordType''getResetPasswordTypeService'false],
  8451.             'App\\Form\\Security\\TriggerPasswordResetType' => ['privates''App\\Form\\Security\\TriggerPasswordResetType''getTriggerPasswordResetTypeService'false],
  8452.             'App\\Form\\UserInterface\\ChannelNameType' => ['privates''App\\Form\\UserInterface\\ChannelNameType''getChannelNameTypeService'false],
  8453.             'App\\Form\\UserInterface\\ChannelRecipeType' => ['privates''App\\Form\\UserInterface\\ChannelRecipeType''getChannelRecipeTypeService'false],
  8454.             'App\\Form\\UserInterface\\ChartType' => ['privates''App\\Form\\UserInterface\\ChartType''getChartTypeService'false],
  8455.             'App\\Form\\UserInterface\\DemoLinkType' => ['privates''App\\Form\\UserInterface\\DemoLinkType''getDemoLinkTypeService'false],
  8456.             'App\\Form\\UserInterface\\DeviceNameType' => ['privates''App\\Form\\UserInterface\\DeviceNameType''getDeviceNameTypeService'false],
  8457.             'App\\Form\\UserInterface\\InfoType' => ['privates''App\\Form\\UserInterface\\InfoType''getInfoTypeService'false],
  8458.             'App\\Form\\UserInterface\\MeasurementNameType' => ['privates''App\\Form\\UserInterface\\MeasurementNameType''getMeasurementNameTypeService'false],
  8459.             'App\\Form\\UserInterface\\MeasurementType' => ['privates''App\\Form\\UserInterface\\MeasurementType''getMeasurementTypeService'false],
  8460.             'App\\Form\\UserInterface\\TableType' => ['privates''App\\Form\\UserInterface\\TableType''getTableTypeService'false],
  8461.             'App\\Form\\WinAppExportTemperaturesFileType' => ['privates''App\\Form\\WinAppExportTemperaturesFileType''getWinAppExportTemperaturesFileTypeService'false],
  8462.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  8463.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  8464.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  8465.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  8466.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  8467.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  8468.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  8469.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  8470.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8471.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8472.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8473.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8474.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8475.         ], [
  8476.             'App\\Form\\Admin\\BrandType' => '?',
  8477.             'App\\Form\\Admin\\CalculateButtonType' => '?',
  8478.             'App\\Form\\Admin\\ImportRecipeFileType' => '?',
  8479.             'App\\Form\\Admin\\LinePatternType' => '?',
  8480.             'App\\Form\\Admin\\NotMappedChoiceType' => '?',
  8481.             'App\\Form\\Admin\\RecipeCalculator\\MaturityType' => '?',
  8482.             'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType' => '?',
  8483.             'App\\Form\\Api\\DataSampleType' => '?',
  8484.             'App\\Form\\Api\\ErrorType' => '?',
  8485.             'App\\Form\\CustomDateTimeType' => '?',
  8486.             'App\\Form\\MeasurementData\\ChannelCoefficientType' => '?',
  8487.             'App\\Form\\MeasurementData\\ChannelSettingType' => '?',
  8488.             'App\\Form\\MeasurementData\\MeasurementFilterType' => '?',
  8489.             'App\\Form\\MeasurementData\\MeasurementMergeType' => '?',
  8490.             'App\\Form\\MeasurementData\\MeasurementNoteType' => '?',
  8491.             'App\\Form\\MeasurementData\\MeasurementProbesWizardType' => '?',
  8492.             'App\\Form\\MeasurementData\\PreviousChannelMergeType' => '?',
  8493.             'App\\Form\\MeasurementData\\ReportType' => '?',
  8494.             'App\\Form\\MeasurementData\\StandardRecipeFormType' => '?',
  8495.             'App\\Form\\Security\\ResetPasswordType' => '?',
  8496.             'App\\Form\\Security\\TriggerPasswordResetType' => '?',
  8497.             'App\\Form\\UserInterface\\ChannelNameType' => '?',
  8498.             'App\\Form\\UserInterface\\ChannelRecipeType' => '?',
  8499.             'App\\Form\\UserInterface\\ChartType' => '?',
  8500.             'App\\Form\\UserInterface\\DemoLinkType' => '?',
  8501.             'App\\Form\\UserInterface\\DeviceNameType' => '?',
  8502.             'App\\Form\\UserInterface\\InfoType' => '?',
  8503.             'App\\Form\\UserInterface\\MeasurementNameType' => '?',
  8504.             'App\\Form\\UserInterface\\MeasurementType' => '?',
  8505.             'App\\Form\\UserInterface\\TableType' => '?',
  8506.             'App\\Form\\WinAppExportTemperaturesFileType' => '?',
  8507.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  8508.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  8509.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  8510.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  8511.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  8512.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  8513.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  8514.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8515.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8516.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8517.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8518.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8519.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8520.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8521.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8522.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8523.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8524.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8525.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8526.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8527.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  8528.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  8529.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8530.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8531.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8532.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8533.         }, 1)], new RewindableGenerator(function () {
  8534.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8535.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8536.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  8537.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8538.     }
  8539.     /**
  8540.      * Gets the private 'form.server_params' shared service.
  8541.      *
  8542.      * @return \Symfony\Component\Form\Util\ServerParams
  8543.      */
  8544.     protected function getForm_ServerParamsService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8547.         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())));
  8548.     }
  8549.     /**
  8550.      * Gets the private 'form.type.choice' shared service.
  8551.      *
  8552.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8553.      */
  8554.     protected function getForm_Type_ChoiceService()
  8555.     {
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8559.         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()));
  8560.     }
  8561.     /**
  8562.      * Gets the private 'form.type.color' shared service.
  8563.      *
  8564.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8565.      */
  8566.     protected function getForm_Type_ColorService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8571.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8572.     }
  8573.     /**
  8574.      * Gets the private 'form.type.entity' shared service.
  8575.      *
  8576.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8577.      */
  8578.     protected function getForm_Type_EntityService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8584.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8585.     }
  8586.     /**
  8587.      * Gets the private 'form.type.form' shared service.
  8588.      *
  8589.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8590.      */
  8591.     protected function getForm_Type_FormService()
  8592.     {
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8597.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  8598.     }
  8599.     /**
  8600.      * Gets the private 'form.type_extension.csrf' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8603.      */
  8604.     protected function getForm_TypeExtension_CsrfService()
  8605.     {
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8609.         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()));
  8610.     }
  8611.     /**
  8612.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8613.      *
  8614.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8615.      */
  8616.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8617.     {
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8621.         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()));
  8622.     }
  8623.     /**
  8624.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8625.      *
  8626.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8627.      */
  8628.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8629.     {
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8635.         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())));
  8636.     }
  8637.     /**
  8638.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8639.      *
  8640.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8641.      */
  8642.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8643.     {
  8644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8647.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8648.     }
  8649.     /**
  8650.      * Gets the private 'form.type_extension.form.validator' shared service.
  8651.      *
  8652.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8653.      */
  8654.     protected function getForm_TypeExtension_Form_ValidatorService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8660.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8661.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8662.             return $this->privates['form.type_extension.form.validator'];
  8663.         }
  8664.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  8665.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8666.             return $this->privates['form.type_extension.form.validator'];
  8667.         }
  8668.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  8669.     }
  8670.     /**
  8671.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8672.      *
  8673.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8674.      */
  8675.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8676.     {
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8680.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8681.     }
  8682.     /**
  8683.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8684.      *
  8685.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8686.      */
  8687.     protected function getForm_TypeGuesser_DoctrineService()
  8688.     {
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8691.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8692.     }
  8693.     /**
  8694.      * Gets the private 'form.type_guesser.validator' shared service.
  8695.      *
  8696.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8697.      */
  8698.     protected function getForm_TypeGuesser_ValidatorService()
  8699.     {
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8702.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8703.         if (isset($this->privates['form.type_guesser.validator'])) {
  8704.             return $this->privates['form.type_guesser.validator'];
  8705.         }
  8706.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  8707.     }
  8708.     /**
  8709.      * Gets the private 'fos_rest.format_listener' shared service.
  8710.      *
  8711.      * @return \FOS\RestBundle\EventListener\FormatListener
  8712.      */
  8713.     protected function getFosRest_FormatListenerService()
  8714.     {
  8715.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8716.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  8717.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => '2.0''fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  8718.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> '*/*'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  8719.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  8720.     }
  8721.     /**
  8722.      * Gets the private 'fragment.renderer.inline' shared service.
  8723.      *
  8724.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8725.      */
  8726.     protected function getFragment_Renderer_InlineService()
  8727.     {
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8731.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8732.         if (isset($this->privates['fragment.renderer.inline'])) {
  8733.             return $this->privates['fragment.renderer.inline'];
  8734.         }
  8735.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8736.         if (isset($this->privates['fragment.renderer.inline'])) {
  8737.             return $this->privates['fragment.renderer.inline'];
  8738.         }
  8739.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  8740.         $instance->setFragmentPath('/_fragment');
  8741.         return $instance;
  8742.     }
  8743.     /**
  8744.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8745.      *
  8746.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8747.      */
  8748.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8749.     {
  8750.         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())));
  8751.     }
  8752.     /**
  8753.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8754.      *
  8755.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8756.      */
  8757.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8758.     {
  8759.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8760.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  8761.             return $this->privates['framework_extra_bundle.event.is_granted'];
  8762.         }
  8763.         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);
  8764.     }
  8765.     /**
  8766.      * Gets the private 'locale_aware_listener' shared service.
  8767.      *
  8768.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8769.      */
  8770.     protected function getLocaleAwareListenerService()
  8771.     {
  8772.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8773.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  8774.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8775.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8776.     }
  8777.     /**
  8778.      * Gets the private 'locale_listener' shared service.
  8779.      *
  8780.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8781.      */
  8782.     protected function getLocaleListenerService()
  8783.     {
  8784.         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, []);
  8785.     }
  8786.     /**
  8787.      * Gets the private 'mailer.transport_factory.native' shared service.
  8788.      *
  8789.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8790.      */
  8791.     protected function getMailer_TransportFactory_NativeService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8796.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8797.         if (isset($this->privates['mailer.transport_factory.native'])) {
  8798.             return $this->privates['mailer.transport_factory.native'];
  8799.         }
  8800.         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()));
  8801.     }
  8802.     /**
  8803.      * Gets the private 'mailer.transport_factory.null' shared service.
  8804.      *
  8805.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8806.      */
  8807.     protected function getMailer_TransportFactory_NullService()
  8808.     {
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8811.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8812.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8813.         if (isset($this->privates['mailer.transport_factory.null'])) {
  8814.             return $this->privates['mailer.transport_factory.null'];
  8815.         }
  8816.         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()));
  8817.     }
  8818.     /**
  8819.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8820.      *
  8821.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8822.      */
  8823.     protected function getMailer_TransportFactory_SendmailService()
  8824.     {
  8825.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8828.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8829.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  8830.             return $this->privates['mailer.transport_factory.sendmail'];
  8831.         }
  8832.         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()));
  8833.     }
  8834.     /**
  8835.      * Gets the private 'mailer.transport_factory.smtp' shared autowired service.
  8836.      *
  8837.      * @return \App\Mailer\EsmtpTransportFactory
  8838.      */
  8839.     protected function getMailer_TransportFactory_SmtpService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8843.         include_once \dirname(__DIR__4).'/src/Mailer/EsmtpTransportFactory.php';
  8844.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8845.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  8846.             return $this->privates['mailer.transport_factory.smtp'];
  8847.         }
  8848.         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()));
  8849.     }
  8850.     /**
  8851.      * Gets the private 'mailer.transports' shared service.
  8852.      *
  8853.      * @return \Symfony\Component\Mailer\Transport\Transports
  8854.      */
  8855.     protected function getMailer_TransportsService()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8860.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8861.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  8862.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  8863.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  8864.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  8865.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  8866.     }
  8867.     /**
  8868.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8869.      *
  8870.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8871.      */
  8872.     protected function getMaker_AutoCommand_MakeAuthService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8882.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8883.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8884.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8885.         $instance->setName('make:auth');
  8886.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8887.         return $instance;
  8888.     }
  8889.     /**
  8890.      * Gets the private 'maker.auto_command.make_command' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8893.      */
  8894.     protected function getMaker_AutoCommand_MakeCommandService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8902.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8903.         $instance->setName('make:command');
  8904.         $instance->setDescription('Creates a new console command class');
  8905.         return $instance;
  8906.     }
  8907.     /**
  8908.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8909.      *
  8910.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8911.      */
  8912.     protected function getMaker_AutoCommand_MakeControllerService()
  8913.     {
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8920.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8921.         $instance->setName('make:controller');
  8922.         $instance->setDescription('Creates a new controller class');
  8923.         return $instance;
  8924.     }
  8925.     /**
  8926.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8927.      *
  8928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8929.      */
  8930.     protected function getMaker_AutoCommand_MakeCrudService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8938.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8939.         $instance->setName('make:crud');
  8940.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8941.         return $instance;
  8942.     }
  8943.     /**
  8944.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8945.      *
  8946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8947.      */
  8948.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8956.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8957.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8958.         $instance->setName('make:docker:database');
  8959.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8960.         return $instance;
  8961.     }
  8962.     /**
  8963.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8964.      *
  8965.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8966.      */
  8967.     protected function getMaker_AutoCommand_MakeEntityService()
  8968.     {
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8976.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8977.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8978.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8979.         $instance->setName('make:entity');
  8980.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8985.      *
  8986.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8987.      */
  8988.     protected function getMaker_AutoCommand_MakeFixturesService()
  8989.     {
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8996.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  8997.         $instance->setName('make:fixtures');
  8998.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8999.         return $instance;
  9000.     }
  9001.     /**
  9002.      * Gets the private 'maker.auto_command.make_form' shared service.
  9003.      *
  9004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9005.      */
  9006.     protected function getMaker_AutoCommand_MakeFormService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9014.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9015.         $instance->setName('make:form');
  9016.         $instance->setDescription('Creates a new form class');
  9017.         return $instance;
  9018.     }
  9019.     /**
  9020.      * Gets the private 'maker.auto_command.make_message' shared service.
  9021.      *
  9022.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9023.      */
  9024.     protected function getMaker_AutoCommand_MakeMessageService()
  9025.     {
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9032.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9033.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9034.         $instance->setName('make:message');
  9035.         $instance->setDescription('Creates a new message and handler');
  9036.         return $instance;
  9037.     }
  9038.     /**
  9039.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9040.      *
  9041.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9042.      */
  9043.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9044.     {
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9051.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9052.         $instance->setName('make:messenger-middleware');
  9053.         $instance->setDescription('Creates a new messenger middleware');
  9054.         return $instance;
  9055.     }
  9056.     /**
  9057.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9058.      *
  9059.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9060.      */
  9061.     protected function getMaker_AutoCommand_MakeMigrationService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9070.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9071.         $instance->setName('make:migration');
  9072.         $instance->setDescription('Creates a new migration based on database changes');
  9073.         return $instance;
  9074.     }
  9075.     /**
  9076.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9077.      *
  9078.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9079.      */
  9080.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9081.     {
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9088.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9089.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9090.         $instance->setName('make:registration-form');
  9091.         $instance->setDescription('Creates a new registration form system');
  9092.         return $instance;
  9093.     }
  9094.     /**
  9095.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9096.      *
  9097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9098.      */
  9099.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9107.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9108.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9109.         $instance->setName('make:reset-password');
  9110.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9111.         return $instance;
  9112.     }
  9113.     /**
  9114.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  9115.      *
  9116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9117.      */
  9118.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  9119.     {
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9128.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9129.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9130.         $instance->setName('make:security:form-login');
  9131.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  9132.         return $instance;
  9133.     }
  9134.     /**
  9135.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9136.      *
  9137.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9138.      */
  9139.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9140.     {
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9147.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9148.         $instance->setName('make:serializer:encoder');
  9149.         $instance->setDescription('Creates a new serializer encoder class');
  9150.         return $instance;
  9151.     }
  9152.     /**
  9153.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9154.      *
  9155.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9156.      */
  9157.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9165.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9166.         $instance->setName('make:serializer:normalizer');
  9167.         $instance->setDescription('Creates a new serializer normalizer class');
  9168.         return $instance;
  9169.     }
  9170.     /**
  9171.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  9172.      *
  9173.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9174.      */
  9175.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9183.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9184.         $instance->setName('make:stimulus-controller');
  9185.         $instance->setDescription('Creates a new Stimulus controller');
  9186.         return $instance;
  9187.     }
  9188.     /**
  9189.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9190.      *
  9191.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9192.      */
  9193.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9194.     {
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9202.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9203.         $instance->setName('make:subscriber');
  9204.         $instance->setDescription('Creates a new event subscriber class');
  9205.         return $instance;
  9206.     }
  9207.     /**
  9208.      * Gets the private 'maker.auto_command.make_test' shared service.
  9209.      *
  9210.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9211.      */
  9212.     protected function getMaker_AutoCommand_MakeTestService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9221.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9222.         $instance->setName('make:test');
  9223.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9224.         $instance->setDescription('Creates a new test class');
  9225.         return $instance;
  9226.     }
  9227.     /**
  9228.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  9229.      *
  9230.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9231.      */
  9232.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  9233.     {
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9240.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9241.         $instance->setName('make:twig-component');
  9242.         $instance->setDescription('Creates a twig (or live) component');
  9243.         return $instance;
  9244.     }
  9245.     /**
  9246.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9247.      *
  9248.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9249.      */
  9250.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9258.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9259.         $instance->setName('make:twig-extension');
  9260.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  9261.         return $instance;
  9262.     }
  9263.     /**
  9264.      * Gets the private 'maker.auto_command.make_user' shared service.
  9265.      *
  9266.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9267.      */
  9268.     protected function getMaker_AutoCommand_MakeUserService()
  9269.     {
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9278.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9279.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9280.         $instance->setName('make:user');
  9281.         $instance->setDescription('Creates a new security user class');
  9282.         return $instance;
  9283.     }
  9284.     /**
  9285.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9286.      *
  9287.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9288.      */
  9289.     protected function getMaker_AutoCommand_MakeValidatorService()
  9290.     {
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9297.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9298.         $instance->setName('make:validator');
  9299.         $instance->setDescription('Creates a new validator and constraint class');
  9300.         return $instance;
  9301.     }
  9302.     /**
  9303.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9304.      *
  9305.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9306.      */
  9307.     protected function getMaker_AutoCommand_MakeVoterService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  9315.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  9316.         $instance->setName('make:voter');
  9317.         $instance->setDescription('Creates a new security voter class');
  9318.         return $instance;
  9319.     }
  9320.     /**
  9321.      * Gets the private 'maker.doctrine_helper' shared service.
  9322.      *
  9323.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9324.      */
  9325.     protected function getMaker_DoctrineHelperService()
  9326.     {
  9327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9328.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  9329.     }
  9330.     /**
  9331.      * Gets the private 'maker.entity_class_generator' shared service.
  9332.      *
  9333.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9334.      */
  9335.     protected function getMaker_EntityClassGeneratorService()
  9336.     {
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9338.         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()));
  9339.     }
  9340.     /**
  9341.      * Gets the private 'maker.file_link_formatter' shared service.
  9342.      *
  9343.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  9344.      */
  9345.     protected function getMaker_FileLinkFormatterService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9348.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9349.     }
  9350.     /**
  9351.      * Gets the private 'maker.file_manager' shared service.
  9352.      *
  9353.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9354.      */
  9355.     protected function getMaker_FileManagerService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9361.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9362.     }
  9363.     /**
  9364.      * Gets the private 'maker.generator' shared service.
  9365.      *
  9366.      * @return \Symfony\Bundle\MakerBundle\Generator
  9367.      */
  9368.     protected function getMaker_GeneratorService()
  9369.     {
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9372.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  9373.     }
  9374.     /**
  9375.      * Gets the private 'maker.php_compat_util' shared service.
  9376.      *
  9377.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9378.      */
  9379.     protected function getMaker_PhpCompatUtilService()
  9380.     {
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9382.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9383.     }
  9384.     /**
  9385.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9386.      *
  9387.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9388.      */
  9389.     protected function getMaker_Renderer_FormTypeRendererService()
  9390.     {
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9392.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9393.     }
  9394.     /**
  9395.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  9396.      *
  9397.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  9398.      */
  9399.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  9400.     {
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  9405.         $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 () {
  9406.             yield => ($this->privates['.messenger.handler_descriptor.ul9hsrA'] ?? $this->get_Messenger_HandlerDescriptor_Ul9hsrAService());
  9407.             yield => ($this->privates['.messenger.handler_descriptor.3iy9Gbr'] ?? $this->get_Messenger_HandlerDescriptor_3iy9GbrService());
  9408.             yield => ($this->privates['.messenger.handler_descriptor._PzCrgG'] ?? $this->get_Messenger_HandlerDescriptor_PzCrgGService());
  9409.         }, 3), 'App\\Entity\\DeviceLastCommunication' => new RewindableGenerator(function () {
  9410.             yield => ($this->privates['.messenger.handler_descriptor.ioJXN1j'] ?? $this->get_Messenger_HandlerDescriptor_IoJXN1jService());
  9411.         }, 1), 'App\\Model\\DataSampleRequest' => new RewindableGenerator(function () {
  9412.             yield => ($this->privates['.messenger.handler_descriptor.B3epLWt'] ?? $this->get_Messenger_HandlerDescriptor_B3epLWtService());
  9413.         }, 1), 'Symfony\\Component\\Mime\\Email' => new RewindableGenerator(function () {
  9414.             yield => ($this->privates['.messenger.handler_descriptor.5ZQnKgk'] ?? $this->get_Messenger_HandlerDescriptor_5ZQnKgkService());
  9415.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  9416.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  9417.         }, 1)]));
  9418.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9419.         return $instance;
  9420.     }
  9421.     /**
  9422.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  9423.      *
  9424.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  9425.      */
  9426.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  9427.     {
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  9430.         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');
  9431.     }
  9432.     /**
  9433.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  9434.      *
  9435.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  9436.      */
  9437.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  9438.     {
  9439.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  9440.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9441.             'command_notification' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9442.             'data_sample_added' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9443.             'default' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9444.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9445.             'mail_activate_account' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9446.             'mail_notification' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9447.             'mail_password_reset' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9448.         ], [
  9449.             'command_notification' => '?',
  9450.             'data_sample_added' => '?',
  9451.             'default' => '?',
  9452.             'failed' => '?',
  9453.             'mail_activate_account' => '?',
  9454.             'mail_notification' => '?',
  9455.             'mail_password_reset' => '?',
  9456.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9457.     }
  9458.     /**
  9459.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  9460.      *
  9461.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  9462.      */
  9463.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  9464.     {
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  9466.         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()));
  9467.     }
  9468.     /**
  9469.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  9470.      *
  9471.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  9472.      */
  9473.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  9474.     {
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  9476.         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()));
  9477.     }
  9478.     /**
  9479.      * Gets the private 'messenger.middleware.send_message' shared service.
  9480.      *
  9481.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  9482.      */
  9483.     protected function getMessenger_Middleware_SendMessageService()
  9484.     {
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  9489.         $a = ($this->privates['.service_locator.tfe0Uvf'] ?? $this->get_ServiceLocator_Tfe0UvfService());
  9490.         if (isset($this->privates['messenger.middleware.send_message'])) {
  9491.             return $this->privates['messenger.middleware.send_message'];
  9492.         }
  9493.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9494.         if (isset($this->privates['messenger.middleware.send_message'])) {
  9495.             return $this->privates['messenger.middleware.send_message'];
  9496.         }
  9497.         $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);
  9498.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9499.         return $instance;
  9500.     }
  9501.     /**
  9502.      * Gets the private 'messenger.receiver_locator' shared service.
  9503.      *
  9504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9505.      */
  9506.     protected function getMessenger_ReceiverLocatorService()
  9507.     {
  9508.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9509.             'command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  9510.             'data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  9511.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  9512.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9513.             'mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  9514.             'mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  9515.             'mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  9516.             'messenger.transport.command_notification' => ['privates''messenger.transport.command_notification''getMessenger_Transport_CommandNotificationService'false],
  9517.             'messenger.transport.data_sample_added' => ['privates''messenger.transport.data_sample_added''getMessenger_Transport_DataSampleAddedService'false],
  9518.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  9519.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9520.             'messenger.transport.mail_activate_account' => ['privates''messenger.transport.mail_activate_account''getMessenger_Transport_MailActivateAccountService'false],
  9521.             'messenger.transport.mail_notification' => ['privates''messenger.transport.mail_notification''getMessenger_Transport_MailNotificationService'false],
  9522.             'messenger.transport.mail_password_reset' => ['privates''messenger.transport.mail_password_reset''getMessenger_Transport_MailPasswordResetService'false],
  9523.         ], [
  9524.             'command_notification' => '?',
  9525.             'data_sample_added' => '?',
  9526.             'default' => '?',
  9527.             'failed' => '?',
  9528.             'mail_activate_account' => '?',
  9529.             'mail_notification' => '?',
  9530.             'mail_password_reset' => '?',
  9531.             'messenger.transport.command_notification' => '?',
  9532.             'messenger.transport.data_sample_added' => '?',
  9533.             'messenger.transport.default' => '?',
  9534.             'messenger.transport.failed' => '?',
  9535.             'messenger.transport.mail_activate_account' => '?',
  9536.             'messenger.transport.mail_notification' => '?',
  9537.             'messenger.transport.mail_password_reset' => '?',
  9538.         ]);
  9539.     }
  9540.     /**
  9541.      * Gets the private 'messenger.retry.multiplier_retry_strategy.command_notification' shared service.
  9542.      *
  9543.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9544.      */
  9545.     protected function getMessenger_Retry_MultiplierRetryStrategy_CommandNotificationService()
  9546.     {
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9549.         return $this->privates['messenger.retry.multiplier_retry_strategy.command_notification'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9550.     }
  9551.     /**
  9552.      * Gets the private 'messenger.retry.multiplier_retry_strategy.data_sample_added' shared service.
  9553.      *
  9554.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9555.      */
  9556.     protected function getMessenger_Retry_MultiplierRetryStrategy_DataSampleAddedService()
  9557.     {
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9560.         return $this->privates['messenger.retry.multiplier_retry_strategy.data_sample_added'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9561.     }
  9562.     /**
  9563.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  9564.      *
  9565.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9566.      */
  9567.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  9568.     {
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9571.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9572.     }
  9573.     /**
  9574.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  9575.      *
  9576.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9577.      */
  9578.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9582.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9583.     }
  9584.     /**
  9585.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_activate_account' shared service.
  9586.      *
  9587.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9588.      */
  9589.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailActivateAccountService()
  9590.     {
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9593.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_activate_account'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9594.     }
  9595.     /**
  9596.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_notification' shared service.
  9597.      *
  9598.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9599.      */
  9600.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailNotificationService()
  9601.     {
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9604.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_notification'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9605.     }
  9606.     /**
  9607.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mail_password_reset' shared service.
  9608.      *
  9609.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  9610.      */
  9611.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailPasswordResetService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  9614.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  9615.         return $this->privates['messenger.retry.multiplier_retry_strategy.mail_password_reset'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  9616.     }
  9617.     /**
  9618.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  9619.      *
  9620.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  9621.      */
  9622.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  9623.     {
  9624.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  9625.         $a = ($this->privates['.service_locator.tfe0Uvf'] ?? $this->get_ServiceLocator_Tfe0UvfService());
  9626.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  9627.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  9628.         }
  9629.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9630.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  9631.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  9632.         }
  9633.         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, [
  9634.             'command_notification' => ['privates''messenger.retry.multiplier_retry_strategy.command_notification''getMessenger_Retry_MultiplierRetryStrategy_CommandNotificationService'false],
  9635.             'data_sample_added' => ['privates''messenger.retry.multiplier_retry_strategy.data_sample_added''getMessenger_Retry_MultiplierRetryStrategy_DataSampleAddedService'false],
  9636.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  9637.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  9638.             'mail_activate_account' => ['privates''messenger.retry.multiplier_retry_strategy.mail_activate_account''getMessenger_Retry_MultiplierRetryStrategy_MailActivateAccountService'false],
  9639.             'mail_notification' => ['privates''messenger.retry.multiplier_retry_strategy.mail_notification''getMessenger_Retry_MultiplierRetryStrategy_MailNotificationService'false],
  9640.             'mail_password_reset' => ['privates''messenger.retry.multiplier_retry_strategy.mail_password_reset''getMessenger_Retry_MultiplierRetryStrategy_MailPasswordResetService'false],
  9641.         ], [
  9642.             'command_notification' => '?',
  9643.             'data_sample_added' => '?',
  9644.             'default' => '?',
  9645.             'failed' => '?',
  9646.             'mail_activate_account' => '?',
  9647.             'mail_notification' => '?',
  9648.             'mail_password_reset' => '?',
  9649.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  9650.     }
  9651.     /**
  9652.      * Gets the private 'messenger.routable_message_bus' shared service.
  9653.      *
  9654.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  9655.      */
  9656.     protected function getMessenger_RoutableMessageBusService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  9659.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9660.         if (isset($this->privates['messenger.routable_message_bus'])) {
  9661.             return $this->privates['messenger.routable_message_bus'];
  9662.         }
  9663.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9664.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9665.         ], [
  9666.             'messenger.bus.default' => '?',
  9667.         ]), $a);
  9668.     }
  9669.     /**
  9670.      * Gets the private 'messenger.transport.command_notification' shared service.
  9671.      *
  9672.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9673.      */
  9674.     protected function getMessenger_Transport_CommandNotificationService()
  9675.     {
  9676.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9677.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9681.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9682.         if (isset($this->privates['messenger.transport.command_notification'])) {
  9683.             return $this->privates['messenger.transport.command_notification'];
  9684.         }
  9685.         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())));
  9686.     }
  9687.     /**
  9688.      * Gets the private 'messenger.transport.data_sample_added' shared service.
  9689.      *
  9690.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9691.      */
  9692.     protected function getMessenger_Transport_DataSampleAddedService()
  9693.     {
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9699.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9700.         if (isset($this->privates['messenger.transport.data_sample_added'])) {
  9701.             return $this->privates['messenger.transport.data_sample_added'];
  9702.         }
  9703.         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())));
  9704.     }
  9705.     /**
  9706.      * Gets the private 'messenger.transport.default' shared service.
  9707.      *
  9708.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9709.      */
  9710.     protected function getMessenger_Transport_DefaultService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9717.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9718.         if (isset($this->privates['messenger.transport.default'])) {
  9719.             return $this->privates['messenger.transport.default'];
  9720.         }
  9721.         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())));
  9722.     }
  9723.     /**
  9724.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  9725.      *
  9726.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  9727.      */
  9728.     protected function getMessenger_Transport_Doctrine_FactoryService()
  9729.     {
  9730.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  9732.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9733.     }
  9734.     /**
  9735.      * Gets the private 'messenger.transport.failed' shared service.
  9736.      *
  9737.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9738.      */
  9739.     protected function getMessenger_Transport_FailedService()
  9740.     {
  9741.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9746.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9747.         if (isset($this->privates['messenger.transport.failed'])) {
  9748.             return $this->privates['messenger.transport.failed'];
  9749.         }
  9750.         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())));
  9751.     }
  9752.     /**
  9753.      * Gets the private 'messenger.transport.mail_activate_account' shared service.
  9754.      *
  9755.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9756.      */
  9757.     protected function getMessenger_Transport_MailActivateAccountService()
  9758.     {
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9764.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9765.         if (isset($this->privates['messenger.transport.mail_activate_account'])) {
  9766.             return $this->privates['messenger.transport.mail_activate_account'];
  9767.         }
  9768.         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())));
  9769.     }
  9770.     /**
  9771.      * Gets the private 'messenger.transport.mail_notification' shared service.
  9772.      *
  9773.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9774.      */
  9775.     protected function getMessenger_Transport_MailNotificationService()
  9776.     {
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9782.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9783.         if (isset($this->privates['messenger.transport.mail_notification'])) {
  9784.             return $this->privates['messenger.transport.mail_notification'];
  9785.         }
  9786.         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())));
  9787.     }
  9788.     /**
  9789.      * Gets the private 'messenger.transport.mail_password_reset' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  9792.      */
  9793.     protected function getMessenger_Transport_MailPasswordResetService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  9800.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  9801.         if (isset($this->privates['messenger.transport.mail_password_reset'])) {
  9802.             return $this->privates['messenger.transport.mail_password_reset'];
  9803.         }
  9804.         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())));
  9805.     }
  9806.     /**
  9807.      * Gets the private 'messenger.transport.sync.factory' shared service.
  9808.      *
  9809.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  9810.      */
  9811.     protected function getMessenger_Transport_Sync_FactoryService()
  9812.     {
  9813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9814.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  9815.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  9816.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  9817.             return $this->privates['messenger.transport.sync.factory'];
  9818.         }
  9819.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  9820.     }
  9821.     /**
  9822.      * Gets the private 'messenger.transport_factory' shared service.
  9823.      *
  9824.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  9825.      */
  9826.     protected function getMessenger_TransportFactoryService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  9829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  9830.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  9831.             yield => ($this->privates['App\\Messenger\\Transport\\SilkDoctrine\\SilkDoctrineTransportFactory'] ?? $this->getSilkDoctrineTransportFactoryService());
  9832.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  9833.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  9834.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  9835.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  9836.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  9837.         }, 6));
  9838.     }
  9839.     /**
  9840.      * Gets the private 'mime_types' shared service.
  9841.      *
  9842.      * @return \Symfony\Component\Mime\MimeTypes
  9843.      */
  9844.     protected function getMimeTypesService()
  9845.     {
  9846.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9849.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9850.         $instance->setDefault($instance);
  9851.         return $instance;
  9852.     }
  9853.     /**
  9854.      * Gets the private 'monolog.command.server_log' shared service.
  9855.      *
  9856.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9857.      */
  9858.     protected function getMonolog_Command_ServerLogService()
  9859.     {
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9862.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9863.         $instance->setName('server:log');
  9864.         $instance->setDescription('Start a log server that displays logs in real time');
  9865.         return $instance;
  9866.     }
  9867.     /**
  9868.      * Gets the private 'monolog.handler.console' shared service.
  9869.      *
  9870.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9871.      */
  9872.     protected function getMonolog_Handler_ConsoleService()
  9873.     {
  9874.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9875.     }
  9876.     /**
  9877.      * Gets the private 'monolog.handler.main' shared service.
  9878.      *
  9879.      * @return \Monolog\Handler\StreamHandler
  9880.      */
  9881.     protected function getMonolog_Handler_MainService()
  9882.     {
  9883.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  9884.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9885.         return $instance;
  9886.     }
  9887.     /**
  9888.      * Gets the private 'monolog.logger' shared service.
  9889.      *
  9890.      * @return \Symfony\Bridge\Monolog\Logger
  9891.      */
  9892.     protected function getMonolog_LoggerService()
  9893.     {
  9894.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9895.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9896.         $instance->useMicrosecondTimestamps(true);
  9897.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9898.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9899.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9900.         return $instance;
  9901.     }
  9902.     /**
  9903.      * Gets the private 'monolog.logger.cache' shared service.
  9904.      *
  9905.      * @return \Symfony\Bridge\Monolog\Logger
  9906.      */
  9907.     protected function getMonolog_Logger_CacheService()
  9908.     {
  9909.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9910.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9911.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9912.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9914.         return $instance;
  9915.     }
  9916.     /**
  9917.      * Gets the private 'monolog.logger.mailer' shared service.
  9918.      *
  9919.      * @return \Symfony\Bridge\Monolog\Logger
  9920.      */
  9921.     protected function getMonolog_Logger_MailerService()
  9922.     {
  9923.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9924.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9925.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9926.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9927.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9928.         return $instance;
  9929.     }
  9930.     /**
  9931.      * Gets the private 'monolog.logger.messenger' shared service.
  9932.      *
  9933.      * @return \Symfony\Bridge\Monolog\Logger
  9934.      */
  9935.     protected function getMonolog_Logger_MessengerService()
  9936.     {
  9937.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  9938.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9939.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9940.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9941.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9942.         return $instance;
  9943.     }
  9944.     /**
  9945.      * Gets the private 'monolog.logger.request' shared service.
  9946.      *
  9947.      * @return \Symfony\Bridge\Monolog\Logger
  9948.      */
  9949.     protected function getMonolog_Logger_RequestService()
  9950.     {
  9951.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9952.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9953.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9954.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9955.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9956.         return $instance;
  9957.     }
  9958.     /**
  9959.      * Gets the private 'monolog.logger.security' shared service.
  9960.      *
  9961.      * @return \Symfony\Bridge\Monolog\Logger
  9962.      */
  9963.     protected function getMonolog_Logger_SecurityService()
  9964.     {
  9965.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9966.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9967.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9968.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9969.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9970.         return $instance;
  9971.     }
  9972.     /**
  9973.      * Gets the private 'monolog.logger.snappy' shared service.
  9974.      *
  9975.      * @return \Symfony\Bridge\Monolog\Logger
  9976.      */
  9977.     protected function getMonolog_Logger_SnappyService()
  9978.     {
  9979.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  9980.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9981.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9982.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9984.         return $instance;
  9985.     }
  9986.     /**
  9987.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  9988.      *
  9989.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  9990.      */
  9991.     protected function getNelmioApiDoc_Describers_ConfigService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  9995.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'CMT''description' => 'ConReg Web API''version' => '1.0.0']]);
  9996.     }
  9997.     /**
  9998.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  9999.      *
  10000.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  10001.      */
  10002.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  10007.         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()));
  10008.     }
  10009.     /**
  10010.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  10011.      *
  10012.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  10013.      */
  10014.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  10021.         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 () {
  10022.             yield => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  10023.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  10024.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  10025.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  10026.         }, 4));
  10027.     }
  10028.     /**
  10029.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  10030.      *
  10031.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  10032.      */
  10033.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  10034.     {
  10035.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  10040.         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);
  10041.     }
  10042.     /**
  10043.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  10044.      *
  10045.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  10046.      */
  10047.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  10048.     {
  10049.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  10050.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  10054.         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()));
  10055.     }
  10056.     /**
  10057.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  10058.      *
  10059.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  10060.      */
  10061.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  10062.     {
  10063.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  10067.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  10068.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  10069.             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()));
  10070.             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()));
  10071.             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()));
  10072.             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()));
  10073.             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()));
  10074.             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()));
  10075.             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()));
  10076.             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()));
  10077.             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()));
  10078.             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()));
  10079.         }, 11));
  10080.     }
  10081.     /**
  10082.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  10083.      *
  10084.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  10085.      */
  10086.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  10087.     {
  10088.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  10090.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/FosRestDescriber.php';
  10091.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  10092.     }
  10093.     /**
  10094.      * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  10095.      *
  10096.      * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  10097.      */
  10098.     protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  10105.         return $this->privates['nelmio_api_doc.route_describers.route_argument'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  10106.             return new \EmptyIterator();
  10107.         }, 0));
  10108.     }
  10109.     /**
  10110.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  10111.      *
  10112.      * @return \Symfony\Component\Routing\RouteCollection
  10113.      */
  10114.     protected function getNelmioApiDoc_Routes_DefaultService()
  10115.     {
  10116.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  10118.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  10119.         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());
  10120.     }
  10121.     /**
  10122.      * Gets the private 'parameter_bag' shared service.
  10123.      *
  10124.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  10125.      */
  10126.     protected function getParameterBagService()
  10127.     {
  10128.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  10129.     }
  10130.     /**
  10131.      * Gets the private 'profiler_listener' shared service.
  10132.      *
  10133.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  10134.      */
  10135.     protected function getProfilerListenerService()
  10136.     {
  10137.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  10138.         if (isset($this->privates['profiler_listener'])) {
  10139.             return $this->privates['profiler_listener'];
  10140.         }
  10141.         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);
  10142.     }
  10143.     /**
  10144.      * Gets the private 'property_info' shared service.
  10145.      *
  10146.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  10147.      */
  10148.     protected function getPropertyInfoService()
  10149.     {
  10150.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  10151.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  10152.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10153.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10154.         }, 3), new RewindableGenerator(function () {
  10155.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10156.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  10157.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10158.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10159.         }, 4), new RewindableGenerator(function () {
  10160.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10161.         }, 1), new RewindableGenerator(function () {
  10162.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10163.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10164.         }, 2), new RewindableGenerator(function () {
  10165.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10166.         }, 1));
  10167.     }
  10168.     /**
  10169.      * Gets the private 'property_info.serializer_extractor' shared service.
  10170.      *
  10171.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  10172.      */
  10173.     protected function getPropertyInfo_SerializerExtractorService()
  10174.     {
  10175.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  10176.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  10177.     }
  10178.     /**
  10179.      * Gets the private 'router.cache_warmer' shared service.
  10180.      *
  10181.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  10182.      */
  10183.     protected function getRouter_CacheWarmerService()
  10184.     {
  10185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  10187.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10188.             'router' => ['services''router''getRouterService'false],
  10189.         ], [
  10190.             'router' => '?',
  10191.         ]))->withContext('router.cache_warmer'$this));
  10192.     }
  10193.     /**
  10194.      * Gets the private 'router.expression_language_provider' shared service.
  10195.      *
  10196.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  10197.      */
  10198.     protected function getRouter_ExpressionLanguageProviderService()
  10199.     {
  10200.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10201.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  10202.         ], [
  10203.             'env' => 'Closure',
  10204.         ]));
  10205.     }
  10206.     /**
  10207.      * Gets the private 'router.request_context' shared service.
  10208.      *
  10209.      * @return \Symfony\Component\Routing\RequestContext
  10210.      */
  10211.     protected function getRouter_RequestContextService()
  10212.     {
  10213.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'), 80443);
  10214.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  10215.         return $instance;
  10216.     }
  10217.     /**
  10218.      * Gets the private 'router_listener' shared service.
  10219.      *
  10220.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  10221.      */
  10222.     protected function getRouterListenerService()
  10223.     {
  10224.         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);
  10225.     }
  10226.     /**
  10227.      * Gets the private 'secrets.vault' shared service.
  10228.      *
  10229.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  10230.      */
  10231.     protected function getSecrets_VaultService()
  10232.     {
  10233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10234.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10236.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  10237.         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'));
  10238.     }
  10239.     /**
  10240.      * Gets the private 'security.access_listener' shared service.
  10241.      *
  10242.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  10243.      */
  10244.     protected function getSecurity_AccessListenerService()
  10245.     {
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  10249.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10250.         if (isset($this->privates['security.access_listener'])) {
  10251.             return $this->privates['security.access_listener'];
  10252.         }
  10253.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10254.         if (isset($this->privates['security.access_listener'])) {
  10255.             return $this->privates['security.access_listener'];
  10256.         }
  10257.         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);
  10258.     }
  10259.     /**
  10260.      * Gets the private 'security.access_map' shared service.
  10261.      *
  10262.      * @return \Symfony\Component\Security\Http\AccessMap
  10263.      */
  10264.     protected function getSecurity_AccessMapService()
  10265.     {
  10266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  10268.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  10269.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/ping'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10270.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/ping'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10271.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10272.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  10273.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/add-sample'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10274.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10275.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/error'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10276.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'ROLE_ADMIN'], NULL);
  10277.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/panel'), [=> 'ROLE_USER'], NULL);
  10278.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/demo'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10279.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/trigger-password-reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10280.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10281.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/activate'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10282.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/local/chart/measurement/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10283.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/local/device/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10284.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  10285.         return $instance;
  10286.     }
  10287.     /**
  10288.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  10289.      *
  10290.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  10291.      *
  10292.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  10293.      */
  10294.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  10295.     {
  10296.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  10297.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10298.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  10299.             return $this->privates['security.authentication.listener.anonymous.main'];
  10300.         }
  10301.         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);
  10302.     }
  10303.     /**
  10304.      * Gets the private 'security.authentication.listener.form.main' shared service.
  10305.      *
  10306.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  10307.      *
  10308.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  10309.      */
  10310.     protected function getSecurity_Authentication_Listener_Form_MainService()
  10311.     {
  10312.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  10320.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10321.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  10322.             return $this->privates['security.authentication.listener.form.main'];
  10323.         }
  10324.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  10325.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  10326.             return $this->privates['security.authentication.listener.form.main'];
  10327.         }
  10328.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10329.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  10330.             return $this->privates['security.authentication.listener.form.main'];
  10331.         }
  10332.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10333.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10334.         $e->setOptions(['login_path' => 'login''default_target_path' => 'panel_devices''always_use_default_target_path' => true'target_path_parameter' => '_target_path''use_referer' => false]);
  10335.         $e->setFirewallName('main');
  10336.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  10337.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  10338.         $g->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  10339.         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);
  10340.     }
  10341.     /**
  10342.      * Gets the private 'security.authentication.manager' shared service.
  10343.      *
  10344.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  10345.      *
  10346.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  10347.      */
  10348.     protected function getSecurity_Authentication_ManagerService()
  10349.     {
  10350.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  10351.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  10352.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  10353.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  10354.         }, 2), true);
  10355.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10356.         return $instance;
  10357.     }
  10358.     /**
  10359.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  10360.      *
  10361.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  10362.      *
  10363.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  10364.      */
  10365.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  10366.     {
  10367.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  10368.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  10369.     }
  10370.     /**
  10371.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  10372.      *
  10373.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10374.      *
  10375.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  10376.      */
  10377.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  10378.     {
  10379.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  10382.         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);
  10383.     }
  10384.     /**
  10385.      * Gets the private 'security.channel_listener' shared service.
  10386.      *
  10387.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10388.      */
  10389.     protected function getSecurity_ChannelListenerService()
  10390.     {
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  10394.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10395.         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());
  10396.     }
  10397.     /**
  10398.      * Gets the private 'security.command.debug_firewall' shared service.
  10399.      *
  10400.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  10401.      */
  10402.     protected function getSecurity_Command_DebugFirewallService()
  10403.     {
  10404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  10406.         $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.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  10407.         $instance->setName('debug:firewall');
  10408.         $instance->setDescription('Display information about your security firewall(s)');
  10409.         return $instance;
  10410.     }
  10411.     /**
  10412.      * Gets the private 'security.command.user_password_encoder' shared service.
  10413.      *
  10414.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10415.      *
  10416.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  10417.      */
  10418.     protected function getSecurity_Command_UserPasswordEncoderService()
  10419.     {
  10420.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  10421.         $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']);
  10422.         $instance->setName('security:encode-password');
  10423.         $instance->setDescription('Encode a password');
  10424.         return $instance;
  10425.     }
  10426.     /**
  10427.      * Gets the private 'security.command.user_password_hash' shared service.
  10428.      *
  10429.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  10430.      */
  10431.     protected function getSecurity_Command_UserPasswordHashService()
  10432.     {
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  10435.         $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']);
  10436.         $instance->setName('security:hash-password');
  10437.         $instance->setDescription('Hash a user password');
  10438.         return $instance;
  10439.     }
  10440.     /**
  10441.      * Gets the private 'security.context_listener.0' shared service.
  10442.      *
  10443.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10444.      */
  10445.     protected function getSecurity_ContextListener_0Service()
  10446.     {
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  10450.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10451.         if (isset($this->privates['security.context_listener.0'])) {
  10452.             return $this->privates['security.context_listener.0'];
  10453.         }
  10454.         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 () {
  10455.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  10456.         }, 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']);
  10457.     }
  10458.     /**
  10459.      * Gets the private 'security.csrf.token_storage' shared service.
  10460.      *
  10461.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10462.      */
  10463.     protected function getSecurity_Csrf_TokenStorageService()
  10464.     {
  10465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  10466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  10468.         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())));
  10469.     }
  10470.     /**
  10471.      * Gets the private 'security.encoder_factory.generic' shared service.
  10472.      *
  10473.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10474.      *
  10475.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  10476.      */
  10477.     protected function getSecurity_EncoderFactory_GenericService()
  10478.     {
  10479.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  10480.         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]]);
  10481.     }
  10482.     /**
  10483.      * Gets the private 'security.event_dispatcher.main' shared service.
  10484.      *
  10485.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  10486.      */
  10487.     protected function getSecurity_EventDispatcher_MainService()
  10488.     {
  10489.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  10490.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10491.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  10492.         }, => 'onLogout'], 64);
  10493.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10494.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  10495.         }, => 'onLogout'], 0);
  10496.         $instance->addListener('security.interactive_login', [=> function () {
  10497.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  10498.         }, => 'onSecurityInteractiveLogin'], 18);
  10499.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10500.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  10501.         }, => 'onLogout'], 0);
  10502.         return $instance;
  10503.     }
  10504.     /**
  10505.      * Gets the private 'security.firewall.map' shared service.
  10506.      *
  10507.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10508.      */
  10509.     protected function getSecurity_Firewall_MapService()
  10510.     {
  10511.         $a = ($this->privates['.service_locator.PBwVJVp'] ?? $this->get_ServiceLocator_PBwVJVpService());
  10512.         if (isset($this->privates['security.firewall.map'])) {
  10513.             return $this->privates['security.firewall.map'];
  10514.         }
  10515.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  10516.             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)/')));
  10517.             yield 'security.firewall.map.context.ping' => ($this->privates['.security.request_matcher.6Rkt2zI'] ?? ($this->privates['.security.request_matcher.6Rkt2zI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/ping')));
  10518.             yield 'security.firewall.map.context.main' => NULL;
  10519.         }, 3));
  10520.     }
  10521.     /**
  10522.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10523.      *
  10524.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10525.      */
  10526.     protected function getSecurity_Firewall_Map_Context_DevService()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10530.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10531.             return new \EmptyIterator();
  10532.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10533.     }
  10534.     /**
  10535.      * Gets the private 'security.firewall.map.context.main' shared service.
  10536.      *
  10537.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10538.      */
  10539.     protected function getSecurity_Firewall_Map_Context_MainService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10551.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  10552.         if (isset($this->privates['security.firewall.map.context.main'])) {
  10553.             return $this->privates['security.firewall.map.context.main'];
  10554.         }
  10555.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  10556.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10557.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10558.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10559.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10560.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10561.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10562.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10563.         }, 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())));
  10564.     }
  10565.     /**
  10566.      * Gets the private 'security.firewall.map.context.ping' shared service.
  10567.      *
  10568.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10569.      */
  10570.     protected function getSecurity_Firewall_Map_Context_PingService()
  10571.     {
  10572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10574.         return $this->privates['security.firewall.map.context.ping'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10575.             return new \EmptyIterator();
  10576.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('ping''security.user_checker''.security.request_matcher.6Rkt2zI'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  10577.     }
  10578.     /**
  10579.      * Gets the private 'security.helper' shared service.
  10580.      *
  10581.      * @return \Symfony\Component\Security\Core\Security
  10582.      */
  10583.     protected function getSecurity_HelperService()
  10584.     {
  10585.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10586.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10587.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10588.         ], [
  10589.             'security.authorization_checker' => '?',
  10590.             'security.token_storage' => '?',
  10591.         ]));
  10592.     }
  10593.     /**
  10594.      * Gets the private 'security.http_utils' shared service.
  10595.      *
  10596.      * @return \Symfony\Component\Security\Http\HttpUtils
  10597.      */
  10598.     protected function getSecurity_HttpUtilsService()
  10599.     {
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10601.         $a = ($this->services['router'] ?? $this->getRouterService());
  10602.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10603.     }
  10604.     /**
  10605.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  10606.      *
  10607.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  10608.      */
  10609.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  10610.     {
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  10612.         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()));
  10613.     }
  10614.     /**
  10615.      * Gets the private 'security.logout.listener.default.main' shared service.
  10616.      *
  10617.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  10618.      */
  10619.     protected function getSecurity_Logout_Listener_Default_MainService()
  10620.     {
  10621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  10622.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10623.     }
  10624.     /**
  10625.      * Gets the private 'security.logout_url_generator' shared service.
  10626.      *
  10627.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10628.      */
  10629.     protected function getSecurity_LogoutUrlGeneratorService()
  10630.     {
  10631.         $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()));
  10632.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10633.         return $instance;
  10634.     }
  10635.     /**
  10636.      * Gets the private 'security.password_hasher_factory' shared service.
  10637.      *
  10638.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  10639.      */
  10640.     protected function getSecurity_PasswordHasherFactoryService()
  10641.     {
  10642.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  10643.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  10644.         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]]);
  10645.     }
  10646.     /**
  10647.      * Gets the private 'security.role_hierarchy' shared service.
  10648.      *
  10649.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10650.      */
  10651.     protected function getSecurity_RoleHierarchyService()
  10652.     {
  10653.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10654.     }
  10655.     /**
  10656.      * Gets the private 'security.user.provider.concrete.users' shared service.
  10657.      *
  10658.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10659.      */
  10660.     protected function getSecurity_User_Provider_Concrete_UsersService()
  10661.     {
  10662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10665.         return $this->privates['security.user.provider.concrete.users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User'NULLNULL);
  10666.     }
  10667.     /**
  10668.      * Gets the private 'security.validator.user_password' shared service.
  10669.      *
  10670.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10671.      */
  10672.     protected function getSecurity_Validator_UserPasswordService()
  10673.     {
  10674.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10675.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10677.         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()));
  10678.     }
  10679.     /**
  10680.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10681.      *
  10682.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10683.      */
  10684.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10685.     {
  10686.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10687.     }
  10688.     /**
  10689.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10690.      *
  10691.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10692.      */
  10693.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10694.     {
  10695.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10696.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10697.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10698.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10699.     }
  10700.     /**
  10701.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10702.      *
  10703.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10704.      */
  10705.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10706.     {
  10707.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10708.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  10709.             return $this->privates['sensio_framework_extra.security.listener'];
  10710.         }
  10711.         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()));
  10712.     }
  10713.     /**
  10714.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10715.      *
  10716.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10717.      */
  10718.     protected function getSensioFrameworkExtra_View_ListenerService()
  10719.     {
  10720.         $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))));
  10721.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10722.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10723.         ], [
  10724.             'twig' => '?',
  10725.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10726.         return $instance;
  10727.     }
  10728.     /**
  10729.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10730.      *
  10731.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10732.      */
  10733.     protected function getSerializer_Mapping_CacheWarmerService()
  10734.     {
  10735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10740.         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'));
  10741.     }
  10742.     /**
  10743.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10744.      *
  10745.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10746.      */
  10747.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10748.     {
  10749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10750.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10755.         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()))]));
  10756.     }
  10757.     /**
  10758.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10759.      *
  10760.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10761.      */
  10762.     protected function getSerializer_NameConverter_MetadataAwareService()
  10763.     {
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  10765.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  10767.         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()));
  10768.     }
  10769.     /**
  10770.      * Gets the private 'session.factory' shared service.
  10771.      *
  10772.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10773.      */
  10774.     protected function getSession_FactoryService()
  10775.     {
  10776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10778.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10779.         if (isset($this->privates['session.factory'])) {
  10780.             return $this->privates['session.factory'];
  10781.         }
  10782.         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']);
  10783.     }
  10784.     /**
  10785.      * Gets the private 'session.storage.factory.service' shared service.
  10786.      *
  10787.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10788.      *
  10789.      * @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.
  10790.      */
  10791.     protected function getSession_Storage_Factory_ServiceService()
  10792.     {
  10793.         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.');
  10794.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10795.     }
  10796.     /**
  10797.      * Gets the private 'session.storage.metadata_bag' shared service.
  10798.      *
  10799.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10800.      *
  10801.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10802.      */
  10803.     protected function getSession_Storage_MetadataBagService()
  10804.     {
  10805.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10806.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10807.     }
  10808.     /**
  10809.      * Gets the private 'session.storage.native' shared service.
  10810.      *
  10811.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10812.      *
  10813.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10814.      */
  10815.     protected function getSession_Storage_NativeService()
  10816.     {
  10817.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10820.         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());
  10821.     }
  10822.     /**
  10823.      * Gets the private 'session_listener' shared service.
  10824.      *
  10825.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10826.      */
  10827.     protected function getSessionListenerService()
  10828.     {
  10829.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10830.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10831.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10832.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10833.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10834.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10835.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10836.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10837.         ], [
  10838.             'initialized_session' => '?',
  10839.             'logger' => '?',
  10840.             'request_stack' => '?',
  10841.             'session' => '?',
  10842.             'session_collector' => '?',
  10843.             'session_factory' => '?',
  10844.             'session_storage' => '?',
  10845.         ]), true$this->parameters['session.storage.options']);
  10846.     }
  10847.     /**
  10848.      * Gets the private 'translation.extractor' shared service.
  10849.      *
  10850.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10851.      */
  10852.     protected function getTranslation_ExtractorService()
  10853.     {
  10854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10859.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10860.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10861.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10862.         return $instance;
  10863.     }
  10864.     /**
  10865.      * Gets the private 'translation.loader.csv' shared service.
  10866.      *
  10867.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10868.      */
  10869.     protected function getTranslation_Loader_CsvService()
  10870.     {
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10875.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10876.     }
  10877.     /**
  10878.      * Gets the private 'translation.loader.dat' shared service.
  10879.      *
  10880.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10881.      */
  10882.     protected function getTranslation_Loader_DatService()
  10883.     {
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10887.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10888.     }
  10889.     /**
  10890.      * Gets the private 'translation.loader.ini' shared service.
  10891.      *
  10892.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10893.      */
  10894.     protected function getTranslation_Loader_IniService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10900.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10901.     }
  10902.     /**
  10903.      * Gets the private 'translation.loader.json' shared service.
  10904.      *
  10905.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10906.      */
  10907.     protected function getTranslation_Loader_JsonService()
  10908.     {
  10909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10913.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10914.     }
  10915.     /**
  10916.      * Gets the private 'translation.loader.mo' shared service.
  10917.      *
  10918.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10919.      */
  10920.     protected function getTranslation_Loader_MoService()
  10921.     {
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10926.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10927.     }
  10928.     /**
  10929.      * Gets the private 'translation.loader.php' shared service.
  10930.      *
  10931.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10932.      */
  10933.     protected function getTranslation_Loader_PhpService()
  10934.     {
  10935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10939.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10940.     }
  10941.     /**
  10942.      * Gets the private 'translation.loader.po' shared service.
  10943.      *
  10944.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10945.      */
  10946.     protected function getTranslation_Loader_PoService()
  10947.     {
  10948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10952.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10953.     }
  10954.     /**
  10955.      * Gets the private 'translation.loader.qt' shared service.
  10956.      *
  10957.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10958.      */
  10959.     protected function getTranslation_Loader_QtService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10963.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10964.     }
  10965.     /**
  10966.      * Gets the private 'translation.loader.res' shared service.
  10967.      *
  10968.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10969.      */
  10970.     protected function getTranslation_Loader_ResService()
  10971.     {
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10974.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10975.     }
  10976.     /**
  10977.      * Gets the private 'translation.loader.xliff' shared service.
  10978.      *
  10979.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10980.      */
  10981.     protected function getTranslation_Loader_XliffService()
  10982.     {
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10985.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10986.     }
  10987.     /**
  10988.      * Gets the private 'translation.loader.yml' shared service.
  10989.      *
  10990.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10991.      */
  10992.     protected function getTranslation_Loader_YmlService()
  10993.     {
  10994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10998.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10999.     }
  11000.     /**
  11001.      * Gets the private 'translation.provider_collection' shared service.
  11002.      *
  11003.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  11004.      */
  11005.     protected function getTranslation_ProviderCollectionService()
  11006.     {
  11007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  11008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  11009.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  11010.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  11011.         }, 1), []))->fromConfig([]);
  11012.     }
  11013.     /**
  11014.      * Gets the private 'translation.reader' shared service.
  11015.      *
  11016.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  11017.      */
  11018.     protected function getTranslation_ReaderService()
  11019.     {
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11036.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  11037.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  11038.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  11039.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  11040.         $instance->addLoader('yaml'$a);
  11041.         $instance->addLoader('yml'$a);
  11042.         $instance->addLoader('xlf'$b);
  11043.         $instance->addLoader('xliff'$b);
  11044.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11045.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11046.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11047.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11048.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11049.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11050.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11051.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11052.         return $instance;
  11053.     }
  11054.     /**
  11055.      * Gets the private 'translation.warmer' shared service.
  11056.      *
  11057.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11058.      */
  11059.     protected function getTranslation_WarmerService()
  11060.     {
  11061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  11063.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11064.             'translator' => ['services''translator''getTranslatorService'false],
  11065.         ], [
  11066.             'translator' => '?',
  11067.         ]))->withContext('translation.warmer'$this));
  11068.     }
  11069.     /**
  11070.      * Gets the private 'translation.writer' shared service.
  11071.      *
  11072.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11073.      */
  11074.     protected function getTranslation_WriterService()
  11075.     {
  11076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  11077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  11078.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  11081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  11082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11090.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11091.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  11092.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  11093.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  11094.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  11095.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  11096.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  11097.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  11098.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  11099.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  11100.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  11101.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  11102.         return $instance;
  11103.     }
  11104.     /**
  11105.      * Gets the private 'translator.default' shared service.
  11106.      *
  11107.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11108.      */
  11109.     protected function getTranslator_DefaultService()
  11110.     {
  11111.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11112.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11113.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11114.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11115.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11116.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11117.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11118.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11119.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11120.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11121.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11122.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11123.         ], [
  11124.             'translation.loader.csv' => '?',
  11125.             'translation.loader.dat' => '?',
  11126.             'translation.loader.ini' => '?',
  11127.             'translation.loader.json' => '?',
  11128.             'translation.loader.mo' => '?',
  11129.             'translation.loader.php' => '?',
  11130.             'translation.loader.po' => '?',
  11131.             'translation.loader.qt' => '?',
  11132.             'translation.loader.res' => '?',
  11133.             'translation.loader.xliff' => '?',
  11134.             'translation.loader.yml' => '?',
  11135.         ]), 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']]], []);
  11136.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11137.         $instance->setFallbackLocales([=> 'en']);
  11138.         return $instance;
  11139.     }
  11140.     /**
  11141.      * Gets the private 'twig.command.debug' shared service.
  11142.      *
  11143.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11144.      */
  11145.     protected function getTwig_Command_DebugService()
  11146.     {
  11147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11148.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  11149.         $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()));
  11150.         $instance->setName('debug:twig');
  11151.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  11152.         return $instance;
  11153.     }
  11154.     /**
  11155.      * Gets the private 'twig.command.lint' shared service.
  11156.      *
  11157.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11158.      */
  11159.     protected function getTwig_Command_LintService()
  11160.     {
  11161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11162.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  11163.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  11164.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11165.         $instance->setName('lint:twig');
  11166.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  11167.         return $instance;
  11168.     }
  11169.     /**
  11170.      * Gets the private 'twig.form.engine' shared service.
  11171.      *
  11172.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  11173.      */
  11174.     protected function getTwig_Form_EngineService()
  11175.     {
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  11178.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  11179.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11180.         if (isset($this->privates['twig.form.engine'])) {
  11181.             return $this->privates['twig.form.engine'];
  11182.         }
  11183.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  11184.     }
  11185.     /**
  11186.      * Gets the private 'twig.form.renderer' shared service.
  11187.      *
  11188.      * @return \Symfony\Component\Form\FormRenderer
  11189.      */
  11190.     protected function getTwig_Form_RendererService()
  11191.     {
  11192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  11193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  11194.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  11195.         if (isset($this->privates['twig.form.renderer'])) {
  11196.             return $this->privates['twig.form.renderer'];
  11197.         }
  11198.         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()));
  11199.     }
  11200.     /**
  11201.      * Gets the private 'twig.loader.native_filesystem' shared service.
  11202.      *
  11203.      * @return \Twig\Loader\FilesystemLoader
  11204.      */
  11205.     protected function getTwig_Loader_NativeFilesystemService()
  11206.     {
  11207.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  11208.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  11209.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  11210.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  11211.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  11212.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  11213.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  11214.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  11215.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  11216.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  11217.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  11218.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  11219.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  11220.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  11221.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  11222.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  11223.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  11224.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  11225.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  11226.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  11227.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  11228.         return $instance;
  11229.     }
  11230.     /**
  11231.      * Gets the private 'twig.mailer.message_listener' shared service.
  11232.      *
  11233.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11234.      */
  11235.     protected function getTwig_Mailer_MessageListenerService()
  11236.     {
  11237.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  11238.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  11239.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  11240.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11241.         if (isset($this->privates['twig.mailer.message_listener'])) {
  11242.             return $this->privates['twig.mailer.message_listener'];
  11243.         }
  11244.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  11245.     }
  11246.     /**
  11247.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11248.      *
  11249.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11250.      */
  11251.     protected function getTwig_Runtime_HttpkernelService()
  11252.     {
  11253.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  11254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  11257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  11259.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11260.         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, [
  11261.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11262.         ], [
  11263.             'inline' => '?',
  11264.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  11265.     }
  11266.     /**
  11267.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11268.      *
  11269.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11270.      */
  11271.     protected function getTwig_Runtime_SecurityCsrfService()
  11272.     {
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  11274.         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()));
  11275.     }
  11276.     /**
  11277.      * Gets the private 'twig.runtime.serializer' shared service.
  11278.      *
  11279.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  11280.      */
  11281.     protected function getTwig_Runtime_SerializerService()
  11282.     {
  11283.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  11285.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  11286.     }
  11287.     /**
  11288.      * Gets the private 'twig.template_cache_warmer' shared service.
  11289.      *
  11290.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11291.      */
  11292.     protected function getTwig_TemplateCacheWarmerService()
  11293.     {
  11294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11295.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  11296.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11297.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11298.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11299.         ], [
  11300.             'twig' => '?',
  11301.         ]))->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')));
  11302.     }
  11303.     /**
  11304.      * Gets the private 'validator.builder' shared service.
  11305.      *
  11306.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11307.      */
  11308.     protected function getValidator_BuilderService()
  11309.     {
  11310.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11311.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11312.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11313.             'App\\Validator\\Constraints\\ChannelNotBlankValidator' => ['privates''App\\Validator\\Constraints\\ChannelNotBlankValidator''getChannelNotBlankValidatorService'false],
  11314.             'App\\Validator\\Constraints\\DeviceSerialNumberValidator' => ['privates''App\\Validator\\Constraints\\DeviceSerialNumberValidator''getDeviceSerialNumberValidatorService'false],
  11315.             'App\\Validator\\Constraints\\NewUniqueValidator' => ['privates''App\\Validator\\Constraints\\NewUniqueValidator''getNewUniqueValidatorService'false],
  11316.             'App\\Validator\\Constraints\\NotCircularValidator' => ['privates''App\\Validator\\Constraints\\NotCircularValidator''getNotCircularValidatorService'false],
  11317.             'App\\Validator\\Constraints\\PasswordRequirementsValidator' => ['privates''App\\Validator\\Constraints\\PasswordRequirementsValidator''getPasswordRequirementsValidatorService'false],
  11318.             'App\\Validator\\Constraints\\ValidCustomerForUserValidator' => ['privates''App\\Validator\\Constraints\\ValidCustomerForUserValidator''getValidCustomerForUserValidatorService'false],
  11319.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11320.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11321.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11322.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11323.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11324.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11325.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11326.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11327.         ], [
  11328.             'App\\Validator\\Constraints\\ChannelNotBlankValidator' => '?',
  11329.             'App\\Validator\\Constraints\\DeviceSerialNumberValidator' => '?',
  11330.             'App\\Validator\\Constraints\\NewUniqueValidator' => '?',
  11331.             'App\\Validator\\Constraints\\NotCircularValidator' => '?',
  11332.             'App\\Validator\\Constraints\\PasswordRequirementsValidator' => '?',
  11333.             'App\\Validator\\Constraints\\ValidCustomerForUserValidator' => '?',
  11334.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11335.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11336.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11337.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11338.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11339.             'doctrine.orm.validator.unique' => '?',
  11340.             'security.validator.user_password' => '?',
  11341.             'validator.expression' => '?',
  11342.         ])));
  11343.         if ($this->has('translator')) {
  11344.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  11345.         }
  11346.         $instance->setTranslationDomain('validators');
  11347.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  11348.         $instance->enableAnnotationMapping(true);
  11349.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11350.         $instance->addMethodMapping('loadValidatorMetadata');
  11351.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  11352.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11353.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11354.         return $instance;
  11355.     }
  11356.     /**
  11357.      * Gets the private 'validator.email' shared service.
  11358.      *
  11359.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11360.      */
  11361.     protected function getValidator_EmailService()
  11362.     {
  11363.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11364.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11365.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11366.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11367.     }
  11368.     /**
  11369.      * Gets the private 'validator.expression' shared service.
  11370.      *
  11371.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11372.      */
  11373.     protected function getValidator_ExpressionService()
  11374.     {
  11375.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11376.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11377.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11378.         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())));
  11379.     }
  11380.     /**
  11381.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11382.      *
  11383.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11384.      */
  11385.     protected function getValidator_Mapping_CacheWarmerService()
  11386.     {
  11387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11390.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11391.     }
  11392.     /**
  11393.      * Gets the private 'validator.not_compromised_password' shared service.
  11394.      *
  11395.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11396.      */
  11397.     protected function getValidator_NotCompromisedPasswordService()
  11398.     {
  11399.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11400.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11401.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11402.         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);
  11403.     }
  11404.     /**
  11405.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11406.      *
  11407.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  11408.      */
  11409.     protected function getVarDumper_Command_ServerDumpService()
  11410.     {
  11411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11412.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  11413.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  11414.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  11415.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  11417.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  11418.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11419.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11420.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11422.         $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()))]);
  11423.         $instance->setName('server:dump');
  11424.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  11425.         return $instance;
  11426.     }
  11427.     /**
  11428.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11429.      *
  11430.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11431.      */
  11432.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11433.     {
  11434.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11435.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11436.         return $instance;
  11437.     }
  11438.     /**
  11439.      * Gets the private 'var_dumper.html_dumper' shared service.
  11440.      *
  11441.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11442.      */
  11443.     protected function getVarDumper_HtmlDumperService()
  11444.     {
  11445.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11446.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11447.         return $instance;
  11448.     }
  11449.     /**
  11450.      * Gets the private 'var_dumper.server_connection' shared service.
  11451.      *
  11452.      * @return \Symfony\Component\VarDumper\Server\Connection
  11453.      */
  11454.     protected function getVarDumper_ServerConnectionService()
  11455.     {
  11456.         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()]);
  11457.     }
  11458.     /**
  11459.      * Gets the private 'web_profiler.csp.handler' shared service.
  11460.      *
  11461.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11462.      */
  11463.     protected function getWebProfiler_Csp_HandlerService()
  11464.     {
  11465.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11466.     }
  11467.     /**
  11468.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11469.      *
  11470.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11471.      */
  11472.     protected function getWebProfiler_DebugToolbarService()
  11473.     {
  11474.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11475.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  11476.             return $this->privates['web_profiler.debug_toolbar'];
  11477.         }
  11478.         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()));
  11479.     }
  11480.     /**
  11481.      * Gets the public 'cache_clearer' alias.
  11482.      *
  11483.      * @return object The ".container.private.cache_clearer" service.
  11484.      */
  11485.     protected function getCacheClearerService()
  11486.     {
  11487.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  11488.         return $this->get('.container.private.cache_clearer');
  11489.     }
  11490.     /**
  11491.      * Gets the public 'filesystem' alias.
  11492.      *
  11493.      * @return object The ".container.private.filesystem" service.
  11494.      */
  11495.     protected function getFilesystemService()
  11496.     {
  11497.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  11498.         return $this->get('.container.private.filesystem');
  11499.     }
  11500.     /**
  11501.      * Gets the public 'serializer' alias.
  11502.      *
  11503.      * @return object The ".container.private.serializer" service.
  11504.      */
  11505.     protected function getSerializerService()
  11506.     {
  11507.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  11508.         return $this->get('.container.private.serializer');
  11509.     }
  11510.     /**
  11511.      * Gets the public 'security.csrf.token_manager' alias.
  11512.      *
  11513.      * @return object The ".container.private.security.csrf.token_manager" service.
  11514.      */
  11515.     protected function getSecurity_Csrf_TokenManagerService()
  11516.     {
  11517.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11518.         return $this->get('.container.private.security.csrf.token_manager');
  11519.     }
  11520.     /**
  11521.      * Gets the public 'form.factory' alias.
  11522.      *
  11523.      * @return object The ".container.private.form.factory" service.
  11524.      */
  11525.     protected function getForm_FactoryService()
  11526.     {
  11527.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11528.         return $this->get('.container.private.form.factory');
  11529.     }
  11530.     /**
  11531.      * Gets the public 'form.type.file' alias.
  11532.      *
  11533.      * @return object The ".container.private.form.type.file" service.
  11534.      */
  11535.     protected function getForm_Type_FileService()
  11536.     {
  11537.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11538.         return $this->get('.container.private.form.type.file');
  11539.     }
  11540.     /**
  11541.      * Gets the public 'profiler' alias.
  11542.      *
  11543.      * @return object The ".container.private.profiler" service.
  11544.      */
  11545.     protected function getProfilerService()
  11546.     {
  11547.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11548.         return $this->get('.container.private.profiler');
  11549.     }
  11550.     /**
  11551.      * Gets the public 'twig' alias.
  11552.      *
  11553.      * @return object The ".container.private.twig" service.
  11554.      */
  11555.     protected function getTwigService()
  11556.     {
  11557.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11558.         return $this->get('.container.private.twig');
  11559.     }
  11560.     /**
  11561.      * Gets the public 'security.authorization_checker' alias.
  11562.      *
  11563.      * @return object The ".container.private.security.authorization_checker" service.
  11564.      */
  11565.     protected function getSecurity_AuthorizationCheckerService()
  11566.     {
  11567.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11568.         return $this->get('.container.private.security.authorization_checker');
  11569.     }
  11570.     /**
  11571.      * Gets the public 'security.token_storage' alias.
  11572.      *
  11573.      * @return object The ".container.private.security.token_storage" service.
  11574.      */
  11575.     protected function getSecurity_TokenStorageService()
  11576.     {
  11577.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11578.         return $this->get('.container.private.security.token_storage');
  11579.     }
  11580.     /**
  11581.      * Gets the public 'security.password_encoder' alias.
  11582.      *
  11583.      * @return object The ".container.private.security.password_encoder" service.
  11584.      */
  11585.     protected function getSecurity_PasswordEncoderService()
  11586.     {
  11587.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11588.         return $this->get('.container.private.security.password_encoder');
  11589.     }
  11590.     /**
  11591.      * Gets the public 'session' alias.
  11592.      *
  11593.      * @return object The ".container.private.session" service.
  11594.      */
  11595.     protected function getSessionService()
  11596.     {
  11597.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11598.         return $this->get('.container.private.session');
  11599.     }
  11600.     /**
  11601.      * Gets the public 'validator' alias.
  11602.      *
  11603.      * @return object The ".container.private.validator" service.
  11604.      */
  11605.     protected function getValidatorService()
  11606.     {
  11607.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11608.         return $this->get('.container.private.validator');
  11609.     }
  11610.     /**
  11611.      * @return array|bool|float|int|string|\UnitEnum|null
  11612.      */
  11613.     public function getParameter(string $name)
  11614.     {
  11615.         if (isset($this->buildParameters[$name])) {
  11616.             return $this->buildParameters[$name];
  11617.         }
  11618.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11619.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11620.         }
  11621.         if (isset($this->loadedDynamicParameters[$name])) {
  11622.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11623.         }
  11624.         return $this->parameters[$name];
  11625.     }
  11626.     public function hasParameter(string $name): bool
  11627.     {
  11628.         if (isset($this->buildParameters[$name])) {
  11629.             return true;
  11630.         }
  11631.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11632.     }
  11633.     public function setParameter(string $name$value): void
  11634.     {
  11635.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11636.     }
  11637.     public function getParameterBag(): ParameterBagInterface
  11638.     {
  11639.         if (null === $this->parameterBag) {
  11640.             $parameters $this->parameters;
  11641.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11642.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11643.             }
  11644.             foreach ($this->buildParameters as $name => $value) {
  11645.                 $parameters[$name] = $value;
  11646.             }
  11647.             $this->parameterBag = new FrozenParameterBag($parameters);
  11648.         }
  11649.         return $this->parameterBag;
  11650.     }
  11651.     private $loadedDynamicParameters = [
  11652.         'kernel.runtime_environment' => false,
  11653.         'kernel.build_dir' => false,
  11654.         'kernel.cache_dir' => false,
  11655.         'router.request_context.host' => false,
  11656.         'router.request_context.scheme' => false,
  11657.         'kernel.secret' => false,
  11658.         'debug.container.dump' => false,
  11659.         'serializer.mapping.cache.file' => false,
  11660.         'validator.mapping.cache.file' => false,
  11661.         'profiler.storage.dsn' => false,
  11662.         'doctrine.orm.proxy_dir' => false,
  11663.         'knp_snappy.pdf.binary' => false,
  11664.         'knp_snappy.image.binary' => false,
  11665.     ];
  11666.     private $dynamicParameters = [];
  11667.     private function getDynamicParameter(string $name)
  11668.     {
  11669.         switch ($name) {
  11670.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11671.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11672.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11673.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  11674.             case 'router.request_context.scheme'$value $this->getEnv('APP_SCHEME'); break;
  11675.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11676.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11677.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11678.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11679.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11680.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11681.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  11682.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  11683.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11684.         }
  11685.         $this->loadedDynamicParameters[$name] = true;
  11686.         return $this->dynamicParameters[$name] = $value;
  11687.     }
  11688.     protected function getDefaultParameters(): array
  11689.     {
  11690.         return [
  11691.             'kernel.project_dir' => \dirname(__DIR__4),
  11692.             'kernel.environment' => 'dev',
  11693.             'kernel.debug' => true,
  11694.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11695.             'kernel.bundles' => [
  11696.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11697.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11698.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11699.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11700.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11701.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11702.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11703.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11704.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11705.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11706.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11707.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  11708.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11709.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  11710.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11711.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  11712.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  11713.             ],
  11714.             'kernel.bundles_metadata' => [
  11715.                 'FrameworkBundle' => [
  11716.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11717.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11718.                 ],
  11719.                 'TwigBundle' => [
  11720.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11721.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11722.                 ],
  11723.                 'TwigExtraBundle' => [
  11724.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11725.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11726.                 ],
  11727.                 'SensioFrameworkExtraBundle' => [
  11728.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11729.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11730.                 ],
  11731.                 'DoctrineBundle' => [
  11732.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11733.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11734.                 ],
  11735.                 'DoctrineMigrationsBundle' => [
  11736.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11737.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11738.                 ],
  11739.                 'SecurityBundle' => [
  11740.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11741.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11742.                 ],
  11743.                 'WebProfilerBundle' => [
  11744.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11745.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11746.                 ],
  11747.                 'MonologBundle' => [
  11748.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11749.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11750.                 ],
  11751.                 'DebugBundle' => [
  11752.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11753.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11754.                 ],
  11755.                 'MakerBundle' => [
  11756.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11757.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11758.                 ],
  11759.                 'EasyAdminBundle' => [
  11760.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  11761.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  11762.                 ],
  11763.                 'FOSRestBundle' => [
  11764.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11765.                     'namespace' => 'FOS\\RestBundle',
  11766.                 ],
  11767.                 'NelmioApiDocBundle' => [
  11768.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11769.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11770.                 ],
  11771.                 'StofDoctrineExtensionsBundle' => [
  11772.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  11773.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11774.                 ],
  11775.                 'DoctrineFixturesBundle' => [
  11776.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  11777.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  11778.                 ],
  11779.                 'KnpSnappyBundle' => [
  11780.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  11781.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  11782.                 ],
  11783.             ],
  11784.             'kernel.charset' => 'UTF-8',
  11785.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11786.             'container.dumper.inline_class_loader' => true,
  11787.             'container.dumper.inline_factories' => true,
  11788.             'breadcrumbs' => [
  11789.                 'device' => [
  11790.                     => 'panel_device_measurements',
  11791.                     => 'panel_device_measurements_form',
  11792.                 ],
  11793.                 'measurement' => [
  11794.                     => 'panel_device_measurement_channels',
  11795.                     => 'panel_device_measurement_channels_post',
  11796.                     => 'device_measurement_info',
  11797.                     => 'post_device_measurement_info',
  11798.                     => 'post_device_measurement_info_post',
  11799.                     => 'device_measurement_chart_temperature',
  11800.                     => 'device_measurement_chart_temperature_post',
  11801.                     => 'device_measurement_chart_maturity',
  11802.                     => 'device_measurement_chart_maturity_post',
  11803.                     => 'panel_device_measurement_table',
  11804.                     10 => 'panel_device_measurement_table_post',
  11805.                     11 => 'panel_device_measurement_table_blocked',
  11806.                     12 => 'panel_device_measurement_table_blocked_post',
  11807.                     13 => 'panel_device_measurements_form',
  11808.                     14 => 'device_measurement_chart_strength',
  11809.                     15 => 'device_measurement_chart_strength_post',
  11810.                     16 => 'device_measurement_data',
  11811.                     17 => 'panel_measurement_note',
  11812.                     18 => 'panel_measurement_note_post',
  11813.                     19 => 'device_measurement_traceability',
  11814.                     20 => 'device_measurement_traceability_post',
  11815.                 ],
  11816.                 'channel' => [
  11817.                     => 'panel_device_channel_data',
  11818.                 ],
  11819.             ],
  11820.             'line_type_config' => [
  11821.                 'retro_colours' => [
  11822.                     => '#0000ff',
  11823.                     => '#ff0000',
  11824.                     => '#008000',
  11825.                     => '#00ff00',
  11826.                     => '#800000',
  11827.                     => '#000080',
  11828.                     => '#808000',
  11829.                     => '#800080',
  11830.                     => '#fffbf0',
  11831.                     => '#a6caf0',
  11832.                     10 => '#008080',
  11833.                     11 => '#ffff00',
  11834.                     12 => '#00ffff',
  11835.                     13 => '#ff00ff',
  11836.                     14 => '#c0dcc0',
  11837.                     15 => '#c0c0c0',
  11838.                 ],
  11839.                 'default_colours' => [
  11840.                     => '#4F81BC',
  11841.                     => '#C0504E',
  11842.                     => '#9BBB58',
  11843.                     => '#23BFAA',
  11844.                     => '#8064A1',
  11845.                     => '#4AACC5',
  11846.                     => '#F79647',
  11847.                     => '#7F6084',
  11848.                     => '#77A033',
  11849.                     => '#33558B',
  11850.                     10 => '#E59566',
  11851.                     11 => '#c0dcc0',
  11852.                     12 => '#c0c0c0',
  11853.                     13 => '#0000ff',
  11854.                     14 => '#ff0000',
  11855.                     15 => '#00ff00',
  11856.                 ],
  11857.                 'patterns' => [
  11858.                     => 'solid',
  11859.                     => 'dashed',
  11860.                     => 'dotted',
  11861.                     => 'dot-dashed',
  11862.                     => 'dot-dot-dashed',
  11863.                 ],
  11864.             ],
  11865.             'default_strength_points' => [
  11866.                 => '0.5',
  11867.                 => '1.0',
  11868.                 => '2.0',
  11869.                 => '3.0',
  11870.                 => '4.0',
  11871.                 => '5.0',
  11872.                 => '6.0',
  11873.                 => '7.0',
  11874.                 => '8.0',
  11875.                 => '9.0',
  11876.                 10 => '11.0',
  11877.                 11 => '12.0',
  11878.                 12 => '14.0',
  11879.                 13 => '18.0',
  11880.                 14 => '20.0',
  11881.                 15 => '25.0',
  11882.                 16 => '30.0',
  11883.                 17 => '35.0',
  11884.                 18 => '40.0',
  11885.                 19 => '45.0',
  11886.                 20 => '50.0',
  11887.                 21 => '55.0',
  11888.                 22 => '60.0',
  11889.                 23 => '65.0',
  11890.                 24 => '70.0',
  11891.                 25 => '75.0',
  11892.             ],
  11893.             'supported_languages' => [
  11894.                 'English' => 'en',
  11895.                 'Polski' => 'pl',
  11896.                 'Svenska' => 'sv',
  11897.             ],
  11898.             'messenger_redeliver_timeout' => 9999999999,
  11899.             'event_dispatcher.event_aliases' => [
  11900.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11901.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11902.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11903.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11904.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11905.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11906.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11907.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11908.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11909.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11910.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11911.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11912.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11913.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11914.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11915.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11916.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11917.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11918.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11919.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11920.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11921.             ],
  11922.             'fragment.renderer.hinclude.global_template' => NULL,
  11923.             'fragment.path' => '/_fragment',
  11924.             'kernel.http_method_override' => true,
  11925.             'kernel.trusted_hosts' => [
  11926.             ],
  11927.             'kernel.default_locale' => 'en',
  11928.             'kernel.enabled_locales' => [
  11929.             ],
  11930.             'kernel.error_controller' => 'error_controller',
  11931.             'debug.file_link_format' => NULL,
  11932.             'asset.request_context.base_path' => NULL,
  11933.             'asset.request_context.secure' => NULL,
  11934.             'translator.logging' => false,
  11935.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11936.             'debug.error_handler.throw_at' => -1,
  11937.             'router.request_context.base_url' => '',
  11938.             'router.resource' => 'kernel::loadRoutes',
  11939.             'request_listener.http_port' => 80,
  11940.             'request_listener.https_port' => 443,
  11941.             'session.metadata.storage_key' => '_sf2_meta',
  11942.             'session.storage.options' => [
  11943.                 'cache_limiter' => '0',
  11944.                 'cookie_secure' => 'auto',
  11945.                 'cookie_httponly' => true,
  11946.                 'cookie_samesite' => 'lax',
  11947.                 'gc_probability' => 1,
  11948.             ],
  11949.             'session.save_path' => NULL,
  11950.             'session.metadata.update_threshold' => 0,
  11951.             'form.type_extension.csrf.enabled' => true,
  11952.             'form.type_extension.csrf.field_name' => '_token',
  11953.             'validator.translation_domain' => 'validators',
  11954.             'profiler_listener.only_exceptions' => false,
  11955.             'profiler_listener.only_main_requests' => false,
  11956.             'twig.form.resources' => [
  11957.                 => 'form_div_layout.html.twig',
  11958.                 => 'panel/form_layout.html.twig',
  11959.                 => 'admin/form/custom_layout.html.twig',
  11960.             ],
  11961.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11962.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11963.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11964.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11965.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11966.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11967.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11968.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11969.             'doctrine.entity_managers' => [
  11970.                 'default' => 'doctrine.orm.default_entity_manager',
  11971.             ],
  11972.             'doctrine.default_entity_manager' => 'default',
  11973.             'doctrine.dbal.connection_factory.types' => [
  11974.             ],
  11975.             'doctrine.connections' => [
  11976.                 'default' => 'doctrine.dbal.default_connection',
  11977.             ],
  11978.             'doctrine.default_connection' => 'default',
  11979.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11980.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11981.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11982.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11983.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11984.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11985.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11986.             'doctrine.orm.cache.memcache_port' => 11211,
  11987.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11988.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11989.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11990.             'doctrine.orm.cache.memcached_port' => 11211,
  11991.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11992.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11993.             'doctrine.orm.cache.redis_host' => 'localhost',
  11994.             'doctrine.orm.cache.redis_port' => 6379,
  11995.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11996.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11997.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11998.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11999.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12000.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12001.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12002.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12003.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12004.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12005.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  12006.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12007.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12008.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12009.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12010.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12011.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12012.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12013.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12014.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12015.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12016.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12017.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  12018.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12019.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12020.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12021.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12022.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12023.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12024.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12025.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12026.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12027.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  12028.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12029.             'doctrine.migrations.preferred_em' => NULL,
  12030.             'doctrine.migrations.preferred_connection' => NULL,
  12031.             'security.role_hierarchy.roles' => [
  12032.                 'ROLE_SUPER_ADMIN' => [
  12033.                     => 'ROLE_ADMIN',
  12034.                 ],
  12035.                 'ROLE_ADMIN' => [
  12036.                     => 'ROLE_OWNER',
  12037.                 ],
  12038.                 'ROLE_OWNER' => [
  12039.                     => 'ROLE_USER',
  12040.                 ],
  12041.             ],
  12042.             'security.access.denied_url' => NULL,
  12043.             'security.authentication.manager.erase_credentials' => true,
  12044.             'security.authentication.session_strategy.strategy' => 'migrate',
  12045.             'security.access.always_authenticate_before_granting' => false,
  12046.             'security.authentication.hide_user_not_found' => true,
  12047.             'security.firewalls' => [
  12048.                 => 'dev',
  12049.                 => 'ping',
  12050.                 => 'main',
  12051.             ],
  12052.             'security.main._indexed_authenticators' => [
  12053.             ],
  12054.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12055.             'web_profiler.debug_toolbar.mode' => 2,
  12056.             'monolog.use_microseconds' => true,
  12057.             'monolog.swift_mailer.handlers' => [
  12058.             ],
  12059.             'monolog.handlers_to_channels' => [
  12060.                 'monolog.handler.console' => [
  12061.                     'type' => 'exclusive',
  12062.                     'elements' => [
  12063.                         => 'event',
  12064.                         => 'doctrine',
  12065.                         => 'console',
  12066.                     ],
  12067.                 ],
  12068.                 'monolog.handler.main' => [
  12069.                     'type' => 'exclusive',
  12070.                     'elements' => [
  12071.                         => 'event',
  12072.                     ],
  12073.                 ],
  12074.             ],
  12075.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12076.             'easyadmin.config' => [
  12077.                 'site_name' => 'CONREG SYSTEM',
  12078.                 'list' => [
  12079.                     'actions' => [
  12080.                         => [
  12081.                             'name' => 'show',
  12082.                             'icon' => 'eye',
  12083.                             'template' => 'admin/field/secured_action.html.twig',
  12084.                         ],
  12085.                         => [
  12086.                             'name' => 'edit',
  12087.                             'icon' => 'pencil',
  12088.                             'template' => 'admin/field/secured_action.html.twig',
  12089.                         ],
  12090.                         => [
  12091.                             'name' => 'delete',
  12092.                             'icon' => 'trash',
  12093.                             'template' => 'admin/field/secured_action.html.twig',
  12094.                         ],
  12095.                     ],
  12096.                     'item_permission' => 'show',
  12097.                     'collapse_actions' => false,
  12098.                     'batch_actions' => [
  12099.                     ],
  12100.                     'max_results' => 15,
  12101.                 ],
  12102.                 'edit' => [
  12103.                     'item_permission' => 'edit',
  12104.                     'actions' => [
  12105.                     ],
  12106.                 ],
  12107.                 'new' => [
  12108.                     'item_permission' => 'new',
  12109.                     'actions' => [
  12110.                     ],
  12111.                 ],
  12112.                 'show' => [
  12113.                     'item_permission' => 'show',
  12114.                     'actions' => [
  12115.                     ],
  12116.                     'max_results' => 10,
  12117.                 ],
  12118.                 'design' => [
  12119.                     'form_theme' => [
  12120.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  12121.                         => 'admin/form/custom_layout.html.twig',
  12122.                     ],
  12123.                     'assets' => [
  12124.                         'css' => [
  12125.                             => '/bundles/easyadmin/app.css',
  12126.                             => '/styles/admin.css',
  12127.                             => '/styles/bootstrap-datetimepicker.min.css',
  12128.                         ],
  12129.                         'js' => [
  12130.                             => '/scripts/moment.js',
  12131.                             => '/scripts/bootstrap-datetimepicker.min.js',
  12132.                             => '/scripts/admin.js',
  12133.                             => '/admin/translations.js',
  12134.                             => '/scripts/library/canvasjs.min.js',
  12135.                             => '/scripts/library/toastr.min.js',
  12136.                         ],
  12137.                         'favicon' => [
  12138.                             'path' => 'favicon.ico',
  12139.                             'mime_type' => 'image/x-icon',
  12140.                         ],
  12141.                     ],
  12142.                     'templates' => [
  12143.                         'layout' => 'admin/layout.html.twig',
  12144.                         'show' => 'admin/show.html.twig',
  12145.                         'list' => 'admin/list.html.twig',
  12146.                         'edit' => 'admin/edit.html.twig',
  12147.                     ],
  12148.                     'menu' => [
  12149.                         => [
  12150.                             'entity' => 'Device',
  12151.                             'icon' => 'screwdriver',
  12152.                         ],
  12153.                         => [
  12154.                             'entity' => 'Customer',
  12155.                             'icon' => 'trademark',
  12156.                             'permission' => 'ROLE_ADMIN',
  12157.                         ],
  12158.                         => [
  12159.                             'entity' => 'License',
  12160.                             'icon' => 'file',
  12161.                         ],
  12162.                         => [
  12163.                             'entity' => 'User',
  12164.                             'icon' => 'user',
  12165.                             'permission' => [
  12166.                                 => 'ROLE_ADMIN',
  12167.                                 => 'ROLE_CUSTOMER',
  12168.                             ],
  12169.                         ],
  12170.                         => [
  12171.                             'entity' => 'Recipe',
  12172.                             'icon' => 'barcode',
  12173.                         ],
  12174.                         => [
  12175.                             'entity' => 'Notification',
  12176.                             'icon' => 'envelope',
  12177.                         ],
  12178.                         => [
  12179.                             'entity' => 'TemperatureNotification',
  12180.                             'icon' => 'thermometer-half',
  12181.                             'label' => 'temperature-notification.admin.menu',
  12182.                         ],
  12183.                         => [
  12184.                             'entity' => 'LineTypeGroup',
  12185.                             'icon' => 'chart-line',
  12186.                             'label' => 'Line types',
  12187.                         ],
  12188.                         => [
  12189.                             'label' => 'Preferences',
  12190.                             'entity' => 'UserSetting',
  12191.                             'icon' => 'cog',
  12192.                         ],
  12193.                     ],
  12194.                     'brand_color' => 'hsl(230, 55%, 60%)',
  12195.                 ],
  12196.                 'entities' => [
  12197.                     'Device' => [
  12198.                         'class' => 'App\\Entity\\Device',
  12199.                         'show' => [
  12200.                             'item_permission' => 'show',
  12201.                             'fields' => [
  12202.                                 => 'id',
  12203.                                 => 'serialNumber',
  12204.                                 => 'calibratedAt',
  12205.                                 => 'channelsLimit',
  12206.                             ],
  12207.                         ],
  12208.                         'list' => [
  12209.                             'item_permission' => 'show',
  12210.                             'fields' => [
  12211.                                 => 'id',
  12212.                                 => 'serialNumber',
  12213.                                 => [
  12214.                                     'property' => 'customer',
  12215.                                     'permission' => 'ROLE_ADMIN',
  12216.                                     'sortable' => false,
  12217.                                 ],
  12218.                                 => 'calibratedAt',
  12219.                                 => 'channelsLimit',
  12220.                                 => 'createdAt',
  12221.                                 => [
  12222.                                     'property' => 'recipeToSync',
  12223.                                     'permission' => 'ROLE_USER',
  12224.                                     'sortable' => false,
  12225.                                     'label' => 'Synchronised Recipes',
  12226.                                     'template' => 'admin/field/recipes_to_sync.html.twig',
  12227.                                     'type_options' => [
  12228.                                         'query_builder' => [
  12229.                                             => 'App\\Repository\\RecipeToSync',
  12230.                                             => 'getStaticVisible',
  12231.                                         ],
  12232.                                     ],
  12233.                                 ],
  12234.                             ],
  12235.                         ],
  12236.                         'form' => [
  12237.                             'fields' => [
  12238.                                 => [
  12239.                                     'property' => 'serialNumber',
  12240.                                     'permission' => 'ROLE_ADMIN',
  12241.                                 ],
  12242.                                 => [
  12243.                                     'property' => 'customer',
  12244.                                     'permission' => 'ROLE_ADMIN',
  12245.                                 ],
  12246.                                 => [
  12247.                                     'property' => 'assignmentEndsAt',
  12248.                                     'permission' => 'ROLE_ADMIN',
  12249.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12250.                                     'help' => 'Leave this value empty if you do not want this instrument to be automatically unassigned from customer.',
  12251.                                 ],
  12252.                                 => [
  12253.                                     'property' => 'calibratedAt',
  12254.                                     'permission' => [
  12255.                                         => 'ROLE_ADMIN',
  12256.                                         => 'ROLE_USER',
  12257.                                     ],
  12258.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12259.                                 ],
  12260.                                 => [
  12261.                                     'property' => 'channelsLimit',
  12262.                                     'permission' => 'ROLE_ADMIN',
  12263.                                 ],
  12264.                                 => [
  12265.                                     'property' => 'email',
  12266.                                     'label' => 'Device notification email',
  12267.                                     'permission' => [
  12268.                                         => 'ROLE_ADMIN',
  12269.                                         => 'ROLE_USER',
  12270.                                     ],
  12271.                                 ],
  12272.                             ],
  12273.                         ],
  12274.                         'templates' => [
  12275.                             'list' => 'admin/list/devices.html.twig',
  12276.                         ],
  12277.                         'name' => 'Device',
  12278.                     ],
  12279.                     'Customer' => [
  12280.                         'class' => 'App\\Entity\\Customer',
  12281.                         'show' => [
  12282.                             'item_permission' => 'show',
  12283.                             'fields' => [
  12284.                                 => 'id',
  12285.                                 => [
  12286.                                     'property' => 'name',
  12287.                                     'label' => 'Company name',
  12288.                                 ],
  12289.                                 => [
  12290.                                     'property' => 'country',
  12291.                                     'template' => 'admin/field/country.html.twig',
  12292.                                     'sortable' => true,
  12293.                                 ],
  12294.                                 => [
  12295.                                     'property' => 'isActive',
  12296.                                     'label' => 'Is active',
  12297.                                 ],
  12298.                             ],
  12299.                         ],
  12300.                         'list' => [
  12301.                             'item_permission' => 'show',
  12302.                             'fields' => [
  12303.                                 => 'id',
  12304.                                 => [
  12305.                                     'property' => 'name',
  12306.                                     'label' => 'Company name',
  12307.                                 ],
  12308.                                 => [
  12309.                                     'property' => 'country',
  12310.                                     'template' => 'admin/field/country.html.twig',
  12311.                                     'sortable' => true,
  12312.                                 ],
  12313.                                 => [
  12314.                                     'property' => 'users',
  12315.                                     'label' => 'Users',
  12316.                                     'template' => 'admin/field/users.html.twig',
  12317.                                 ],
  12318.                                 => [
  12319.                                     'property' => 'isActive',
  12320.                                     'label' => 'Is active',
  12321.                                     'type' => 'toggle',
  12322.                                 ],
  12323.                             ],
  12324.                         ],
  12325.                         'form' => [
  12326.                             'fields' => [
  12327.                                 => [
  12328.                                     'property' => 'name',
  12329.                                     'label' => 'Company name',
  12330.                                     'type' => 'text',
  12331.                                     'type_options' => [
  12332.                                         'required' => true,
  12333.                                     ],
  12334.                                 ],
  12335.                                 => [
  12336.                                     'property' => 'country',
  12337.                                     'type' => 'choice',
  12338.                                     'label' => 'Country',
  12339.                                     'type_options' => [
  12340.                                         'required' => true,
  12341.                                         'choices' => [
  12342.                                             'Brak' => NULL,
  12343.                                             'Polska' => 'pl',
  12344.                                             'Svenska' => 'sv',
  12345.                                         ],
  12346.                                     ],
  12347.                                 ],
  12348.                                 => [
  12349.                                     'sortable' => false,
  12350.                                     'label' => 'Brand',
  12351.                                     'property' => 'brands',
  12352.                                     'type' => 'App\\Form\\Admin\\BrandType',
  12353.                                     'type_options' => [
  12354.                                         'multiple' => true,
  12355.                                         'expanded' => true,
  12356.                                         'required' => false,
  12357.                                     ],
  12358.                                 ],
  12359.                                 => [
  12360.                                     'property' => 'devices',
  12361.                                     'type_options' => [
  12362.                                         'by_reference' => false,
  12363.                                     ],
  12364.                                     'css_class' => 'temporary_hidden',
  12365.                                 ],
  12366.                                 => [
  12367.                                     'property' => 'activeTo',
  12368.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12369.                                     'help' => 'Leave this value empty if you do not want this customer to be automatically disabled.',
  12370.                                 ],
  12371.                             ],
  12372.                         ],
  12373.                         'name' => 'Customer',
  12374.                     ],
  12375.                     'License' => [
  12376.                         'class' => 'App\\Entity\\License',
  12377.                         'disabled_actions' => [
  12378.                             => 'edit',
  12379.                         ],
  12380.                         'search' => [
  12381.                             'item_permission' => 'show',
  12382.                             'help' => 'Searched by customer name.',
  12383.                             'fields' => [
  12384.                                 => 'customer.name',
  12385.                             ],
  12386.                         ],
  12387.                         'list' => [
  12388.                             'actions' => [
  12389.                                 => [
  12390.                                     'name' => 'show',
  12391.                                     'icon' => 'eye',
  12392.                                     'template' => 'admin/field/secured_action.html.twig',
  12393.                                 ],
  12394.                                 => [
  12395.                                     'name' => 'edit',
  12396.                                     'template' => 'admin/field/secured_action.html.twig',
  12397.                                 ],
  12398.                                 => [
  12399.                                     'name' => 'delete',
  12400.                                     'template' => 'admin/field/secured_action.html.twig',
  12401.                                 ],
  12402.                             ],
  12403.                             'item_permission' => 'show',
  12404.                             'fields' => [
  12405.                                 => [
  12406.                                     'property' => 'licenseNumber',
  12407.                                 ],
  12408.                                 => [
  12409.                                     'property' => 'customer',
  12410.                                     'sortable' => false,
  12411.                                 ],
  12412.                                 => [
  12413.                                     'property' => 'device',
  12414.                                     'template' => 'admin/field/translated_entity.html.twig',
  12415.                                     'label' => 'Instrument',
  12416.                                     'sortable' => false,
  12417.                                 ],
  12418.                                 => [
  12419.                                     'property' => 'note',
  12420.                                     'template' => 'admin/field/popup.html.twig',
  12421.                                     'icon' => 'comment',
  12422.                                 ],
  12423.                             ],
  12424.                         ],
  12425.                         'form' => [
  12426.                             'fields' => [
  12427.                                 => [
  12428.                                     'property' => 'licenseNumber',
  12429.                                     'type_options' => [
  12430.                                         'required' => true,
  12431.                                     ],
  12432.                                     'type' => 'text',
  12433.                                 ],
  12434.                                 => [
  12435.                                     'property' => 'customer',
  12436.                                     'type_options' => [
  12437.                                         'required' => false,
  12438.                                     ],
  12439.                                     'label' => 'Customer, select existing',
  12440.                                 ],
  12441.                                 => [
  12442.                                     'property' => 'newCustomerName',
  12443.                                     'type' => 'text',
  12444.                                     'label' => 'or add new (type his name)',
  12445.                                 ],
  12446.                                 => [
  12447.                                     'property' => 'device',
  12448.                                     'type_options' => [
  12449.                                         'required' => false,
  12450.                                     ],
  12451.                                     'label' => 'Instrument, select existing',
  12452.                                 ],
  12453.                                 => [
  12454.                                     'property' => 'newDeviceSerialNumber',
  12455.                                     'type' => 'text',
  12456.                                     'label' => 'or add new (type its serial number)',
  12457.                                 ],
  12458.                                 => [
  12459.                                     'property' => 'licensedTo',
  12460.                                     'type' => 'App\\Form\\CustomDateTimeType',
  12461.                                 ],
  12462.                                 => [
  12463.                                     'property' => 'isAssignRequested',
  12464.                                     'label' => 'Automatically assign this device to customer',
  12465.                                     'type' => 'checkbox',
  12466.                                     '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.',
  12467.                                 ],
  12468.                                 => [
  12469.                                     'property' => 'note',
  12470.                                 ],
  12471.                             ],
  12472.                         ],
  12473.                         'show' => [
  12474.                             'item_permission' => 'show',
  12475.                             'fields' => [
  12476.                                 => [
  12477.                                     'property' => 'licenseNumber',
  12478.                                 ],
  12479.                                 => 'customer',
  12480.                                 => [
  12481.                                     'property' => 'device',
  12482.                                     'template' => 'admin/field/translated_entity.html.twig',
  12483.                                     'label' => 'Instrument',
  12484.                                 ],
  12485.                                 => [
  12486.                                     'property' => 'licensedTo',
  12487.                                 ],
  12488.                                 => [
  12489.                                     'property' => 'note',
  12490.                                 ],
  12491.                             ],
  12492.                         ],
  12493.                         'templates' => [
  12494.                             'list' => 'admin/list/devices.html.twig',
  12495.                         ],
  12496.                         'name' => 'License',
  12497.                     ],
  12498.                     'User' => [
  12499.                         'class' => 'App\\Entity\\User',
  12500.                         'show' => [
  12501.                             'item_permission' => [
  12502.                                 => 'show',
  12503.                             ],
  12504.                             'fields' => [
  12505.                                 => 'id',
  12506.                                 => 'username',
  12507.                                 => 'firstName',
  12508.                                 => 'surname',
  12509.                                 => 'email',
  12510.                                 => 'phone',
  12511.                                 => [
  12512.                                     'property' => 'customer',
  12513.                                     'permission' => 'ROLE_ADMIN',
  12514.                                     'sortable' => false,
  12515.                                 ],
  12516.                                 => [
  12517.                                     'property' => 'roles',
  12518.                                     'template' => 'admin/field/roles.html.twig',
  12519.                                     'sortable' => false,
  12520.                                 ],
  12521.                             ],
  12522.                         ],
  12523.                         'list' => [
  12524.                             'item_permission' => [
  12525.                                 => 'show',
  12526.                             ],
  12527.                             'fields' => [
  12528.                                 => 'id',
  12529.                                 => 'username',
  12530.                                 => 'email',
  12531.                                 => [
  12532.                                     'property' => 'customer',
  12533.                                     'permission' => 'ROLE_ADMIN',
  12534.                                 ],
  12535.                                 => [
  12536.                                     'property' => 'roles',
  12537.                                     'template' => 'admin/field/roles.html.twig',
  12538.                                     'sortable' => false,
  12539.                                 ],
  12540.                                 => [
  12541.                                     'property' => 'activationEmail',
  12542.                                     'template' => 'admin/field/activation_email.html.twig',
  12543.                                 ],
  12544.                             ],
  12545.                         ],
  12546.                         'form' => [
  12547.                             'fields' => [
  12548.                                 => [
  12549.                                     'property' => 'username',
  12550.                                     'type' => 'text',
  12551.                                     'type_options' => [
  12552.                                         'required' => true,
  12553.                                     ],
  12554.                                 ],
  12555.                                 => [
  12556.                                     'property' => 'firstName',
  12557.                                     'type' => 'text',
  12558.                                 ],
  12559.                                 => [
  12560.                                     'property' => 'surname',
  12561.                                     'type' => 'text',
  12562.                                 ],
  12563.                                 => [
  12564.                                     'property' => 'email',
  12565.                                     'type' => 'email',
  12566.                                 ],
  12567.                                 => [
  12568.                                     'property' => 'phone',
  12569.                                     'type' => 'text',
  12570.                                 ],
  12571.                                 => [
  12572.                                     'property' => 'customer',
  12573.                                     'permission' => 'ROLE_ADMIN',
  12574.                                 ],
  12575.                                 => [
  12576.                                     'property' => 'roleSingle',
  12577.                                     'permission' => 'ROLE_ADMIN',
  12578.                                     'type' => 'choice',
  12579.                                     'label' => 'Role',
  12580.                                     'type_options' => [
  12581.                                         'required' => true,
  12582.                                         'choices' => [
  12583.                                             'Default user' => 'ROLE_USER',
  12584.                                             'Company manager' => 'ROLE_CUSTOMER',
  12585.                                             'Administrator' => 'ROLE_ADMIN',
  12586.                                         ],
  12587.                                     ],
  12588.                                 ],
  12589.                                 => [
  12590.                                     'property' => 'roles',
  12591.                                     'permission' => 'ROLE_CUSTOMER',
  12592.                                     'type' => 'choice',
  12593.                                     'type_options' => [
  12594.                                         'multiple' => true,
  12595.                                         'expanded' => true,
  12596.                                         'choices' => [
  12597.                                             'Company manager' => 'ROLE_CUSTOMER',
  12598.                                         ],
  12599.                                     ],
  12600.                                 ],
  12601.                             ],
  12602.                         ],
  12603.                         'new' => [
  12604.                             'item_permission' => [
  12605.                                 => 'ROLE_ADMIN',
  12606.                                 => 'ROLE_CUSTOMER',
  12607.                             ],
  12608.                             'fields' => [
  12609.                                 => [
  12610.                                     'property' => 'username',
  12611.                                     'type' => 'text',
  12612.                                     'type_options' => [
  12613.                                         'required' => true,
  12614.                                     ],
  12615.                                 ],
  12616.                                 => [
  12617.                                     'property' => 'firstName',
  12618.                                     'type' => 'text',
  12619.                                 ],
  12620.                                 => [
  12621.                                     'property' => 'surname',
  12622.                                     'type' => 'text',
  12623.                                 ],
  12624.                                 => [
  12625.                                     'property' => 'email',
  12626.                                     'type' => 'email',
  12627.                                 ],
  12628.                                 => [
  12629.                                     'property' => 'email',
  12630.                                     'type' => 'email',
  12631.                                 ],
  12632.                                 => [
  12633.                                     'property' => 'phone',
  12634.                                     'type' => 'text',
  12635.                                 ],
  12636.                                 => [
  12637.                                     'property' => 'password',
  12638.                                     'type' => 'repeated',
  12639.                                     'type_options' => [
  12640.                                         'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
  12641.                                         'required' => true,
  12642.                                         'first_options' => [
  12643.                                             'label' => 'label.password',
  12644.                                         ],
  12645.                                         'second_options' => [
  12646.                                             'label' => 'label.password_confirmation',
  12647.                                         ],
  12648.                                     ],
  12649.                                 ],
  12650.                                 => [
  12651.                                     'property' => 'customer',
  12652.                                     'permission' => 'ROLE_ADMIN',
  12653.                                 ],
  12654.                                 => [
  12655.                                     'property' => 'roleSingle',
  12656.                                     'permission' => 'ROLE_ADMIN',
  12657.                                     'type' => 'choice',
  12658.                                     'label' => 'Role',
  12659.                                     'type_options' => [
  12660.                                         'required' => true,
  12661.                                         'choices' => [
  12662.                                             'Default user' => 'ROLE_USER',
  12663.                                             'Company manager' => 'ROLE_CUSTOMER',
  12664.                                             'Administrator' => 'ROLE_ADMIN',
  12665.                                         ],
  12666.                                     ],
  12667.                                 ],
  12668.                                 => [
  12669.                                     'property' => 'roles',
  12670.                                     'permission' => 'ROLE_CUSTOMER',
  12671.                                     'type' => 'choice',
  12672.                                     'type_options' => [
  12673.                                         'multiple' => true,
  12674.                                         'expanded' => true,
  12675.                                         'choices' => [
  12676.                                             'Company manager' => 'ROLE_CUSTOMER',
  12677.                                         ],
  12678.                                     ],
  12679.                                 ],
  12680.                             ],
  12681.                         ],
  12682.                         'name' => 'User',
  12683.                     ],
  12684.                     'Notification' => [
  12685.                         'class' => 'App\\Entity\\Notification',
  12686.                         'form' => [
  12687.                             'item_permission' => [
  12688.                                 => 'ROLE_ADMIN',
  12689.                                 => 'ROLE_CUSTOMER',
  12690.                                 => 'ROLE_USER',
  12691.                             ],
  12692.                             'help' => 'Notification will be send to your email address when strength of concrete in selected channel will reach provided value.',
  12693.                             'fields' => [
  12694.                                 => [
  12695.                                     'property' => 'strengthTrigger',
  12696.                                 ],
  12697.                                 => [
  12698.                                     'property' => 'channelSetting',
  12699.                                     'label' => 'Channel',
  12700.                                     'type_options' => [
  12701.                                         'choice_label' => 'channelShortName',
  12702.                                         'group_by' => [
  12703.                                             => 'App\\Repository\\ChannelSettingRepository',
  12704.                                             => 'groupByMeasurement',
  12705.                                         ],
  12706.                                         'query_builder' => [
  12707.                                             => 'App\\Repository\\ChannelSettingRepository',
  12708.                                             => 'getStaticVisibleGrouped',
  12709.                                         ],
  12710.                                     ],
  12711.                                 ],
  12712.                                 => [
  12713.                                     'property' => 'email',
  12714.                                     'type' => 'email',
  12715.                                 ],
  12716.                             ],
  12717.                         ],
  12718.                         'list' => [
  12719.                             'item_permission' => [
  12720.                                 => 'show',
  12721.                             ],
  12722.                             'fields' => [
  12723.                                 => [
  12724.                                     'property' => 'measurement',
  12725.                                     'template' => 'admin/field/measurement.html.twig',
  12726.                                 ],
  12727.                                 => [
  12728.                                     'property' => 'channelCalculated',
  12729.                                     'template' => 'admin/field/channel.html.twig',
  12730.                                     'label' => 'Channel',
  12731.                                 ],
  12732.                                 => [
  12733.                                     'property' => 'strengthTrigger',
  12734.                                 ],
  12735.                                 => [
  12736.                                     'property' => 'isTriggered',
  12737.                                     'type' => 'boolean',
  12738.                                 ],
  12739.                                 => [
  12740.                                     'property' => 'email',
  12741.                                     'type' => 'email',
  12742.                                 ],
  12743.                                 => [
  12744.                                     'property' => 'createdAt',
  12745.                                 ],
  12746.                             ],
  12747.                         ],
  12748.                         'show' => [
  12749.                             'item_permission' => [
  12750.                                 => 'show',
  12751.                             ],
  12752.                             'fields' => [
  12753.                                 => [
  12754.                                     'property' => 'measurement',
  12755.                                     'template' => 'admin/field/measurement.html.twig',
  12756.                                 ],
  12757.                                 => [
  12758.                                     'property' => 'channelCalculated',
  12759.                                     'template' => 'admin/field/channel.html.twig',
  12760.                                     'label' => 'Channel',
  12761.                                 ],
  12762.                                 => [
  12763.                                     'property' => 'strengthTrigger',
  12764.                                 ],
  12765.                                 => [
  12766.                                     'property' => 'isTriggered',
  12767.                                     'type' => 'boolean',
  12768.                                 ],
  12769.                                 => [
  12770.                                     'property' => 'email',
  12771.                                     'type' => 'email',
  12772.                                 ],
  12773.                                 => [
  12774.                                     'property' => 'createdAt',
  12775.                                 ],
  12776.                             ],
  12777.                         ],
  12778.                         'name' => 'Notification',
  12779.                     ],
  12780.                     'TemperatureNotification' => [
  12781.                         'class' => 'App\\Entity\\TemperatureNotification',
  12782.                         'label' => 'temperature-notification.admin.menu',
  12783.                         'disabled_actions' => [
  12784.                             => 'edit',
  12785.                             => 'new',
  12786.                             => 'batch',
  12787.                         ],
  12788.                         'list' => [
  12789.                             'item_permission' => [
  12790.                                 => 'show',
  12791.                             ],
  12792.                             'batch_actions' => [
  12793.                                 => '-delete',
  12794.                             ],
  12795.                             'fields' => [
  12796.                                 => [
  12797.                                     'property' => 'measurement',
  12798.                                     'template' => 'admin/field/measurement.html.twig',
  12799.                                 ],
  12800.                                 => [
  12801.                                     'property' => 'channelSetting',
  12802.                                     'template' => 'admin/field/channel.html.twig',
  12803.                                     'label' => 'Channel',
  12804.                                 ],
  12805.                                 => [
  12806.                                     'property' => 'temperatureTrigger',
  12807.                                     'label' => 'temperature-notification.admin.target',
  12808.                                 ],
  12809.                                 => [
  12810.                                     'property' => 'direction',
  12811.                                     'label' => 'temperature-notification.admin.direction',
  12812.                                     'template' => 'admin/field/temperature_notification_direction.html.twig',
  12813.                                 ],
  12814.                                 => [
  12815.                                     'property' => 'isTriggered',
  12816.                                     'type' => 'boolean',
  12817.                                     'label' => 'temperature-notification.admin.triggered',
  12818.                                 ],
  12819.                                 => [
  12820.                                     'property' => 'email',
  12821.                                     'type' => 'email',
  12822.                                 ],
  12823.                                 => [
  12824.                                     'property' => 'createdAt',
  12825.                                 ],
  12826.                             ],
  12827.                         ],
  12828.                         'show' => [
  12829.                             'item_permission' => [
  12830.                                 => 'show',
  12831.                             ],
  12832.                             'fields' => [
  12833.                                 => [
  12834.                                     'property' => 'measurement',
  12835.                                     'template' => 'admin/field/measurement.html.twig',
  12836.                                 ],
  12837.                                 => [
  12838.                                     'property' => 'channelSetting',
  12839.                                     'template' => 'admin/field/channel.html.twig',
  12840.                                     'label' => 'Channel',
  12841.                                 ],
  12842.                                 => [
  12843.                                     'property' => 'temperatureTrigger',
  12844.                                     'label' => 'temperature-notification.admin.target',
  12845.                                 ],
  12846.                                 => [
  12847.                                     'property' => 'direction',
  12848.                                     'label' => 'temperature-notification.admin.direction',
  12849.                                     'template' => 'admin/field/temperature_notification_direction.html.twig',
  12850.                                 ],
  12851.                                 => [
  12852.                                     'property' => 'isTriggered',
  12853.                                     'type' => 'boolean',
  12854.                                     'label' => 'temperature-notification.admin.triggered',
  12855.                                 ],
  12856.                                 => [
  12857.                                     'property' => 'email',
  12858.                                     'type' => 'email',
  12859.                                 ],
  12860.                                 => [
  12861.                                     'property' => 'createdAt',
  12862.                                 ],
  12863.                             ],
  12864.                         ],
  12865.                         'name' => 'TemperatureNotification',
  12866.                     ],
  12867.                     'UserSetting' => [
  12868.                         'disabled_actions' => [
  12869.                             => 'delete',
  12870.                             => 'new',
  12871.                         ],
  12872.                         'class' => 'App\\Entity\\UserSetting',
  12873.                         'form' => [
  12874.                             'actions' => [
  12875.                                 => [
  12876.                                     'name' => 'list',
  12877.                                     'template' => 'admin/field/empty.html.twig',
  12878.                                 ],
  12879.                             ],
  12880.                             'item_permission' => [
  12881.                                 => 'ROLE_ADMIN',
  12882.                                 => 'ROLE_CUSTOMER',
  12883.                                 => 'ROLE_USER',
  12884.                             ],
  12885.                             'fields' => [
  12886.                                 => [
  12887.                                     'property' => 'language',
  12888.                                     'type' => 'choice',
  12889.                                     'type_options' => [
  12890.                                         'choices' => [
  12891.                                             'English' => 'en',
  12892.                                             'Polski' => 'pl',
  12893.                                             'Svenska' => 'sv',
  12894.                                         ],
  12895.                                     ],
  12896.                                 ],
  12897.                                 => [
  12898.                                     'property' => 'standardRecipe',
  12899.                                     'type_options' => [
  12900.                                         'query_builder' => [
  12901.                                             => 'App\\Repository\\RecipeRepository',
  12902.                                             => 'getStaticVisible',
  12903.                                         ],
  12904.                                     ],
  12905.                                 ],
  12906.                                 => [
  12907.                                     'property' => 'usedDevices',
  12908.                                     'label' => 'Used instruments',
  12909.                                     'help' => 'Only measurements for selected instruments will be displayed for currently logged user in his panel.',
  12910.                                     'type' => 'entity',
  12911.                                     'type_options' => [
  12912.                                         'class' => 'App\\Entity\\Device',
  12913.                                         'multiple' => true,
  12914.                                         'expanded' => true,
  12915.                                         'query_builder' => [
  12916.                                             => 'App\\Repository\\DeviceRepository',
  12917.                                             => 'getStaticVisible',
  12918.                                         ],
  12919.                                     ],
  12920.                                 ],
  12921.                                 => [
  12922.                                     'property' => 'fontSizeCoefficient',
  12923.                                     'label' => 'Font size',
  12924.                                     'type' => 'choice',
  12925.                                     'type_options' => [
  12926.                                         'choices' => [
  12927.                                             10 => 10,
  12928.                                             11 => 11,
  12929.                                             12 => 12,
  12930.                                             13 => 13,
  12931.                                             14 => 14,
  12932.                                             15 => 15,
  12933.                                             16 => 16,
  12934.                                             17 => 17,
  12935.                                             18 => 18,
  12936.                                             19 => 19,
  12937.                                             20 => 20,
  12938.                                             21 => 21,
  12939.                                             22 => 22,
  12940.                                             23 => 23,
  12941.                                             24 => 24,
  12942.                                         ],
  12943.                                     ],
  12944.                                 ],
  12945.                                 => [
  12946.                                     'property' => 'tokenTimeDuration',
  12947.                                     'label' => 'Token duration',
  12948.                                     'help' => 'Shared link token duration in hours.',
  12949.                                 ],
  12950.                             ],
  12951.                         ],
  12952.                         'list' => [
  12953.                             'item_permission' => [
  12954.                                 => 'show',
  12955.                             ],
  12956.                         ],
  12957.                         'name' => 'UserSetting',
  12958.                     ],
  12959.                     'Recipe' => [
  12960.                         'class' => 'App\\Entity\\Recipe',
  12961.                         'delete' => [
  12962.                             'item_permission' => [
  12963.                                 => 'ROLE_ADMIN',
  12964.                                 => 'ROLE_CUSTOMER',
  12965.                                 => 'ROLE_USER',
  12966.                             ],
  12967.                         ],
  12968.                         'new' => [
  12969.                             'item_permission' => [
  12970.                                 => 'ROLE_ADMIN',
  12971.                                 => 'ROLE_CUSTOMER',
  12972.                                 => 'ROLE_USER',
  12973.                             ],
  12974.                         ],
  12975.                         'list' => [
  12976.                             'max_results' => 999,
  12977.                             'item_permission' => [
  12978.                                 => 'ROLE_ADMIN',
  12979.                                 => 'ROLE_CUSTOMER',
  12980.                                 => 'ROLE_USER',
  12981.                             ],
  12982.                             'sort' => [
  12983.                                 => 'name',
  12984.                                 => 'ASC',
  12985.                             ],
  12986.                             'fields' => [
  12987.                                 => [
  12988.                                     'property' => 'name',
  12989.                                 ],
  12990.                                 => [
  12991.                                     'property' => 'shortName',
  12992.                                 ],
  12993.                                 => [
  12994.                                     'property' => 'country',
  12995.                                     'template' => 'admin/field/country.html.twig',
  12996.                                     'sortable' => true,
  12997.                                     'permission' => [
  12998.                                         => 'ROLE_ADMIN',
  12999.                                     ],
  13000.                                 ],
  13001.                                 => [
  13002.                                     'property' => 'chart',
  13003.                                     'mapped' => false,
  13004.                                     'template' => 'admin/field/recipe_chart.html.twig',
  13005.                                 ],
  13006.                                 => [
  13007.                                     'property' => 'priority',
  13008.                                     'permission' => [
  13009.                                         => 'ROLE_ADMIN',
  13010.                                     ],
  13011.                                     'template' => 'admin/field/priority.html.twig',
  13012.                                 ],
  13013.                             ],
  13014.                         ],
  13015.                         'show' => [
  13016.                             'item_permission' => [
  13017.                                 => 'ROLE_ADMIN',
  13018.                                 => 'ROLE_CUSTOMER',
  13019.                                 => 'ROLE_USER',
  13020.                             ],
  13021.                             'fields' => [
  13022.                                 => [
  13023.                                     'type' => 'text',
  13024.                                     'property' => 'name',
  13025.                                     'label' => 'Recipe full name',
  13026.                                 ],
  13027.                                 => [
  13028.                                     'type' => 'text',
  13029.                                     'property' => 'shortName',
  13030.                                     'label' => 'Recipe short name',
  13031.                                 ],
  13032.                                 => [
  13033.                                     'type' => 'text',
  13034.                                     'property' => 'country',
  13035.                                     'label' => 'Recipe country',
  13036.                                     'permission' => [
  13037.                                         => 'ROLE_ADMIN',
  13038.                                     ],
  13039.                                 ],
  13040.                                 => [
  13041.                                     'type' => 'text',
  13042.                                     'property' => 'brand',
  13043.                                     'label' => 'Recipe brand',
  13044.                                     'permission' => [
  13045.                                         => 'ROLE_ADMIN',
  13046.                                     ],
  13047.                                 ],
  13048.                                 => [
  13049.                                     'type' => 'text',
  13050.                                     'property' => 'fcc',
  13051.                                     'label' => 'Fcc28 [MPa]',
  13052.                                 ],
  13053.                                 => [
  13054.                                     'type' => 'text',
  13055.                                     'property' => 'dTe',
  13056.                                     'label' => 'Dte0 [h]',
  13057.                                 ],
  13058.                                 => [
  13059.                                     'type' => 'text',
  13060.                                     'property' => 'betaAdd',
  13061.                                     'label' => 'BetaAdd [-]',
  13062.                                 ],
  13063.                                 => [
  13064.                                     'type' => 'text',
  13065.                                     'property' => 'theta',
  13066.                                     'label' => 'Theta0 [K]',
  13067.                                 ],
  13068.                                 => [
  13069.                                     'type' => 'text',
  13070.                                     'property' => 'kappa',
  13071.                                     'label' => 'Kappa3 [-]',
  13072.                                 ],
  13073.                                 => [
  13074.                                     'type' => 'text',
  13075.                                     'property' => 's',
  13076.                                     'label' => 's [-]',
  13077.                                 ],
  13078.                                 10 => [
  13079.                                     'type' => 'text',
  13080.                                     'property' => 'tS',
  13081.                                     'label' => 'tS [h]',
  13082.                                 ],
  13083.                                 11 => [
  13084.                                     'type' => 'text',
  13085.                                     'property' => 'tA',
  13086.                                     'label' => 'tA [h]',
  13087.                                 ],
  13088.                                 12 => [
  13089.                                     'type' => 'text',
  13090.                                     'property' => 'nA',
  13091.                                     'label' => 'nA [-]',
  13092.                                 ],
  13093.                                 13 => [
  13094.                                     'type' => 'text',
  13095.                                     'property' => 'fa',
  13096.                                     'label' => 'FA [MPa]',
  13097.                                 ],
  13098.                             ],
  13099.                         ],
  13100.                         'form' => [
  13101.                             'item_permission' => [
  13102.                                 => 'ROLE_ADMIN',
  13103.                                 => 'ROLE_CUSTOMER',
  13104.                                 => 'ROLE_USER',
  13105.                             ],
  13106.                             'fields' => [
  13107.                                 => [
  13108.                                     'type' => 'tab',
  13109.                                     'label' => 'Recipe',
  13110.                                 ],
  13111.                                 => [
  13112.                                     'type' => 'text',
  13113.                                     'property' => 'fcc',
  13114.                                     'label' => 'Fcc28 [MPa]',
  13115.                                 ],
  13116.                                 => [
  13117.                                     'type' => 'text',
  13118.                                     'property' => 'dTe',
  13119.                                     'label' => 'Dte0 [h]',
  13120.                                 ],
  13121.                                 => [
  13122.                                     'type' => 'text',
  13123.                                     'property' => 'betaAdd',
  13124.                                     'label' => 'BetaAdd [-]',
  13125.                                 ],
  13126.                                 => [
  13127.                                     'type' => 'text',
  13128.                                     'property' => 'theta',
  13129.                                     'label' => 'Theta0 [K]',
  13130.                                 ],
  13131.                                 => [
  13132.                                     'type' => 'text',
  13133.                                     'property' => 'kappa',
  13134.                                     'label' => 'Kappa3 [-]',
  13135.                                 ],
  13136.                                 => [
  13137.                                     'type' => 'text',
  13138.                                     'property' => 's',
  13139.                                     'label' => 's [-]',
  13140.                                 ],
  13141.                                 => [
  13142.                                     'type' => 'text',
  13143.                                     'property' => 'tS',
  13144.                                     'label' => 'tS [h]',
  13145.                                 ],
  13146.                                 => [
  13147.                                     'type' => 'text',
  13148.                                     'property' => 'tA',
  13149.                                     'label' => 'tA [h]',
  13150.                                 ],
  13151.                                 => [
  13152.                                     'type' => 'text',
  13153.                                     'property' => 'nA',
  13154.                                     'label' => 'nA [-]',
  13155.                                 ],
  13156.                                 10 => [
  13157.                                     'type' => 'text',
  13158.                                     'property' => 'fa',
  13159.                                     'label' => 'FA [MPa]',
  13160.                                 ],
  13161.                                 11 => [
  13162.                                     'type' => 'tab',
  13163.                                     'icon' => 'calculator',
  13164.                                     'label' => 'Calculate',
  13165.                                 ],
  13166.                                 12 => [
  13167.                                     'property' => 'name',
  13168.                                     'label' => 'Recipe full name',
  13169.                                     'type' => 'text',
  13170.                                 ],
  13171.                                 13 => [
  13172.                                     'property' => 'shortName',
  13173.                                     'label' => 'Recipe short name',
  13174.                                     'type' => 'text',
  13175.                                 ],
  13176.                                 14 => [
  13177.                                     'property' => 'country',
  13178.                                     'type' => 'choice',
  13179.                                     'label' => 'Country',
  13180.                                     'type_options' => [
  13181.                                         'required' => true,
  13182.                                         'choices' => [
  13183.                                             'Brak' => NULL,
  13184.                                             'Polska' => 'pl',
  13185.                                             'Svenska' => 'sv',
  13186.                                         ],
  13187.                                     ],
  13188.                                     'permission' => [
  13189.                                         => 'ROLE_ADMIN',
  13190.                                     ],
  13191.                                 ],
  13192.                                 15 => [
  13193.                                     'property' => 'brand',
  13194.                                     'type' => 'text',
  13195.                                     'label' => 'Brand',
  13196.                                     'permission' => [
  13197.                                         => 'ROLE_ADMIN',
  13198.                                     ],
  13199.                                 ],
  13200.                                 16 => [
  13201.                                     'type' => 'section',
  13202.                                     'label' => 'Average temperature based on',
  13203.                                 ],
  13204.                                 17 => [
  13205.                                     'property' => 'mixingTimepoint',
  13206.                                     'type' => 'App\\Form\\CustomDateTimeType',
  13207.                                     'type_options' => [
  13208.                                         'mapped' => false,
  13209.                                     ],
  13210.                                 ],
  13211.                                 18 => [
  13212.                                     'property' => 'mixingTemperature',
  13213.                                     'label' => 'Mixing temperature [°C]',
  13214.                                     'type' => 'number',
  13215.                                     'type_options' => [
  13216.                                         'mapped' => false,
  13217.                                     ],
  13218.                                 ],
  13219.                                 19 => [
  13220.                                     'property' => 'castingTimepoint',
  13221.                                     'type' => 'App\\Form\\CustomDateTimeType',
  13222.                                     'type_options' => [
  13223.                                         'mapped' => false,
  13224.                                     ],
  13225.                                 ],
  13226.                                 20 => [
  13227.                                     'property' => 'channel',
  13228.                                     'label' => 'Temperature from Channel',
  13229.                                     'type' => 'choice',
  13230.                                     'type_options' => [
  13231.                                         'attr' => [
  13232.                                             'class' => 'measurement-data-checkbox measurement-data-checkbox-large',
  13233.                                         ],
  13234.                                         'expanded' => false,
  13235.                                         'multiple' => true,
  13236.                                         'mapped' => false,
  13237.                                     ],
  13238.                                 ],
  13239.                                 21 => [
  13240.                                     'property' => 'previewChart',
  13241.                                     'type' => 'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType',
  13242.                                     'type_options' => [
  13243.                                         'mapped' => false,
  13244.                                         'attr' => [
  13245.                                             'class' => 'js-chart-preview',
  13246.                                         ],
  13247.                                     ],
  13248.                                 ],
  13249.                                 22 => [
  13250.                                     'type' => 'section',
  13251.                                     'label' => 'Maturity data',
  13252.                                 ],
  13253.                                 23 => [
  13254.                                     'property' => 'tmpDTe',
  13255.                                     'label' => 'Dte0 [h]',
  13256.                                     'type' => 'number',
  13257.                                     'type_options' => [
  13258.                                         'attr' => [
  13259.                                             'value' => '0.0',
  13260.                                         ],
  13261.                                         'mapped' => false,
  13262.                                     ],
  13263.                                 ],
  13264.                                 24 => [
  13265.                                     'property' => 'tmpBetaAdd',
  13266.                                     'label' => 'BetaAdd [-]',
  13267.                                     'type' => 'number',
  13268.                                     'type_options' => [
  13269.                                         'attr' => [
  13270.                                             'value' => '1.0',
  13271.                                         ],
  13272.                                         'mapped' => false,
  13273.                                     ],
  13274.                                 ],
  13275.                                 25 => [
  13276.                                     'property' => 'tmpTheta',
  13277.                                     'label' => 'Theta0 [K]',
  13278.                                     'type' => 'number',
  13279.                                     'type_options' => [
  13280.                                         'attr' => [
  13281.                                             'value' => '4790.0',
  13282.                                         ],
  13283.                                         'mapped' => false,
  13284.                                     ],
  13285.                                 ],
  13286.                                 26 => [
  13287.                                     'property' => 'tmpKappa',
  13288.                                     'label' => 'Kappa3 [-]',
  13289.                                     'type' => 'number',
  13290.                                     'type_options' => [
  13291.                                         'attr' => [
  13292.                                             'value' => '0.54',
  13293.                                         ],
  13294.                                         'mapped' => false,
  13295.                                     ],
  13296.                                 ],
  13297.                                 27 => [
  13298.                                     'type' => 'section',
  13299.                                     'label' => 'Measurements',
  13300.                                 ],
  13301.                                 28 => [
  13302.                                     'property' => 'maturity',
  13303.                                     'label' => ' ',
  13304.                                     'type' => 'collection',
  13305.                                     'type_options' => [
  13306.                                         'allow_add' => true,
  13307.                                         'entry_type' => 'App\\Form\\Admin\\RecipeCalculator\\MaturityType',
  13308.                                         'mapped' => false,
  13309.                                     ],
  13310.                                 ],
  13311.                                 29 => [
  13312.                                     'property' => 'tmpFcc28',
  13313.                                     'label' => 'Fcc28 known [MPa]',
  13314.                                     'type' => 'number',
  13315.                                     'type_options' => [
  13316.                                         'attr' => [
  13317.                                         ],
  13318.                                         'mapped' => false,
  13319.                                     ],
  13320.                                 ],
  13321.                                 30 => [
  13322.                                     'property' => 'calculationType',
  13323.                                     'label' => 'Calculation Type',
  13324.                                     'type' => 'choice',
  13325.                                     'type_options' => [
  13326.                                         'choices' => [
  13327.                                             'manual choice' => 'manual',
  13328.                                             'automatic search' => 'automatic',
  13329.                                         ],
  13330.                                         'attr' => [
  13331.                                         ],
  13332.                                         'mapped' => false,
  13333.                                     ],
  13334.                                 ],
  13335.                                 31 => [
  13336.                                     'type' => 'section',
  13337.                                     'label' => 'Manual calculation / automatic search initial values:',
  13338.                                 ],
  13339.                                 32 => [
  13340.                                     'property' => 'calcS',
  13341.                                     'label' => 's [-] (0.01 -1)',
  13342.                                     'type' => 'number',
  13343.                                     'type_options' => [
  13344.                                         'attr' => [
  13345.                                             'value' => '0.179146067858747',
  13346.                                         ],
  13347.                                         'mapped' => false,
  13348.                                     ],
  13349.                                 ],
  13350.                                 33 => [
  13351.                                     'property' => 'calcTs',
  13352.                                     'label' => 't_S [h] (0 - 24.0)',
  13353.                                     'type' => 'number',
  13354.                                     'type_options' => [
  13355.                                         'attr' => [
  13356.                                             'value' => '14.2917220426857',
  13357.                                         ],
  13358.                                         'mapped' => false,
  13359.                                     ],
  13360.                                 ],
  13361.                                 34 => [
  13362.                                     'type' => 'section',
  13363.                                     'label' => 'Automatic search',
  13364.                                 ],
  13365.                                 35 => [
  13366.                                     'property' => 'calcSmin',
  13367.                                     'label' => 's min [-]',
  13368.                                     'type' => 'number',
  13369.                                     'type_options' => [
  13370.                                         'attr' => [
  13371.                                             'class' => 'automatic-type',
  13372.                                             'value' => '0.0001',
  13373.                                         ],
  13374.                                         'mapped' => false,
  13375.                                     ],
  13376.                                 ],
  13377.                                 36 => [
  13378.                                     'property' => 'calcSmax',
  13379.                                     'label' => 's max [-]',
  13380.                                     'type' => 'number',
  13381.                                     'type_options' => [
  13382.                                         'attr' => [
  13383.                                             'class' => 'automatic-type',
  13384.                                             'value' => '10.0',
  13385.                                         ],
  13386.                                         'mapped' => false,
  13387.                                     ],
  13388.                                 ],
  13389.                                 37 => [
  13390.                                     'property' => 'calcSstep',
  13391.                                     'label' => 'step',
  13392.                                     'type' => 'number',
  13393.                                     'type_options' => [
  13394.                                         'attr' => [
  13395.                                             'class' => 'automatic-type',
  13396.                                             'value' => '10',
  13397.                                         ],
  13398.                                         'mapped' => false,
  13399.                                     ],
  13400.                                 ],
  13401.                                 38 => [
  13402.                                     'property' => 'calcTSmin',
  13403.                                     'label' => 't_S min [h]',
  13404.                                     'type' => 'number',
  13405.                                     'type_options' => [
  13406.                                         'attr' => [
  13407.                                             'class' => 'automatic-type',
  13408.                                             'value' => '0.001',
  13409.                                         ],
  13410.                                         'mapped' => false,
  13411.                                     ],
  13412.                                 ],
  13413.                                 39 => [
  13414.                                     'property' => 'calcTSmax',
  13415.                                     'label' => 't_S max [h]',
  13416.                                     'type' => 'number',
  13417.                                     'type_options' => [
  13418.                                         'attr' => [
  13419.                                             'class' => 'automatic-type',
  13420.                                             'value' => '24',
  13421.                                         ],
  13422.                                         'mapped' => false,
  13423.                                     ],
  13424.                                 ],
  13425.                                 40 => [
  13426.                                     'property' => 'calcTSstep',
  13427.                                     'label' => 'step[h]',
  13428.                                     'type' => 'number',
  13429.                                     'type_options' => [
  13430.                                         'attr' => [
  13431.                                             'class' => 'automatic-type',
  13432.                                             'value' => '10',
  13433.                                         ],
  13434.                                         'mapped' => false,
  13435.                                     ],
  13436.                                 ],
  13437.                                 41 => [
  13438.                                     'type' => 'section',
  13439.                                     'label' => 'Calculate',
  13440.                                 ],
  13441.                                 42 => [
  13442.                                     'property' => 'calcNa',
  13443.                                     'label' => 'n_A [-]',
  13444.                                     'type' => 'number',
  13445.                                     'type_options' => [
  13446.                                         'data' => 2.0,
  13447.                                         'attr' => [
  13448.                                             'readonly' => 'readonly',
  13449.                                         ],
  13450.                                         'mapped' => false,
  13451.                                     ],
  13452.                                 ],
  13453.                                 43 => [
  13454.                                     'property' => 'calcFa',
  13455.                                     'label' => 'f_A [Mpa]',
  13456.                                     'type' => 'hidden',
  13457.                                     'type_options' => [
  13458.                                         'data' => 0.5,
  13459.                                         'attr' => [
  13460.                                             'readonly' => 'readonly',
  13461.                                         ],
  13462.                                         'mapped' => false,
  13463.                                     ],
  13464.                                 ],
  13465.                                 44 => [
  13466.                                     'property' => 'calculate',
  13467.                                     'label' => 'Calculate',
  13468.                                     'type' => 'App\\Form\\Admin\\CalculateButtonType',
  13469.                                     'mapped' => false,
  13470.                                 ],
  13471.                                 45 => [
  13472.                                     'property' => 'calculated',
  13473.                                     'label' => 'Results (Error - S - tS - nA - tA - fA - fcc28)',
  13474.                                     'type' => 'App\\Form\\Admin\\NotMappedChoiceType',
  13475.                                     'type_options' => [
  13476.                                         'required' => false,
  13477.                                         'attr' => [
  13478.                                             'class' => 'my_fancy_class',
  13479.                                         ],
  13480.                                     ],
  13481.                                 ],
  13482.                                 46 => [
  13483.                                     'property' => 'recipe_chart',
  13484.                                     'type' => 'App\\Form\\Admin\\RecipeCalculator\\PreviewChartType',
  13485.                                     'type_options' => [
  13486.                                         'mapped' => false,
  13487.                                         'attr' => [
  13488.                                             'class' => 'js-chart-preview',
  13489.                                         ],
  13490.                                     ],
  13491.                                 ],
  13492.                                 47 => [
  13493.                                     'property' => 'calculated_data',
  13494.                                     'label' => '',
  13495.                                     'type' => 'hidden',
  13496.                                     'type_options' => [
  13497.                                         'mapped' => false,
  13498.                                     ],
  13499.                                 ],
  13500.                             ],
  13501.                         ],
  13502.                         'templates' => [
  13503.                             'list' => 'admin/list/recipes.html.twig',
  13504.                         ],
  13505.                         'name' => 'Recipe',
  13506.                     ],
  13507.                     'LineTypeGroup' => [
  13508.                         'class' => 'App\\Entity\\LineTypeGroup',
  13509.                         'list' => [
  13510.                             'item_permission' => 'show',
  13511.                             'fields' => [
  13512.                                 => 'name',
  13513.                                 => [
  13514.                                     'property' => 'settings',
  13515.                                     'label' => 'Measurements',
  13516.                                 ],
  13517.                                 => [
  13518.                                     'property' => 'lineTypes',
  13519.                                     'template' => 'admin/field/line_types.html.twig',
  13520.                                 ],
  13521.                                 => [
  13522.                                     'property' => 'customer',
  13523.                                     'permission' => [
  13524.                                         => 'ROLE_ADMIN',
  13525.                                     ],
  13526.                                     'type_options' => [
  13527.                                         'required' => true,
  13528.                                     ],
  13529.                                 ],
  13530.                                 => 'createdAt',
  13531.                             ],
  13532.                         ],
  13533.                         'show' => [
  13534.                             'fields' => [
  13535.                                 => 'name',
  13536.                                 => [
  13537.                                     'property' => 'settings',
  13538.                                     'label' => 'Measurements',
  13539.                                 ],
  13540.                                 => [
  13541.                                     'property' => 'lineTypes',
  13542.                                     'template' => 'admin/field/line_types.html.twig',
  13543.                                 ],
  13544.                                 => [
  13545.                                     'property' => 'customer',
  13546.                                     'permission' => [
  13547.                                         => 'ROLE_ADMIN',
  13548.                                     ],
  13549.                                     'type_options' => [
  13550.                                         'required' => true,
  13551.                                     ],
  13552.                                 ],
  13553.                             ],
  13554.                         ],
  13555.                         'edit' => [
  13556.                             'item_permission' => [
  13557.                                 => 'ROLE_USER',
  13558.                             ],
  13559.                             'fields' => [
  13560.                                 => [
  13561.                                     'property' => 'name',
  13562.                                     'type' => 'text',
  13563.                                 ],
  13564.                             ],
  13565.                         ],
  13566.                         'new' => [
  13567.                             'item_permission' => [
  13568.                                 => 'ROLE_USER',
  13569.                             ],
  13570.                             'fields' => [
  13571.                                 => [
  13572.                                     'property' => 'name',
  13573.                                     'type' => 'text',
  13574.                                 ],
  13575.                                 => [
  13576.                                     'property' => 'customer',
  13577.                                     'permission' => [
  13578.                                         => 'ROLE_ADMIN',
  13579.                                     ],
  13580.                                     'type_options' => [
  13581.                                         'required' => true,
  13582.                                     ],
  13583.                                 ],
  13584.                                 => [
  13585.                                     'property' => 'create',
  13586.                                     'label' => 'Load existing line types',
  13587.                                     'type' => 'checkbox',
  13588.                                     'type_options' => [
  13589.                                         'mapped' => false,
  13590.                                     ],
  13591.                                 ],
  13592.                                 => [
  13593.                                     'property' => 'loadFrom',
  13594.                                     'label' => 'Source',
  13595.                                     'type' => 'entity',
  13596.                                     'type_options' => [
  13597.                                         'placeholder' => 'Default',
  13598.                                         'class' => 'App\\Entity\\LineTypeGroup',
  13599.                                         'mapped' => false,
  13600.                                         'query_builder' => [
  13601.                                             => 'App\\Repository\\LineTypeGroupRepository',
  13602.                                             => 'getStaticVisible',
  13603.                                         ],
  13604.                                     ],
  13605.                                 ],
  13606.                             ],
  13607.                         ],
  13608.                         'name' => 'LineTypeGroup',
  13609.                     ],
  13610.                     'LineType' => [
  13611.                         'class' => 'App\\Entity\\LineType',
  13612.                         'list' => [
  13613.                             'max_results' => 9999,
  13614.                             'fields' => [
  13615.                                 => [
  13616.                                     'sortable' => false,
  13617.                                     'property' => 'nthChannel',
  13618.                                     'mapped' => false,
  13619.                                     'template' => 'admin/field/no.html.twig',
  13620.                                 ],
  13621.                                 => [
  13622.                                     'sortable' => false,
  13623.                                     'property' => 'colour',
  13624.                                     'template' => 'admin/field/colour.html.twig',
  13625.                                 ],
  13626.                                 => [
  13627.                                     'sortable' => false,
  13628.                                     'property' => 'thickness',
  13629.                                 ],
  13630.                                 => [
  13631.                                     'sortable' => false,
  13632.                                     'property' => 'pattern',
  13633.                                     'template' => 'admin/field/translated.html.twig',
  13634.                                 ],
  13635.                                 => [
  13636.                                     'sortable' => false,
  13637.                                     'property' => 'lineTypeGroup',
  13638.                                 ],
  13639.                             ],
  13640.                         ],
  13641.                         'show' => [
  13642.                             'fields' => [
  13643.                                 => [
  13644.                                     'sortable' => false,
  13645.                                     'property' => 'colour',
  13646.                                     'template' => 'admin/field/colour.html.twig',
  13647.                                 ],
  13648.                                 => [
  13649.                                     'sortable' => false,
  13650.                                     'property' => 'thickness',
  13651.                                 ],
  13652.                                 => [
  13653.                                     'sortable' => false,
  13654.                                     'property' => 'pattern',
  13655.                                     'template' => 'admin/field/translated.html.twig',
  13656.                                 ],
  13657.                             ],
  13658.                         ],
  13659.                         'form' => [
  13660.                             'item_permission' => [
  13661.                                 => 'ROLE_USER',
  13662.                             ],
  13663.                             'fields' => [
  13664.                                 => 'thickness',
  13665.                                 => [
  13666.                                     'property' => 'colour',
  13667.                                     'type' => 'color',
  13668.                                 ],
  13669.                                 => [
  13670.                                     'sortable' => false,
  13671.                                     'property' => 'pattern',
  13672.                                     'type' => 'App\\Form\\Admin\\LinePatternType',
  13673.                                     'type_options' => [
  13674.                                         'required' => true,
  13675.                                     ],
  13676.                                 ],
  13677.                             ],
  13678.                         ],
  13679.                         'templates' => [
  13680.                             'list' => 'admin/list/line_type_groups.html.twig',
  13681.                         ],
  13682.                         'name' => 'LineType',
  13683.                     ],
  13684.                     'RecipeToSync' => [
  13685.                         'class' => 'App\\Entity\\RecipeToSync',
  13686.                         'list' => [
  13687.                             'item_permission' => [
  13688.                                 => 'ROLE_USER',
  13689.                             ],
  13690.                             'sort' => [
  13691.                                 => 'priority',
  13692.                                 => 'ASC',
  13693.                             ],
  13694.                             'max_results' => 9999,
  13695.                             'fields' => [
  13696.                                 => [
  13697.                                     'sortable' => false,
  13698.                                     'property' => 'device',
  13699.                                 ],
  13700.                                 => [
  13701.                                     'sortable' => false,
  13702.                                     'property' => 'recipe',
  13703.                                 ],
  13704.                                 => [
  13705.                                     'sortable' => true,
  13706.                                     'property' => 'priority',
  13707.                                     'label' => 'Priority',
  13708.                                 ],
  13709.                             ],
  13710.                         ],
  13711.                         'show' => [
  13712.                             'item_permission' => [
  13713.                                 => 'ROLE_USER',
  13714.                             ],
  13715.                             'fields' => [
  13716.                                 => [
  13717.                                     'sortable' => false,
  13718.                                     'property' => 'device',
  13719.                                 ],
  13720.                                 => [
  13721.                                     'sortable' => false,
  13722.                                     'property' => 'recipe',
  13723.                                 ],
  13724.                                 => [
  13725.                                     'sortable' => true,
  13726.                                     'property' => 'priority',
  13727.                                     'label' => 'Priority',
  13728.                                 ],
  13729.                             ],
  13730.                         ],
  13731.                         'form' => [
  13732.                             'item_permission' => [
  13733.                                 => 'ROLE_USER',
  13734.                             ],
  13735.                             'fields' => [
  13736.                                 => [
  13737.                                     'sortable' => false,
  13738.                                     'property' => 'device',
  13739.                                     'type_options' => [
  13740.                                         'required' => true,
  13741.                                     ],
  13742.                                 ],
  13743.                                 => [
  13744.                                     'sortable' => false,
  13745.                                     'property' => 'recipe',
  13746.                                     'type_options' => [
  13747.                                         'required' => true,
  13748.                                     ],
  13749.                                 ],
  13750.                                 => [
  13751.                                     'sortable' => true,
  13752.                                     'property' => 'priority',
  13753.                                     'label' => 'Priority',
  13754.                                 ],
  13755.                             ],
  13756.                         ],
  13757.                         'templates' => [
  13758.                             'list' => 'admin/list/recipes_to_sync.html.twig',
  13759.                         ],
  13760.                         'name' => 'RecipeToSync',
  13761.                     ],
  13762.                 ],
  13763.                 'formats' => [
  13764.                     'date' => 'Y-m-d',
  13765.                     'time' => 'H:i:s',
  13766.                     'datetime' => 'F j, Y H:i',
  13767.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  13768.                 ],
  13769.                 'disabled_actions' => [
  13770.                 ],
  13771.                 'translation_domain' => 'messages',
  13772.                 'user' => [
  13773.                     'display_name' => true,
  13774.                     'display_avatar' => true,
  13775.                     'name_property_path' => '__toString',
  13776.                     'avatar_property_path' => NULL,
  13777.                 ],
  13778.                 'search' => [
  13779.                 ],
  13780.             ],
  13781.             'fos_rest.format_listener.rules' => NULL,
  13782.             'nelmio_api_doc.areas' => [
  13783.                 => 'default',
  13784.             ],
  13785.             'nelmio_api_doc.use_validation_groups' => false,
  13786.             'stof_doctrine_extensions.default_locale' => 'en_US',
  13787.             'stof_doctrine_extensions.translation_fallback' => false,
  13788.             'stof_doctrine_extensions.persist_default_translation' => false,
  13789.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  13790.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  13791.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  13792.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  13793.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  13794.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  13795.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  13796.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  13797.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  13798.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  13799.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  13800.             'knp_snappy.pdf.options' => [
  13801.             ],
  13802.             'knp_snappy.pdf.env' => [
  13803.             ],
  13804.             'knp_snappy.image.options' => [
  13805.             ],
  13806.             'knp_snappy.image.env' => [
  13807.             ],
  13808.             'data_collector.templates' => [
  13809.                 'data_collector.request' => [
  13810.                     => 'request',
  13811.                     => '@WebProfiler/Collector/request.html.twig',
  13812.                 ],
  13813.                 'data_collector.time' => [
  13814.                     => 'time',
  13815.                     => '@WebProfiler/Collector/time.html.twig',
  13816.                 ],
  13817.                 'data_collector.memory' => [
  13818.                     => 'memory',
  13819.                     => '@WebProfiler/Collector/memory.html.twig',
  13820.                 ],
  13821.                 'data_collector.validator' => [
  13822.                     => 'validator',
  13823.                     => '@WebProfiler/Collector/validator.html.twig',
  13824.                 ],
  13825.                 'data_collector.ajax' => [
  13826.                     => 'ajax',
  13827.                     => '@WebProfiler/Collector/ajax.html.twig',
  13828.                 ],
  13829.                 'data_collector.form' => [
  13830.                     => 'form',
  13831.                     => '@WebProfiler/Collector/form.html.twig',
  13832.                 ],
  13833.                 'data_collector.exception' => [
  13834.                     => 'exception',
  13835.                     => '@WebProfiler/Collector/exception.html.twig',
  13836.                 ],
  13837.                 'data_collector.logger' => [
  13838.                     => 'logger',
  13839.                     => '@WebProfiler/Collector/logger.html.twig',
  13840.                 ],
  13841.                 'data_collector.events' => [
  13842.                     => 'events',
  13843.                     => '@WebProfiler/Collector/events.html.twig',
  13844.                 ],
  13845.                 'data_collector.router' => [
  13846.                     => 'router',
  13847.                     => '@WebProfiler/Collector/router.html.twig',
  13848.                 ],
  13849.                 'data_collector.cache' => [
  13850.                     => 'cache',
  13851.                     => '@WebProfiler/Collector/cache.html.twig',
  13852.                 ],
  13853.                 'data_collector.translation' => [
  13854.                     => 'translation',
  13855.                     => '@WebProfiler/Collector/translation.html.twig',
  13856.                 ],
  13857.                 'data_collector.security' => [
  13858.                     => 'security',
  13859.                     => '@Security/Collector/security.html.twig',
  13860.                 ],
  13861.                 'data_collector.twig' => [
  13862.                     => 'twig',
  13863.                     => '@WebProfiler/Collector/twig.html.twig',
  13864.                 ],
  13865.                 'data_collector.http_client' => [
  13866.                     => 'http_client',
  13867.                     => '@WebProfiler/Collector/http_client.html.twig',
  13868.                 ],
  13869.                 'data_collector.doctrine' => [
  13870.                     => 'db',
  13871.                     => '@Doctrine/Collector/db.html.twig',
  13872.                 ],
  13873.                 'doctrine_migrations.migrations_collector' => [
  13874.                     => 'doctrine_migrations',
  13875.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  13876.                 ],
  13877.                 'data_collector.dump' => [
  13878.                     => 'dump',
  13879.                     => '@Debug/Profiler/dump.html.twig',
  13880.                 ],
  13881.                 'data_collector.messenger' => [
  13882.                     => 'messenger',
  13883.                     => '@WebProfiler/Collector/messenger.html.twig',
  13884.                 ],
  13885.                 'mailer.data_collector' => [
  13886.                     => 'mailer',
  13887.                     => '@WebProfiler/Collector/mailer.html.twig',
  13888.                 ],
  13889.                 'easyadmin.data_collector' => [
  13890.                     => 'easyadmin',
  13891.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  13892.                 ],
  13893.                 'data_collector.config' => [
  13894.                     => 'config',
  13895.                     => '@WebProfiler/Collector/config.html.twig',
  13896.                 ],
  13897.             ],
  13898.             'console.command.ids' => [
  13899.             ],
  13900.         ];
  13901.     }
  13902.     protected function throw($message)
  13903.     {
  13904.         throw new RuntimeException($message);
  13905.     }
  13906. }