var/cache/dev/ContainerLWitqTI/App_KernelDevDebugContainer.php line 6641

Open in your IDE?
  1. <?php
  2. namespace ContainerLWitqTI;
  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.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  42.             'App\\Controller\\ApiController' => 'getApiControllerService',
  43.             'App\\Controller\\ApiPointsController' => 'getApiPointsControllerService',
  44.             'App\\Controller\\Api\\ApiControllerController' => 'getApiControllerControllerService',
  45.             'App\\Controller\\Api\\ApiControllerPointController' => 'getApiControllerPointControllerService',
  46.             'App\\Controller\\Api\\ApiFacilityController' => 'getApiFacilityControllerService',
  47.             'App\\Controller\\Api\\ApiProjectController' => 'getApiProjectControllerService',
  48.             'App\\Controller\\Api\\ApiScreenController' => 'getApiScreenControllerService',
  49.             'App\\Controller\\Api\\ApiScreenPointController' => 'getApiScreenPointControllerService',
  50.             'App\\Controller\\Api\\ApiShapeController' => 'getApiShapeControllerService',
  51.             'App\\Controller\\Api\\ApiShapePointController' => 'getApiShapePointControllerService',
  52.             'App\\Controller\\Api\\ApiUserController' => 'getApiUserControllerService',
  53.             'App\\Controller\\AsanaController' => 'getAsanaControllerService',
  54.             'App\\Controller\\CommissioningController' => 'getCommissioningControllerService',
  55.             'App\\Controller\\ControllerController' => 'getControllerControllerService',
  56.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  57.             'App\\Controller\\DeprecatedController' => 'getDeprecatedControllerService',
  58.             'App\\Controller\\DevelopController' => 'getDevelopControllerService',
  59.             'App\\Controller\\DocumentationController' => 'getDocumentationControllerService',
  60.             'App\\Controller\\DropboxController' => 'getDropboxControllerService',
  61.             'App\\Controller\\FacilityAjaxController' => 'getFacilityAjaxControllerService',
  62.             'App\\Controller\\FacilityController' => 'getFacilityControllerService',
  63.             'App\\Controller\\FacilityDetailsAjaxController' => 'getFacilityDetailsAjaxControllerService',
  64.             'App\\Controller\\FacilityWorkstationAjaxController' => 'getFacilityWorkstationAjaxControllerService',
  65.             'App\\Controller\\NetworkInstallationAjaxController' => 'getNetworkInstallationAjaxControllerService',
  66.             'App\\Controller\\NetworkInstallationController' => 'getNetworkInstallationControllerService',
  67.             'App\\Controller\\PanelController' => 'getPanelControllerService',
  68.             'App\\Controller\\PointsAjaxController' => 'getPointsAjaxControllerService',
  69.             'App\\Controller\\PointsController' => 'getPointsControllerService',
  70.             'App\\Controller\\ProcessController' => 'getProcessControllerService',
  71.             'App\\Controller\\ProcessingController' => 'getProcessingControllerService',
  72.             'App\\Controller\\ProcoreController' => 'getProcoreControllerService',
  73.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  74.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  75.             'App\\Controller\\ScreenAjaxController' => 'getScreenAjaxControllerService',
  76.             'App\\Controller\\ScreenController' => 'getScreenControllerService',
  77.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  78.             'App\\Controller\\ShapeController' => 'getShapeControllerService',
  79.             'App\\Controller\\TabulatorController' => 'getTabulatorControllerService',
  80.             'App\\Controller\\TerminalUnitController' => 'getTerminalUnitControllerService',
  81.             'App\\Controller\\TestController' => 'getTestControllerService',
  82.             'App\\Controller\\UserAjaxController' => 'getUserAjaxControllerService',
  83.             'App\\Controller\\UserController' => 'getUserControllerService',
  84.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  85.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  86.             'Pusher\\Pusher' => 'getPusherService',
  87.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  88.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  89.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  90.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  91.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  92.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  93.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  94.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  95.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  96.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  97.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  98.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  99.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  100.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  101.             'cache.app' => 'getCache_AppService',
  102.             'cache.app_clearer' => 'getCache_AppClearerService',
  103.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  104.             'cache.system' => 'getCache_SystemService',
  105.             'cache.system_clearer' => 'getCache_SystemClearerService',
  106.             'cache_warmer' => 'getCacheWarmerService',
  107.             'console.command_loader' => 'getConsole_CommandLoaderService',
  108.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  109.             'data_collector.dump' => 'getDataCollector_DumpService',
  110.             'doctrine' => 'getDoctrineService',
  111.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  112.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  113.             'error_controller' => 'getErrorControllerService',
  114.             'event_dispatcher' => 'getEventDispatcherService',
  115.             'http_kernel' => 'getHttpKernelService',
  116.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  117.             'monolog.logger.messenger_audit' => 'getMonolog_Logger_MessengerAuditService',
  118.             'profiler' => 'getProfilerService',
  119.             'request_stack' => 'getRequestStackService',
  120.             'router' => 'getRouterService',
  121.             'routing.loader' => 'getRouting_LoaderService',
  122.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  123.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  124.             'security.token_storage' => 'getSecurity_TokenStorageService',
  125.             'services_resetter' => 'getServicesResetterService',
  126.             'session' => 'getSessionService',
  127.             'translator' => 'getTranslatorService',
  128.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  129.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  130.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  131.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  132.             'cache_clearer' => 'getCacheClearerService',
  133.             'filesystem' => 'getFilesystemService',
  134.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  135.             'form.factory' => 'getForm_FactoryService',
  136.             'form.type.file' => 'getForm_Type_FileService',
  137.             'serializer' => 'getSerializerService',
  138.             'twig' => 'getTwigService',
  139.             'validator' => 'getValidatorService',
  140.         ];
  141.         $this->aliases = [
  142.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  143.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  144.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  145.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  146.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  147.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  148.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  149.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  150.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  151.             'database_connection' => 'doctrine.dbal.default_connection',
  152.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  153.         ];
  154.         $this->privates['service_container'] = function () {
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  161.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  197.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  306.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/NoopAuthenticationManager.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  396.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  401.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/CacheClassMetadataFactory.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  433.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  531.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  537.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  554.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/EquipmentGroupNormalizer.php';
  555.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/NetworkInstallationNormalizer.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  622.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  662.         };
  663.     }
  664.     public function compile(): void
  665.     {
  666.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  667.     }
  668.     public function isCompiled(): bool
  669.     {
  670.         return true;
  671.     }
  672.     public function getRemovedIds(): array
  673.     {
  674.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  675.     }
  676.     protected function createProxy($class\Closure $factory)
  677.     {
  678.         return $factory();
  679.     }
  680.     /**
  681.      * Gets the public '.container.private.cache_clearer' shared service.
  682.      *
  683.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  684.      */
  685.     protected function get_Container_Private_CacheClearerService()
  686.     {
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  689.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  690.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  691.         }, 1));
  692.     }
  693.     /**
  694.      * Gets the public '.container.private.filesystem' shared service.
  695.      *
  696.      * @return \Symfony\Component\Filesystem\Filesystem
  697.      */
  698.     protected function get_Container_Private_FilesystemService()
  699.     {
  700.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  701.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  702.     }
  703.     /**
  704.      * Gets the public '.container.private.form.factory' shared service.
  705.      *
  706.      * @return \Symfony\Component\Form\FormFactory
  707.      */
  708.     protected function get_Container_Private_Form_FactoryService()
  709.     {
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  712.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  713.     }
  714.     /**
  715.      * Gets the public '.container.private.form.type.file' shared service.
  716.      *
  717.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  718.      */
  719.     protected function get_Container_Private_Form_Type_FileService()
  720.     {
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  724.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  725.     }
  726.     /**
  727.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  728.      *
  729.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  730.      */
  731.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  732.     {
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  737.         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())));
  738.     }
  739.     /**
  740.      * Gets the public '.container.private.serializer' shared service.
  741.      *
  742.      * @return \Symfony\Component\Serializer\Serializer
  743.      */
  744.     protected function get_Container_Private_SerializerService()
  745.     {
  746.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  747.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  748.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  749.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  750.         $e = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  751.         $f = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$d)], [=> $e]));
  752.         $g = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($f);
  753.         $h = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  754.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  755.         $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  756.         $k = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  757.         $l = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  758.         $m = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($h$i$j, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$kNULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], $lNULLtrue$f));
  759.         $n = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  760.         $o = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  761.         $p = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  762.         $q = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  763.         $r = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  764.         $s = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  765.         $t = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  766.         $u = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  767.         $v = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($s);
  768.         $w = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($s$o$a$d$vNULL, []);
  769.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\Normalizer\EquipmentGroupNormalizer($b$c), => new \App\Serializer\Normalizer\NetworkInstallationNormalizer($b$c), => $g=> $m=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($n, [], $o), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $o), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 10 => $m11 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 12 => $g13 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($h$i$j$pNULL$nNULL$o), 14 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($h$q$n), 15 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ntrue), 16 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 17 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 19 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 20 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($h$i$j$q$p$r$a$o$s, [], new RewindableGenerator(function () {
  770.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  771.         }, 1), $t), 21 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($i$j$q$l$p$a$o$s$ufalseNULL, new RewindableGenerator(function () {
  772.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  773.         }, 1), $h), 22 => new \ApiPlatform\Serializer\ItemNormalizer($i$j$q$p$a$o$s$ufalseNULL, new RewindableGenerator(function () {
  774.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  775.         }, 1), $h$t), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $o), 26 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($s$o$d$vNULL, [])), 27 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 29 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 31 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($r$p$qNULL), 'page''pagination'$h$a), $h$p$k), 32 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 33 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w$q$r), 34 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($w$q$l), 35 => $w], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $e=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  776.     }
  777.     /**
  778.      * Gets the public '.container.private.twig' shared service.
  779.      *
  780.      * @return \Twig\Environment
  781.      */
  782.     protected function get_Container_Private_TwigService()
  783.     {
  784.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  785.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  786.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  797.         $a->addPath((\dirname(__DIR__4).'/templates'));
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  801.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  802.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  803.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  804.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  805.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  806.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  807.         $g = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  808.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  809.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  810.         $i = new \Symfony\Bridge\Twig\AppVariable();
  811.         $i->setEnvironment('dev');
  812.         $i->setDebug(true);
  813.         if ($this->has('security.token_storage')) {
  814.             $i->setTokenStorage($g);
  815.         }
  816.         if ($this->has('request_stack')) {
  817.             $i->setRequestStack($d);
  818.         }
  819.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), [])));
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  835.         $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())));
  836.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  837.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  838.         $instance->addGlobal('app'$i);
  839.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  840.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  841.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'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\\Component\\Form\\FormRenderer' => '?',
  847.         ])));
  848.         $instance->addGlobal('pusher_key'$this->getEnv('PUSHER_KEY'));
  849.         $instance->addGlobal('pusher_cluster'$this->getEnv('PUSHER_CLUSTER'));
  850.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  851.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  852.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  853.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public '.container.private.validator' shared service.
  858.      *
  859.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  860.      */
  861.     protected function get_Container_Private_ValidatorService()
  862.     {
  863.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  864.     }
  865.     /**
  866.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  867.      *
  868.      * @return \App\Controller\AjaxController
  869.      */
  870.     protected function getAjaxControllerService()
  871.     {
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  873.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  874.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  875.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\AjaxController'$this));
  876.         return $instance;
  877.     }
  878.     /**
  879.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  880.      *
  881.      * @return \App\Controller\ApiController
  882.      */
  883.     protected function getApiControllerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  886.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  887.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  888.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ApiController'$this));
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'App\Controller\ApiPointsController' shared autowired service.
  893.      *
  894.      * @return \App\Controller\ApiPointsController
  895.      */
  896.     protected function getApiPointsControllerService()
  897.     {
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899.         include_once \dirname(__DIR__4).'/src/Controller/ApiPointsController.php';
  900.         $this->services['App\\Controller\\ApiPointsController'] = $instance = new \App\Controller\ApiPointsController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  901.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ApiPointsController'$this));
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'App\Controller\Api\ApiControllerController' shared autowired service.
  906.      *
  907.      * @return \App\Controller\Api\ApiControllerController
  908.      */
  909.     protected function getApiControllerControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  912.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiControllerController.php';
  913.         $this->services['App\\Controller\\Api\\ApiControllerController'] = $instance = new \App\Controller\Api\ApiControllerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  914.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiControllerController'$this));
  915.         return $instance;
  916.     }
  917.     /**
  918.      * Gets the public 'App\Controller\Api\ApiControllerPointController' shared autowired service.
  919.      *
  920.      * @return \App\Controller\Api\ApiControllerPointController
  921.      */
  922.     protected function getApiControllerPointControllerService()
  923.     {
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  925.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiControllerPointController.php';
  926.         $this->services['App\\Controller\\Api\\ApiControllerPointController'] = $instance = new \App\Controller\Api\ApiControllerPointController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  927.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiControllerPointController'$this));
  928.         return $instance;
  929.     }
  930.     /**
  931.      * Gets the public 'App\Controller\Api\ApiFacilityController' shared autowired service.
  932.      *
  933.      * @return \App\Controller\Api\ApiFacilityController
  934.      */
  935.     protected function getApiFacilityControllerService()
  936.     {
  937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  938.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiFacilityController.php';
  939.         $this->services['App\\Controller\\Api\\ApiFacilityController'] = $instance = new \App\Controller\Api\ApiFacilityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  940.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiFacilityController'$this));
  941.         return $instance;
  942.     }
  943.     /**
  944.      * Gets the public 'App\Controller\Api\ApiProjectController' shared autowired service.
  945.      *
  946.      * @return \App\Controller\Api\ApiProjectController
  947.      */
  948.     protected function getApiProjectControllerService()
  949.     {
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiProjectController.php';
  952.         $this->services['App\\Controller\\Api\\ApiProjectController'] = $instance = new \App\Controller\Api\ApiProjectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  953.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiProjectController'$this));
  954.         return $instance;
  955.     }
  956.     /**
  957.      * Gets the public 'App\Controller\Api\ApiScreenController' shared autowired service.
  958.      *
  959.      * @return \App\Controller\Api\ApiScreenController
  960.      */
  961.     protected function getApiScreenControllerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  964.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiScreenController.php';
  965.         $this->services['App\\Controller\\Api\\ApiScreenController'] = $instance = new \App\Controller\Api\ApiScreenController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  966.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiScreenController'$this));
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'App\Controller\Api\ApiScreenPointController' shared autowired service.
  971.      *
  972.      * @return \App\Controller\Api\ApiScreenPointController
  973.      */
  974.     protected function getApiScreenPointControllerService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  977.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiScreenPointController.php';
  978.         $this->services['App\\Controller\\Api\\ApiScreenPointController'] = $instance = new \App\Controller\Api\ApiScreenPointController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  979.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiScreenPointController'$this));
  980.         return $instance;
  981.     }
  982.     /**
  983.      * Gets the public 'App\Controller\Api\ApiShapeController' shared autowired service.
  984.      *
  985.      * @return \App\Controller\Api\ApiShapeController
  986.      */
  987.     protected function getApiShapeControllerService()
  988.     {
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  990.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiShapeController.php';
  991.         $this->services['App\\Controller\\Api\\ApiShapeController'] = $instance = new \App\Controller\Api\ApiShapeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  992.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiShapeController'$this));
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'App\Controller\Api\ApiShapePointController' shared autowired service.
  997.      *
  998.      * @return \App\Controller\Api\ApiShapePointController
  999.      */
  1000.     protected function getApiShapePointControllerService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1003.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiShapePointController.php';
  1004.         $this->services['App\\Controller\\Api\\ApiShapePointController'] = $instance = new \App\Controller\Api\ApiShapePointController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1005.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiShapePointController'$this));
  1006.         return $instance;
  1007.     }
  1008.     /**
  1009.      * Gets the public 'App\Controller\Api\ApiUserController' shared autowired service.
  1010.      *
  1011.      * @return \App\Controller\Api\ApiUserController
  1012.      */
  1013.     protected function getApiUserControllerService()
  1014.     {
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1016.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiUserController.php';
  1017.         $this->services['App\\Controller\\Api\\ApiUserController'] = $instance = new \App\Controller\Api\ApiUserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1018.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\Api\\ApiUserController'$this));
  1019.         return $instance;
  1020.     }
  1021.     /**
  1022.      * Gets the public 'App\Controller\AsanaController' shared autowired service.
  1023.      *
  1024.      * @return \App\Controller\AsanaController
  1025.      */
  1026.     protected function getAsanaControllerService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1029.         include_once \dirname(__DIR__4).'/src/Controller/AsanaController.php';
  1030.         $this->services['App\\Controller\\AsanaController'] = $instance = new \App\Controller\AsanaController();
  1031.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\AsanaController'$this));
  1032.         return $instance;
  1033.     }
  1034.     /**
  1035.      * Gets the public 'App\Controller\CommissioningController' shared autowired service.
  1036.      *
  1037.      * @return \App\Controller\CommissioningController
  1038.      */
  1039.     protected function getCommissioningControllerService()
  1040.     {
  1041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1042.         include_once \dirname(__DIR__4).'/src/Controller/CommissioningController.php';
  1043.         $this->services['App\\Controller\\CommissioningController'] = $instance = new \App\Controller\CommissioningController();
  1044.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\CommissioningController'$this));
  1045.         return $instance;
  1046.     }
  1047.     /**
  1048.      * Gets the public 'App\Controller\ControllerController' shared autowired service.
  1049.      *
  1050.      * @return \App\Controller\ControllerController
  1051.      */
  1052.     protected function getControllerControllerService()
  1053.     {
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1055.         include_once \dirname(__DIR__4).'/src/Controller/ControllerController.php';
  1056.         $this->services['App\\Controller\\ControllerController'] = $instance = new \App\Controller\ControllerController();
  1057.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ControllerController'$this));
  1058.         return $instance;
  1059.     }
  1060.     /**
  1061.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1062.      *
  1063.      * @return \App\Controller\DefaultController
  1064.      */
  1065.     protected function getDefaultControllerService()
  1066.     {
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1068.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1069.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1070.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\DefaultController'$this));
  1071.         return $instance;
  1072.     }
  1073.     /**
  1074.      * Gets the public 'App\Controller\DeprecatedController' shared autowired service.
  1075.      *
  1076.      * @return \App\Controller\DeprecatedController
  1077.      */
  1078.     protected function getDeprecatedControllerService()
  1079.     {
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1081.         include_once \dirname(__DIR__4).'/src/Controller/DeprecatedController.php';
  1082.         $this->services['App\\Controller\\DeprecatedController'] = $instance = new \App\Controller\DeprecatedController();
  1083.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\DeprecatedController'$this));
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public 'App\Controller\DevelopController' shared autowired service.
  1088.      *
  1089.      * @return \App\Controller\DevelopController
  1090.      */
  1091.     protected function getDevelopControllerService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1094.         include_once \dirname(__DIR__4).'/src/Controller/DevelopController.php';
  1095.         $this->services['App\\Controller\\DevelopController'] = $instance = new \App\Controller\DevelopController();
  1096.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\DevelopController'$this));
  1097.         return $instance;
  1098.     }
  1099.     /**
  1100.      * Gets the public 'App\Controller\DocumentationController' shared autowired service.
  1101.      *
  1102.      * @return \App\Controller\DocumentationController
  1103.      */
  1104.     protected function getDocumentationControllerService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1107.         include_once \dirname(__DIR__4).'/src/Controller/DocumentationController.php';
  1108.         $this->services['App\\Controller\\DocumentationController'] = $instance = new \App\Controller\DocumentationController();
  1109.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\DocumentationController'$this));
  1110.         return $instance;
  1111.     }
  1112.     /**
  1113.      * Gets the public 'App\Controller\DropboxController' shared autowired service.
  1114.      *
  1115.      * @return \App\Controller\DropboxController
  1116.      */
  1117.     protected function getDropboxControllerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1120.         include_once \dirname(__DIR__4).'/src/Controller/DropboxController.php';
  1121.         $this->services['App\\Controller\\DropboxController'] = $instance = new \App\Controller\DropboxController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1122.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\DropboxController'$this));
  1123.         return $instance;
  1124.     }
  1125.     /**
  1126.      * Gets the public 'App\Controller\FacilityAjaxController' shared autowired service.
  1127.      *
  1128.      * @return \App\Controller\FacilityAjaxController
  1129.      */
  1130.     protected function getFacilityAjaxControllerService()
  1131.     {
  1132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1133.         include_once \dirname(__DIR__4).'/src/Controller/FacilityAjaxController.php';
  1134.         $this->services['App\\Controller\\FacilityAjaxController'] = $instance = new \App\Controller\FacilityAjaxController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1135.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\FacilityAjaxController'$this));
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public 'App\Controller\FacilityController' shared autowired service.
  1140.      *
  1141.      * @return \App\Controller\FacilityController
  1142.      */
  1143.     protected function getFacilityControllerService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1146.         include_once \dirname(__DIR__4).'/src/Controller/FacilityController.php';
  1147.         $this->services['App\\Controller\\FacilityController'] = $instance = new \App\Controller\FacilityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1148.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\FacilityController'$this));
  1149.         return $instance;
  1150.     }
  1151.     /**
  1152.      * Gets the public 'App\Controller\FacilityDetailsAjaxController' shared autowired service.
  1153.      *
  1154.      * @return \App\Controller\FacilityDetailsAjaxController
  1155.      */
  1156.     protected function getFacilityDetailsAjaxControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1159.         include_once \dirname(__DIR__4).'/src/Controller/FacilityDetailsAjaxController.php';
  1160.         $this->services['App\\Controller\\FacilityDetailsAjaxController'] = $instance = new \App\Controller\FacilityDetailsAjaxController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1161.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\FacilityDetailsAjaxController'$this));
  1162.         return $instance;
  1163.     }
  1164.     /**
  1165.      * Gets the public 'App\Controller\FacilityWorkstationAjaxController' shared autowired service.
  1166.      *
  1167.      * @return \App\Controller\FacilityWorkstationAjaxController
  1168.      */
  1169.     protected function getFacilityWorkstationAjaxControllerService()
  1170.     {
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1172.         include_once \dirname(__DIR__4).'/src/Controller/FacilityWorkstationAjaxController.php';
  1173.         $this->services['App\\Controller\\FacilityWorkstationAjaxController'] = $instance = new \App\Controller\FacilityWorkstationAjaxController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1174.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\FacilityWorkstationAjaxController'$this));
  1175.         return $instance;
  1176.     }
  1177.     /**
  1178.      * Gets the public 'App\Controller\NetworkInstallationAjaxController' shared autowired service.
  1179.      *
  1180.      * @return \App\Controller\NetworkInstallationAjaxController
  1181.      */
  1182.     protected function getNetworkInstallationAjaxControllerService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1185.         include_once \dirname(__DIR__4).'/src/Controller/NetworkInstallationAjaxController.php';
  1186.         $this->services['App\\Controller\\NetworkInstallationAjaxController'] = $instance = new \App\Controller\NetworkInstallationAjaxController();
  1187.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\NetworkInstallationAjaxController'$this));
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'App\Controller\NetworkInstallationController' shared autowired service.
  1192.      *
  1193.      * @return \App\Controller\NetworkInstallationController
  1194.      */
  1195.     protected function getNetworkInstallationControllerService()
  1196.     {
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1198.         include_once \dirname(__DIR__4).'/src/Controller/NetworkInstallationController.php';
  1199.         $this->services['App\\Controller\\NetworkInstallationController'] = $instance = new \App\Controller\NetworkInstallationController();
  1200.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\NetworkInstallationController'$this));
  1201.         return $instance;
  1202.     }
  1203.     /**
  1204.      * Gets the public 'App\Controller\PanelController' shared autowired service.
  1205.      *
  1206.      * @return \App\Controller\PanelController
  1207.      */
  1208.     protected function getPanelControllerService()
  1209.     {
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1211.         include_once \dirname(__DIR__4).'/src/Controller/PanelController.php';
  1212.         $this->services['App\\Controller\\PanelController'] = $instance = new \App\Controller\PanelController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\PointsListParser'] ?? $this->getPointsListParserService()));
  1213.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\PanelController'$this));
  1214.         return $instance;
  1215.     }
  1216.     /**
  1217.      * Gets the public 'App\Controller\PointsAjaxController' shared autowired service.
  1218.      *
  1219.      * @return \App\Controller\PointsAjaxController
  1220.      */
  1221.     protected function getPointsAjaxControllerService()
  1222.     {
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1224.         include_once \dirname(__DIR__4).'/src/Controller/PointsAjaxController.php';
  1225.         $this->services['App\\Controller\\PointsAjaxController'] = $instance = new \App\Controller\PointsAjaxController();
  1226.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\PointsAjaxController'$this));
  1227.         return $instance;
  1228.     }
  1229.     /**
  1230.      * Gets the public 'App\Controller\PointsController' shared autowired service.
  1231.      *
  1232.      * @return \App\Controller\PointsController
  1233.      */
  1234.     protected function getPointsControllerService()
  1235.     {
  1236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1237.         include_once \dirname(__DIR__4).'/src/Controller/PointsController.php';
  1238.         $this->services['App\\Controller\\PointsController'] = $instance = new \App\Controller\PointsController();
  1239.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\PointsController'$this));
  1240.         return $instance;
  1241.     }
  1242.     /**
  1243.      * Gets the public 'App\Controller\ProcessController' shared autowired service.
  1244.      *
  1245.      * @return \App\Controller\ProcessController
  1246.      */
  1247.     protected function getProcessControllerService()
  1248.     {
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1250.         include_once \dirname(__DIR__4).'/src/Controller/ProcessController.php';
  1251.         $this->services['App\\Controller\\ProcessController'] = $instance = new \App\Controller\ProcessController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1252.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ProcessController'$this));
  1253.         return $instance;
  1254.     }
  1255.     /**
  1256.      * Gets the public 'App\Controller\ProcessingController' shared autowired service.
  1257.      *
  1258.      * @return \App\Controller\ProcessingController
  1259.      */
  1260.     protected function getProcessingControllerService()
  1261.     {
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1263.         include_once \dirname(__DIR__4).'/src/Controller/ProcessingController.php';
  1264.         $this->services['App\\Controller\\ProcessingController'] = $instance = new \App\Controller\ProcessingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  1265.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ProcessingController'$this));
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the public 'App\Controller\ProcoreController' shared autowired service.
  1270.      *
  1271.      * @return \App\Controller\ProcoreController
  1272.      */
  1273.     protected function getProcoreControllerService()
  1274.     {
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1276.         include_once \dirname(__DIR__4).'/src/Controller/ProcoreController.php';
  1277.         $this->services['App\\Controller\\ProcoreController'] = $instance = new \App\Controller\ProcoreController();
  1278.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ProcoreController'$this));
  1279.         return $instance;
  1280.     }
  1281.     /**
  1282.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  1283.      *
  1284.      * @return \App\Controller\ProjectController
  1285.      */
  1286.     protected function getProjectControllerService()
  1287.     {
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1289.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  1290.         $this->services['App\\Controller\\ProjectController'] = $instance = new \App\Controller\ProjectController();
  1291.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ProjectController'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  1296.      *
  1297.      * @return \App\Controller\RegistrationController
  1298.      */
  1299.     protected function getRegistrationControllerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1302.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  1303.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(($this->services['session'] ?? $this->getSessionService()));
  1304.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\RegistrationController'$this));
  1305.         return $instance;
  1306.     }
  1307.     /**
  1308.      * Gets the public 'App\Controller\ScreenAjaxController' shared autowired service.
  1309.      *
  1310.      * @return \App\Controller\ScreenAjaxController
  1311.      */
  1312.     protected function getScreenAjaxControllerService()
  1313.     {
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1315.         include_once \dirname(__DIR__4).'/src/Controller/ScreenAjaxController.php';
  1316.         $this->services['App\\Controller\\ScreenAjaxController'] = $instance = new \App\Controller\ScreenAjaxController();
  1317.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ScreenAjaxController'$this));
  1318.         return $instance;
  1319.     }
  1320.     /**
  1321.      * Gets the public 'App\Controller\ScreenController' shared autowired service.
  1322.      *
  1323.      * @return \App\Controller\ScreenController
  1324.      */
  1325.     protected function getScreenControllerService()
  1326.     {
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1328.         include_once \dirname(__DIR__4).'/src/Controller/ScreenController.php';
  1329.         $this->services['App\\Controller\\ScreenController'] = $instance = new \App\Controller\ScreenController();
  1330.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ScreenController'$this));
  1331.         return $instance;
  1332.     }
  1333.     /**
  1334.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1335.      *
  1336.      * @return \App\Controller\SecurityController
  1337.      */
  1338.     protected function getSecurityControllerService()
  1339.     {
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1341.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1342.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1343.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\SecurityController'$this));
  1344.         return $instance;
  1345.     }
  1346.     /**
  1347.      * Gets the public 'App\Controller\ShapeController' shared autowired service.
  1348.      *
  1349.      * @return \App\Controller\ShapeController
  1350.      */
  1351.     protected function getShapeControllerService()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1354.         include_once \dirname(__DIR__4).'/src/Controller/ShapeController.php';
  1355.         $this->services['App\\Controller\\ShapeController'] = $instance = new \App\Controller\ShapeController();
  1356.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\ShapeController'$this));
  1357.         return $instance;
  1358.     }
  1359.     /**
  1360.      * Gets the public 'App\Controller\TabulatorController' shared autowired service.
  1361.      *
  1362.      * @return \App\Controller\TabulatorController
  1363.      */
  1364.     protected function getTabulatorControllerService()
  1365.     {
  1366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1367.         include_once \dirname(__DIR__4).'/src/Controller/TabulatorController.php';
  1368.         $this->services['App\\Controller\\TabulatorController'] = $instance = new \App\Controller\TabulatorController();
  1369.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\TabulatorController'$this));
  1370.         return $instance;
  1371.     }
  1372.     /**
  1373.      * Gets the public 'App\Controller\TerminalUnitController' shared autowired service.
  1374.      *
  1375.      * @return \App\Controller\TerminalUnitController
  1376.      */
  1377.     protected function getTerminalUnitControllerService()
  1378.     {
  1379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1380.         include_once \dirname(__DIR__4).'/src/Controller/TerminalUnitController.php';
  1381.         $this->services['App\\Controller\\TerminalUnitController'] = $instance = new \App\Controller\TerminalUnitController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\PointsListParser'] ?? $this->getPointsListParserService()));
  1382.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\TerminalUnitController'$this));
  1383.         return $instance;
  1384.     }
  1385.     /**
  1386.      * Gets the public 'App\Controller\TestController' shared autowired service.
  1387.      *
  1388.      * @return \App\Controller\TestController
  1389.      */
  1390.     protected function getTestControllerService()
  1391.     {
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1393.         include_once \dirname(__DIR__4).'/src/Controller/TestController.php';
  1394.         include_once \dirname(__DIR__4).'/src/Tec/Parser/Graphics/Parser.php';
  1395.         include_once \dirname(__DIR__4).'/src/Tec/DatatablesConverter.php';
  1396.         $this->services['App\\Controller\\TestController'] = $instance = new \App\Controller\TestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \App\Tec\Parser\Graphics\Parser(), ($this->privates['App\\Tec\\DatatablesConverter'] ?? ($this->privates['App\\Tec\\DatatablesConverter'] = new \App\Tec\DatatablesConverter())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()));
  1397.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\TestController'$this));
  1398.         return $instance;
  1399.     }
  1400.     /**
  1401.      * Gets the public 'App\Controller\UserAjaxController' shared autowired service.
  1402.      *
  1403.      * @return \App\Controller\UserAjaxController
  1404.      */
  1405.     protected function getUserAjaxControllerService()
  1406.     {
  1407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1408.         include_once \dirname(__DIR__4).'/src/Controller/UserAjaxController.php';
  1409.         $this->services['App\\Controller\\UserAjaxController'] = $instance = new \App\Controller\UserAjaxController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  1410.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\UserAjaxController'$this));
  1411.         return $instance;
  1412.     }
  1413.     /**
  1414.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1415.      *
  1416.      * @return \App\Controller\UserController
  1417.      */
  1418.     protected function getUserControllerService()
  1419.     {
  1420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1421.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1422.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  1423.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\UserController'$this));
  1424.         return $instance;
  1425.     }
  1426.     /**
  1427.      * Gets the public 'App\Controller\WebhookController' shared autowired service.
  1428.      *
  1429.      * @return \App\Controller\WebhookController
  1430.      */
  1431.     protected function getWebhookControllerService()
  1432.     {
  1433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1434.         include_once \dirname(__DIR__4).'/src/Controller/WebhookController.php';
  1435.         $this->services['App\\Controller\\WebhookController'] = $instance = new \App\Controller\WebhookController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1436.         $instance->setContainer(($this->privates['.service_locator.fTvkwQW'] ?? $this->get_ServiceLocator_FTvkwQWService())->withContext('App\\Controller\\WebhookController'$this));
  1437.         return $instance;
  1438.     }
  1439.     /**
  1440.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1441.      *
  1442.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1443.      */
  1444.     protected function getProfilerControllerService()
  1445.     {
  1446.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1447.         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['profiler'] ?? $this->getProfilerService()));
  1448.     }
  1449.     /**
  1450.      * Gets the public 'Pusher\Pusher' shared service.
  1451.      *
  1452.      * @return \Pusher\Pusher
  1453.      */
  1454.     protected function getPusherService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/pusher/pusher-php-server/src/Pusher.php';
  1457.         return $this->services['Pusher\\Pusher'] = new \Pusher\Pusher($this->getEnv('PUSHER_KEY'), $this->getEnv('PUSHER_SECRET'), $this->getEnv('PUSHER_APP_ID'), ['cluster' => $this->getEnv('PUSHER_CLUSTER')]);
  1458.     }
  1459.     /**
  1460.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1461.      *
  1462.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1463.      */
  1464.     protected function getRedirectControllerService()
  1465.     {
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1467.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1468.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1469.     }
  1470.     /**
  1471.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1472.      *
  1473.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1474.      */
  1475.     protected function getTemplateControllerService()
  1476.     {
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1478.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1479.     }
  1480.     /**
  1481.      * Gets the public 'api_platform.action.documentation' shared service.
  1482.      *
  1483.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  1484.      */
  1485.     protected function getApiPlatform_Action_DocumentationService()
  1486.     {
  1487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1488.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'UI Tracker API''''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  1489.     }
  1490.     /**
  1491.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1492.      *
  1493.      * @return \ApiPlatform\Action\EntrypointAction
  1494.      */
  1495.     protected function getApiPlatform_Action_EntrypointService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1498.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1499.     }
  1500.     /**
  1501.      * Gets the public 'api_platform.action.exception' shared service.
  1502.      *
  1503.      * @return \ApiPlatform\Action\ExceptionAction
  1504.      */
  1505.     protected function getApiPlatform_Action_ExceptionService()
  1506.     {
  1507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1508.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1509.     }
  1510.     /**
  1511.      * Gets the public 'api_platform.action.not_exposed' shared service.
  1512.      *
  1513.      * @return \ApiPlatform\Action\NotExposedAction
  1514.      */
  1515.     protected function getApiPlatform_Action_NotExposedService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  1518.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  1519.     }
  1520.     /**
  1521.      * Gets the public 'api_platform.action.not_found' shared service.
  1522.      *
  1523.      * @return \ApiPlatform\Action\NotFoundAction
  1524.      */
  1525.     protected function getApiPlatform_Action_NotFoundService()
  1526.     {
  1527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1528.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  1529.     }
  1530.     /**
  1531.      * Gets the public 'api_platform.action.placeholder' shared service.
  1532.      *
  1533.      * @return \ApiPlatform\Action\PlaceholderAction
  1534.      */
  1535.     protected function getApiPlatform_Action_PlaceholderService()
  1536.     {
  1537.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1538.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  1539.     }
  1540.     /**
  1541.      * Gets the public 'api_platform.graphql.action.entrypoint' shared service.
  1542.      *
  1543.      * @return \ApiPlatform\Core\GraphQl\Action\EntrypointAction
  1544.      */
  1545.     protected function getApiPlatform_Graphql_Action_EntrypointService()
  1546.     {
  1547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/EntrypointAction.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/ExecutorInterface.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Executor.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandler.php';
  1552.         return $this->services['api_platform.graphql.action.entrypoint'] = new \ApiPlatform\Core\GraphQl\Action\EntrypointAction(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()), new \ApiPlatform\Core\GraphQl\Executor(), ($this->services['api_platform.graphql.action.graphiql'] ?? $this->getApiPlatform_Graphql_Action_GraphiqlService()), ($this->services['api_platform.graphql.action.graphql_playground'] ?? $this->getApiPlatform_Graphql_Action_GraphqlPlaygroundService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \ApiPlatform\GraphQl\Error\ErrorHandler(), truetruetrue'graphiql');
  1553.     }
  1554.     /**
  1555.      * Gets the public 'api_platform.graphql.action.graphiql' shared service.
  1556.      *
  1557.      * @return \ApiPlatform\Core\GraphQl\Action\GraphiQlAction
  1558.      */
  1559.     protected function getApiPlatform_Graphql_Action_GraphiqlService()
  1560.     {
  1561.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphiQlAction.php';
  1562.         return $this->services['api_platform.graphql.action.graphiql'] = new \ApiPlatform\Core\GraphQl\Action\GraphiQlAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true'UI Tracker API'NULL);
  1563.     }
  1564.     /**
  1565.      * Gets the public 'api_platform.graphql.action.graphql_playground' shared service.
  1566.      *
  1567.      * @return \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction
  1568.      */
  1569.     protected function getApiPlatform_Graphql_Action_GraphqlPlaygroundService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphQlPlaygroundAction.php';
  1572.         return $this->services['api_platform.graphql.action.graphql_playground'] = new \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true'UI Tracker API'NULL);
  1573.     }
  1574.     /**
  1575.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1576.      *
  1577.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  1578.      */
  1579.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1580.     {
  1581.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1582.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1583.     }
  1584.     /**
  1585.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1586.      *
  1587.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1588.      */
  1589.     protected function getApiPlatform_Swagger_Action_UiService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1592.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'UI Tracker API''''1.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], falsetruetruetruetruetrue$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  1593.     }
  1594.     /**
  1595.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1596.      *
  1597.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1598.      */
  1599.     protected function getApiPlatform_SwaggerUi_ActionService()
  1600.     {
  1601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1603.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truefalsetruetruetruetrueNULL, []), $this->parameters['api_platform.formats'], ''''false);
  1604.     }
  1605.     /**
  1606.      * Gets the public 'cache.app' shared service.
  1607.      *
  1608.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1609.      */
  1610.     protected function getCache_AppService()
  1611.     {
  1612.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1613.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1614.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1615.     }
  1616.     /**
  1617.      * Gets the public 'cache.app_clearer' shared service.
  1618.      *
  1619.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1620.      */
  1621.     protected function getCache_AppClearerService()
  1622.     {
  1623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1625.         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())]);
  1626.     }
  1627.     /**
  1628.      * Gets the public 'cache.global_clearer' shared service.
  1629.      *
  1630.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1631.      */
  1632.     protected function getCache_GlobalClearerService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1636.         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.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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1637.     }
  1638.     /**
  1639.      * Gets the public 'cache.system' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1642.      */
  1643.     protected function getCache_SystemService()
  1644.     {
  1645.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'cache.system_clearer' shared service.
  1649.      *
  1650.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1651.      */
  1652.     protected function getCache_SystemClearerService()
  1653.     {
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1656.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1657.     }
  1658.     /**
  1659.      * Gets the public 'cache_warmer' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1662.      */
  1663.     protected function getCacheWarmerService()
  1664.     {
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1667.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1668.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1669.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1670.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1671.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1672.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1673.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1674.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1675.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1676.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1677.     }
  1678.     /**
  1679.      * Gets the public 'console.command_loader' shared service.
  1680.      *
  1681.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1682.      */
  1683.     protected function getConsole_CommandLoaderService()
  1684.     {
  1685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1687.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1688.             'App\\Command\\AsanaGalaxyCommand' => ['privates''App\\Command\\AsanaGalaxyCommand''getAsanaGalaxyCommandService'false],
  1689.             'App\\Command\\CollectDataCommand' => ['privates''App\\Command\\CollectDataCommand''getCollectDataCommandService'false],
  1690.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1691.             'api_platform.graphql.command.export_command' => ['privates''api_platform.graphql.command.export_command''getApiPlatform_Graphql_Command_ExportCommandService'false],
  1692.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1693.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1694.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1695.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1696.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1697.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1698.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1699.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1700.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1701.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1702.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1703.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1704.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1705.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1706.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1707.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1708.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1709.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1710.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1711.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  1712.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  1713.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  1714.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  1715.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  1716.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  1717.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  1718.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1719.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1720.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1721.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1722.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1723.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1724.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1725.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1726.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1727.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1728.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  1729.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1730.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1731.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1732.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1733.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1734.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1735.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1736.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1737.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1738.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1739.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1740.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1741.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1742.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1743.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1744.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1745.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1746.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1747.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1748.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1749.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1750.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1751.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1752.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1753.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1754.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1755.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1756.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1757.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1758.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1759.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1760.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1761.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1762.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1763.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1764.             'maker.auto_command.make_data_persister' => ['privates''maker.auto_command.make_data_persister''getMaker_AutoCommand_MakeDataPersisterService'false],
  1765.             'maker.auto_command.make_data_provider' => ['privates''maker.auto_command.make_data_provider''getMaker_AutoCommand_MakeDataProviderService'false],
  1766.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1767.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1768.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1769.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1770.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1771.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1772.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1773.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1774.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1775.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1776.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1777.             'maker.auto_command.make_state_processor' => ['privates''maker.auto_command.make_state_processor''getMaker_AutoCommand_MakeStateProcessorService'false],
  1778.             'maker.auto_command.make_state_provider' => ['privates''maker.auto_command.make_state_provider''getMaker_AutoCommand_MakeStateProviderService'false],
  1779.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1780.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1781.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1782.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1783.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1784.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1785.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1786.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1787.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1788.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1789.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1790.         ], [
  1791.             'App\\Command\\AsanaGalaxyCommand' => 'App\\Command\\AsanaGalaxyCommand',
  1792.             'App\\Command\\CollectDataCommand' => 'App\\Command\\CollectDataCommand',
  1793.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1794.             'api_platform.graphql.command.export_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\GraphQlExportCommand',
  1795.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1796.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1797.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1798.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  1799.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1800.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1801.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1802.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1803.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1804.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1805.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1806.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1807.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1808.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1809.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1810.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1811.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1812.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1813.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1814.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  1815.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  1816.             'console.command.messenger_failed_messages_remove' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRemoveCommand',
  1817.             'console.command.messenger_failed_messages_retry' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRetryCommand',
  1818.             'console.command.messenger_failed_messages_show' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesShowCommand',
  1819.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  1820.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  1821.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1822.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1823.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1824.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1825.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1826.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1827.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1828.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1829.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1830.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1831.             'console.command.validator_debug' => 'Symfony\\Component\\Validator\\Command\\DebugCommand',
  1832.             'console.command.xliff_lint' => 'Symfony\\Component\\Translation\\Command\\XliffLintCommand',
  1833.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1834.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1835.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1836.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1837.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1838.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1839.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1840.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1841.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1842.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1843.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1844.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1845.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1846.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1847.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1848.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1849.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1850.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1851.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1852.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1853.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1854.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1855.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1856.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1857.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1858.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1859.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1860.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1861.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1862.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1863.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1864.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1865.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1866.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1867.             'maker.auto_command.make_data_persister' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1868.             'maker.auto_command.make_data_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1869.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1870.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1871.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1872.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1873.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1874.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1875.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1876.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1877.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1878.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1879.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1880.             'maker.auto_command.make_state_processor' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1881.             'maker.auto_command.make_state_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1882.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1883.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1884.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1885.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1886.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1887.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1888.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1889.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1890.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1891.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1892.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1893.         ]), ['app:galaxy-asana-graphics' => 'App\\Command\\AsanaGalaxyCommand''app:collect-data' => 'App\\Command\\CollectDataCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''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:update' => 'console.command.translation_update''debug:validator' => 'console.command.validator_debug''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:graphql:export' => 'api_platform.graphql.command.export_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  1894.     }
  1895.     /**
  1896.      * Gets the public 'container.env_var_processors_locator' shared service.
  1897.      *
  1898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1899.      */
  1900.     protected function getContainer_EnvVarProcessorsLocatorService()
  1901.     {
  1902.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1903.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1904.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1905.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1906.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1907.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1908.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1909.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1910.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1911.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1912.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1913.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1914.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1915.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1916.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1917.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1918.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1919.         ], [
  1920.             'base64' => '?',
  1921.             'bool' => '?',
  1922.             'const' => '?',
  1923.             'csv' => '?',
  1924.             'default' => '?',
  1925.             'file' => '?',
  1926.             'float' => '?',
  1927.             'int' => '?',
  1928.             'json' => '?',
  1929.             'key' => '?',
  1930.             'query_string' => '?',
  1931.             'require' => '?',
  1932.             'resolve' => '?',
  1933.             'string' => '?',
  1934.             'trim' => '?',
  1935.             'url' => '?',
  1936.         ]);
  1937.     }
  1938.     /**
  1939.      * Gets the public 'data_collector.dump' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1942.      */
  1943.     protected function getDataCollector_DumpService()
  1944.     {
  1945.         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()));
  1946.     }
  1947.     /**
  1948.      * Gets the public 'doctrine' shared service.
  1949.      *
  1950.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1951.      */
  1952.     protected function getDoctrineService()
  1953.     {
  1954.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1955.     }
  1956.     /**
  1957.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1958.      *
  1959.      * @return \Doctrine\DBAL\Connection
  1960.      */
  1961.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1962.     {
  1963.         $a = new \Doctrine\DBAL\Configuration();
  1964.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1965.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1966.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1967.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1968.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1969.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1970.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1971.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1972.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  1973.         ], [
  1974.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1975.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1976.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1977.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber']);
  1978.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1979.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1980.     }
  1981.     /**
  1982.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1983.      *
  1984.      * @return \Doctrine\ORM\EntityManager
  1985.      */
  1986.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1987.     {
  1988.         if ($lazyLoad) {
  1989.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1990.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1991.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1992.                     $proxy->setProxyInitializer(null);
  1993.                     return true;
  1994.                 });
  1995.             });
  1996.         }
  1997.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  2003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  2004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  2007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2013.         $a = new \Doctrine\ORM\Configuration();
  2014.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2015.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2016.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  2017.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2018.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2019.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2020.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2021.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2022.         ], [
  2023.             'doctrine.ulid_generator' => '?',
  2024.         ])));
  2025.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2026.         $a->setProxyNamespace('Proxies');
  2027.         $a->setAutoGenerateProxyClasses(true);
  2028.         $a->setSchemaIgnoreClasses([]);
  2029.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2030.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2031.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2032.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2033.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2034.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2035.             'App\\Repository\\ApiTokenRepository' => ['privates''App\\Repository\\ApiTokenRepository''getApiTokenRepositoryService'false],
  2036.             'App\\Repository\\AsanaGraphicsViewRepository' => ['privates''App\\Repository\\AsanaGraphicsViewRepository''getAsanaGraphicsViewRepositoryService'false],
  2037.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  2038.             'App\\Repository\\ElectricalLineItemRepository' => ['privates''App\\Repository\\ElectricalLineItemRepository''getElectricalLineItemRepositoryService'false],
  2039.             'App\\Repository\\EngineeringDocumentRepository' => ['privates''App\\Repository\\EngineeringDocumentRepository''getEngineeringDocumentRepositoryService'false],
  2040.             'App\\Repository\\EngineeringDocumentRevisionRepository' => ['privates''App\\Repository\\EngineeringDocumentRevisionRepository''getEngineeringDocumentRevisionRepositoryService'false],
  2041.             'App\\Repository\\EquipmentGroupRepository' => ['privates''App\\Repository\\EquipmentGroupRepository''getEquipmentGroupRepositoryService'false],
  2042.             'App\\Repository\\FabricationPanelRepository' => ['privates''App\\Repository\\FabricationPanelRepository''getFabricationPanelRepositoryService'false],
  2043.             'App\\Repository\\SubContractorRepository' => ['privates''App\\Repository\\SubContractorRepository''getSubContractorRepositoryService'false],
  2044.             'App\\Repository\\TecDepartmentRepository' => ['privates''App\\Repository\\TecDepartmentRepository''getTecDepartmentRepositoryService'false],
  2045.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2046.         ], [
  2047.             'App\\Repository\\ApiTokenRepository' => '?',
  2048.             'App\\Repository\\AsanaGraphicsViewRepository' => '?',
  2049.             'App\\Repository\\DepartmentRepository' => '?',
  2050.             'App\\Repository\\ElectricalLineItemRepository' => '?',
  2051.             'App\\Repository\\EngineeringDocumentRepository' => '?',
  2052.             'App\\Repository\\EngineeringDocumentRevisionRepository' => '?',
  2053.             'App\\Repository\\EquipmentGroupRepository' => '?',
  2054.             'App\\Repository\\FabricationPanelRepository' => '?',
  2055.             'App\\Repository\\SubContractorRepository' => '?',
  2056.             'App\\Repository\\TecDepartmentRepository' => '?',
  2057.             'App\\Repository\\UserRepository' => '?',
  2058.         ])));
  2059.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2060.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2061.         return $instance;
  2062.     }
  2063.     /**
  2064.      * Gets the public 'error_controller' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2067.      */
  2068.     protected function getErrorControllerService()
  2069.     {
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2075.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2076.         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)));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'event_dispatcher' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2082.      */
  2083.     protected function getEventDispatcherService()
  2084.     {
  2085.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2086.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2087.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2088.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2089.         $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())));
  2090.         $instance->addListener('kernel.controller', [=> function () {
  2091.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2092.         }, => 'onKernelController'], 0);
  2093.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2094.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2095.         }, => 'checkPassport'], 1024);
  2096.         $instance->addListener('kernel.request', [=> function () {
  2097.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2098.         }, => 'onKernelRequest'], 250);
  2099.         $instance->addListener('kernel.response', [=> function () {
  2100.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2101.         }, => 'onKernelResponse'], 0);
  2102.         $instance->addListener('kernel.response', [=> function () {
  2103.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2104.         }, => 'onResponse'], 0);
  2105.         $instance->addListener('kernel.request', [=> function () {
  2106.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2107.         }, => 'onKernelRequest'], 28);
  2108.         $instance->addListener('kernel.request', [=> function () {
  2109.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2110.         }, => 'onKernelRequest'], 2);
  2111.         $instance->addListener('kernel.view', [=> function () {
  2112.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2113.         }, => 'onKernelView'], 16);
  2114.         $instance->addListener('kernel.view', [=> function () {
  2115.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2116.         }, => 'onKernelView'], 8);
  2117.         $instance->addListener('kernel.exception', [=> function () {
  2118.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2119.         }, => 'onKernelException'], 0);
  2120.         $instance->addListener('kernel.exception', [=> function () {
  2121.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2122.         }, => 'onKernelException'], -96);
  2123.         $instance->addListener('kernel.view', [=> function () {
  2124.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2125.         }, => 'onKernelView'], 32);
  2126.         $instance->addListener('kernel.request', [=> function () {
  2127.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2128.         }, => 'onKernelRequest'], 4);
  2129.         $instance->addListener('kernel.request', [=> function () {
  2130.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2131.         }, => 'onKernelRequest'], 0);
  2132.         $instance->addListener('kernel.response', [=> function () {
  2133.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2134.         }, => 'onKernelResponse'], 0);
  2135.         $instance->addListener('kernel.response', [=> function () {
  2136.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2137.         }, => 'onKernelResponse'], -1);
  2138.         $instance->addListener('kernel.view', [=> function () {
  2139.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2140.         }, => 'onKernelView'], 64);
  2141.         $instance->addListener('kernel.request', [=> function () {
  2142.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2143.         }, => 'onKernelRequest'], 16);
  2144.         $instance->addListener('kernel.request', [=> function () {
  2145.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2146.         }, => 'onSecurity'], 3);
  2147.         $instance->addListener('kernel.request', [=> function () {
  2148.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2149.         }, => 'onSecurityPostDenormalize'], 1);
  2150.         $instance->addListener('kernel.view', [=> function () {
  2151.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2152.         }, => 'onSecurityPostValidation'], 63);
  2153.         $instance->addListener('kernel.response', [=> function () {
  2154.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2155.         }, => 'onKernelResponse'], 0);
  2156.         $instance->addListener('kernel.response', [=> function () {
  2157.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2158.         }, => 'onKernelResponse'], -1024);
  2159.         $instance->addListener('kernel.request', [=> function () {
  2160.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2161.         }, => 'setDefaultLocale'], 100);
  2162.         $instance->addListener('kernel.request', [=> function () {
  2163.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2164.         }, => 'onKernelRequest'], 16);
  2165.         $instance->addListener('kernel.finish_request', [=> function () {
  2166.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2167.         }, => 'onKernelFinishRequest'], 0);
  2168.         $instance->addListener('kernel.request', [=> function () {
  2169.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2170.         }, => 'onKernelRequest'], 256);
  2171.         $instance->addListener('kernel.response', [=> function () {
  2172.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2173.         }, => 'onResponse'], -255);
  2174.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2175.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2176.         }, => 'onControllerArguments'], 0);
  2177.         $instance->addListener('kernel.exception', [=> function () {
  2178.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2179.         }, => 'logKernelException'], 0);
  2180.         $instance->addListener('kernel.exception', [=> function () {
  2181.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2182.         }, => 'onKernelException'], -128);
  2183.         $instance->addListener('kernel.response', [=> function () {
  2184.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2185.         }, => 'removeCspHeader'], -128);
  2186.         $instance->addListener('kernel.request', [=> function () {
  2187.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2188.         }, => 'onKernelRequest'], 15);
  2189.         $instance->addListener('kernel.finish_request', [=> function () {
  2190.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2191.         }, => 'onKernelFinishRequest'], -15);
  2192.         $instance->addListener('console.error', [=> function () {
  2193.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2194.         }, => 'onConsoleError'], -128);
  2195.         $instance->addListener('console.terminate', [=> function () {
  2196.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2197.         }, => 'onConsoleTerminate'], -128);
  2198.         $instance->addListener('console.error', [=> function () {
  2199.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2200.         }, => 'onConsoleError'], 0);
  2201.         $instance->addListener('kernel.request', [=> function () {
  2202.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2203.         }, => 'onKernelRequest'], 128);
  2204.         $instance->addListener('kernel.response', [=> function () {
  2205.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2206.         }, => 'onKernelResponse'], -1000);
  2207.         $instance->addListener('kernel.finish_request', [=> function () {
  2208.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2209.         }, => 'onFinishRequest'], 0);
  2210.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2211.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2212.         }, => 'onMessageFailed'], 100);
  2213.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2214.             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()));
  2215.         }, => 'onMessageFailed'], 200);
  2216.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2217.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2218.         }, => 'onMessageFailed'], -100);
  2219.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2220.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2221.         }, => 'onWorkerStarted'], 0);
  2222.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2223.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2224.         }, => 'onWorkerRunning'], 0);
  2225.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2226.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2227.         }, => 'onMessage'], -255);
  2228.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2229.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2230.         }, => 'onNotification'], -255);
  2231.         $instance->addListener('kernel.response', [=> function () {
  2232.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2233.         }, => 'onKernelResponse'], -100);
  2234.         $instance->addListener('kernel.exception', [=> function () {
  2235.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2236.         }, => 'onKernelException'], 0);
  2237.         $instance->addListener('kernel.terminate', [=> function () {
  2238.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2239.         }, => 'onKernelTerminate'], -1024);
  2240.         $instance->addListener('kernel.controller', [=> function () {
  2241.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2242.         }, => 'onKernelController'], 0);
  2243.         $instance->addListener('kernel.response', [=> function () {
  2244.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2245.         }, => 'onKernelResponse'], 0);
  2246.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2247.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2248.         }, => 'onMessage'], -255);
  2249.         $instance->addListener('kernel.request', [=> function () {
  2250.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2251.         }, => 'configure'], 2048);
  2252.         $instance->addListener('console.command', [=> function () {
  2253.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2254.         }, => 'configure'], 2048);
  2255.         $instance->addListener('kernel.request', [=> function () {
  2256.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2257.         }, => 'onKernelRequest'], 32);
  2258.         $instance->addListener('kernel.finish_request', [=> function () {
  2259.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2260.         }, => 'onKernelFinishRequest'], 0);
  2261.         $instance->addListener('kernel.exception', [=> function () {
  2262.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2263.         }, => 'onKernelException'], -64);
  2264.         $instance->addListener('kernel.response', [=> function () {
  2265.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2266.         }, => 'onKernelResponse'], 0);
  2267.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2268.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2269.         }, => 'onMessage'], 0);
  2270.         $instance->addListener('kernel.controller', [=> function () {
  2271.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2272.         }, => 'onKernelController'], 0);
  2273.         $instance->addListener('kernel.controller', [=> function () {
  2274.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2275.         }, => 'onKernelController'], 0);
  2276.         $instance->addListener('kernel.controller', [=> function () {
  2277.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2278.         }, => 'onKernelController'], -128);
  2279.         $instance->addListener('kernel.view', [=> function () {
  2280.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2281.         }, => 'onKernelView'], 0);
  2282.         $instance->addListener('kernel.controller', [=> function () {
  2283.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2284.         }, => 'onKernelController'], 0);
  2285.         $instance->addListener('kernel.response', [=> function () {
  2286.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2287.         }, => 'onKernelResponse'], 0);
  2288.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2289.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2290.         }, => 'onKernelControllerArguments'], 0);
  2291.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2292.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2293.         }, => 'onKernelControllerArguments'], 0);
  2294.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2295.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2296.         }, => 'onWorkerMessageHandled'], 0);
  2297.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2298.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2299.         }, => 'onWorkerMessageFailed'], 0);
  2300.         $instance->addListener('kernel.response', [=> function () {
  2301.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2302.         }, => 'onKernelResponse'], 0);
  2303.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2304.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2305.         }, => 'checkPassport'], 0);
  2306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2307.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2308.         }, => 'onLoginSuccess'], 0);
  2309.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2310.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2311.         }, => 'onVoterVote'], 0);
  2312.         $instance->addListener('kernel.request', [=> function () {
  2313.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2314.         }, => 'configureLogoutUrlGenerator'], 8);
  2315.         $instance->addListener('kernel.request', [=> function () {
  2316.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2317.         }, => 'onKernelRequest'], 8);
  2318.         $instance->addListener('kernel.finish_request', [=> function () {
  2319.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2320.         }, => 'onKernelFinishRequest'], 0);
  2321.         $instance->addListener('kernel.response', [=> function () {
  2322.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2323.         }, => 'onKernelResponse'], -128);
  2324.         $instance->addListener('console.command', [=> function () {
  2325.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2326.         }, => 'onCommand'], 255);
  2327.         $instance->addListener('console.terminate', [=> function () {
  2328.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2329.         }, => 'onTerminate'], -255);
  2330.         $instance->addListener('console.command', [=> function () {
  2331.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2332.         }, => 'configure'], 1024);
  2333.         $instance->addListener('console.error', [=> function () {
  2334.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2335.         }, => 'onConsoleError'], 0);
  2336.         $instance->addListener('console.terminate', [=> function () {
  2337.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2338.         }, => 'onConsoleTerminate'], 0);
  2339.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2340.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2341.         }, => 'checkPassport'], 512);
  2342.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2343.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2344.         }, => 'onLogout'], 0);
  2345.         return $instance;
  2346.     }
  2347.     /**
  2348.      * Gets the public 'http_kernel' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2351.      */
  2352.     protected function getHttpKernelService()
  2353.     {
  2354.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2355.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2356.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2357.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2358.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2359.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2360.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2361.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2362.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2363.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2364.         }, 8)), $a));
  2365.     }
  2366.     /**
  2367.      * Gets the public 'messenger.default_bus' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2370.      */
  2371.     protected function getMessenger_DefaultBusService()
  2372.     {
  2373.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2374.             yield => ($this->privates['command.bus.middleware.traceable'] ?? $this->getCommand_Bus_Middleware_TraceableService());
  2375.             yield => ($this->privates['command.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['command.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command.bus')));
  2376.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2377.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2378.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2379.             yield => ($this->privates['App\\Messenger\\AuditMiddleware'] ?? $this->getAuditMiddlewareService());
  2380.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2381.             yield => ($this->privates['command.bus.middleware.handle_message'] ?? $this->getCommand_Bus_Middleware_HandleMessageService());
  2382.         }, 8)));
  2383.     }
  2384.     /**
  2385.      * Gets the public 'monolog.logger.messenger_audit' shared service.
  2386.      *
  2387.      * @return \Symfony\Bridge\Monolog\Logger
  2388.      */
  2389.     protected function getMonolog_Logger_MessengerAuditService()
  2390.     {
  2391.         $this->services['monolog.logger.messenger_audit'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger_audit');
  2392.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2393.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2394.         $instance->pushHandler(($this->privates['monolog.handler.messenger'] ?? $this->getMonolog_Handler_MessengerService()));
  2395.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  2396.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  2397.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  2398.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2399.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2400.         return $instance;
  2401.     }
  2402.     /**
  2403.      * Gets the public 'profiler' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2406.      */
  2407.     protected function getProfilerService()
  2408.     {
  2409.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2410.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2411.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2412.         $a->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  2413.         $a->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  2414.         $a->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  2415.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2416.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2417.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2418.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2419.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2420.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2421.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2422.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2423.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2424.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2425.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2426.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2427.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2428.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2429.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2430.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2431.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  2432.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  2433.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  2434.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  2435.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  2436.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  2437.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  2438.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2439.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2440.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  2441.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2442.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2443.         $g->registerBus('command.bus', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2444.         $g->registerBus('event.bus', ($this->privates['debug.traced.event.bus'] ?? $this->getDebug_Traced_Event_BusService()));
  2445.         $g->registerBus('query.bus', ($this->privates['debug.traced.query.bus'] ?? $this->getDebug_Traced_Query_BusService()));
  2446.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2447.         if ($this->has('kernel')) {
  2448.             $h->setKernel($b);
  2449.         }
  2450.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2451.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  2452.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2453.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2454.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  2455.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2456.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2457.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2458.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  2459.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2460.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2461.         $instance->add($d);
  2462.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2463.         $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()), true));
  2464.         $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())));
  2465.         $instance->add($e);
  2466.         $instance->add($f);
  2467.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2468.         $instance->add($g);
  2469.         $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()))));
  2470.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  2471.         $instance->add($h);
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'request_stack' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2478.      */
  2479.     protected function getRequestStackService()
  2480.     {
  2481.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2482.     }
  2483.     /**
  2484.      * Gets the public 'router' shared service.
  2485.      *
  2486.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2487.      */
  2488.     protected function getRouterService()
  2489.     {
  2490.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2491.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2492.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2493.         $a->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  2494.         $a->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  2495.         $a->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  2496.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2497.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2498.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2499.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2500.         ], [
  2501.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2502.         ]))->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');
  2503.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2504.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2505.         return $instance;
  2506.     }
  2507.     /**
  2508.      * Gets the public 'routing.loader' shared service.
  2509.      *
  2510.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2511.      */
  2512.     protected function getRouting_LoaderService()
  2513.     {
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2539.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2540.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  2541.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  2542.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2543.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c));
  2544.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c));
  2545.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c));
  2546.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c));
  2547.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c));
  2548.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2549.             'kernel' => ['services''kernel''getKernelService'false],
  2550.         ], [
  2551.             'kernel' => 'App\\Kernel',
  2552.         ])));
  2553.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), truetruetruetruetrue, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2554.         $a->addLoader($d);
  2555.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  2556.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  2557.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2558.     }
  2559.     /**
  2560.      * Gets the public 'security.authorization_checker' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2563.      */
  2564.     protected function getSecurity_AuthorizationCheckerService()
  2565.     {
  2566.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? ($this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager())), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  2567.     }
  2568.     /**
  2569.      * Gets the public 'security.password_encoder' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2572.      */
  2573.     protected function getSecurity_PasswordEncoderService()
  2574.     {
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2577.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2578.     }
  2579.     /**
  2580.      * Gets the public 'security.token_storage' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2583.      */
  2584.     protected function getSecurity_TokenStorageService()
  2585.     {
  2586.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2587.             'session' => ['services''session''getSessionService'false],
  2588.         ], [
  2589.             'session' => '?',
  2590.         ]));
  2591.     }
  2592.     /**
  2593.      * Gets the public 'services_resetter' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2596.      */
  2597.     protected function getServicesResetterService()
  2598.     {
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2600.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2601.             if (isset($this->services['cache.app'])) {
  2602.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2603.             }
  2604.             if (isset($this->services['cache.system'])) {
  2605.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2606.             }
  2607.             if (isset($this->privates['cache.validator'])) {
  2608.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2609.             }
  2610.             if (isset($this->privates['cache.serializer'])) {
  2611.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2612.             }
  2613.             if (isset($this->privates['cache.annotations'])) {
  2614.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2615.             }
  2616.             if (isset($this->privates['cache.property_info'])) {
  2617.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2618.             }
  2619.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2620.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2621.             }
  2622.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2623.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2624.             }
  2625.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2626.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2627.             }
  2628.             if (isset($this->services['profiler'])) {
  2629.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2630.             }
  2631.             if (isset($this->services['.container.private.validator'])) {
  2632.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2633.             }
  2634.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2635.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2636.             }
  2637.             if (isset($this->privates['debug.stopwatch'])) {
  2638.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2639.             }
  2640.             if (isset($this->services['event_dispatcher'])) {
  2641.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2642.             }
  2643.             if (isset($this->services['doctrine'])) {
  2644.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2645.             }
  2646.             if (isset($this->privates['form.type.entity'])) {
  2647.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2648.             }
  2649.             if (isset($this->services['security.token_storage'])) {
  2650.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2651.             }
  2652.             if (isset($this->privates['cache.security_expression_language'])) {
  2653.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2654.             }
  2655.             if (isset($this->privates['monolog.handler.main'])) {
  2656.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2657.             }
  2658.             if (isset($this->privates['monolog.handler.dropbox'])) {
  2659.                 yield 'monolog.handler.dropbox' => ($this->privates['monolog.handler.dropbox'] ?? null);
  2660.             }
  2661.             if (isset($this->privates['monolog.handler.asana'])) {
  2662.                 yield 'monolog.handler.asana' => ($this->privates['monolog.handler.asana'] ?? null);
  2663.             }
  2664.             if (isset($this->privates['monolog.handler.webhook'])) {
  2665.                 yield 'monolog.handler.webhook' => ($this->privates['monolog.handler.webhook'] ?? null);
  2666.             }
  2667.             if (isset($this->privates['monolog.handler.messenger'])) {
  2668.                 yield 'monolog.handler.messenger' => ($this->privates['monolog.handler.messenger'] ?? null);
  2669.             }
  2670.             if (isset($this->privates['monolog.handler.console'])) {
  2671.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2674.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2675.             }
  2676.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2677.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2678.             }
  2679.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  2680.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  2681.             }
  2682.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  2683.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  2684.             }
  2685.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2686.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2687.             }
  2688.             if (isset($this->privates['api_platform.graphql.cache.subscription'])) {
  2689.                 yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? null);
  2690.             }
  2691.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2692.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2693.             }
  2694.         }, function () {
  2695.             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['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.dropbox'])) + (int) (isset($this->privates['monolog.handler.asana'])) + (int) (isset($this->privates['monolog.handler.webhook'])) + (int) (isset($this->privates['monolog.handler.messenger'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.graphql.cache.subscription'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor']));
  2696.         }), ['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'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.dropbox' => [=> 'reset'], 'monolog.handler.asana' => [=> 'reset'], 'monolog.handler.webhook' => [=> 'reset'], 'monolog.handler.messenger' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.graphql.cache.subscription' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset']]);
  2697.     }
  2698.     /**
  2699.      * Gets the public 'session' shared service.
  2700.      *
  2701.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2702.      */
  2703.     protected function getSessionService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2707.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), NULLNULL, [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  2708.     }
  2709.     /**
  2710.      * Gets the public 'translator' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2713.      */
  2714.     protected function getTranslatorService()
  2715.     {
  2716.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2717.     }
  2718.     /**
  2719.      * Gets the public 'var_dumper.cloner' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2722.      */
  2723.     protected function getVarDumper_ClonerService()
  2724.     {
  2725.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2726.         $instance->setMaxItems(2500);
  2727.         $instance->setMinDepth(1);
  2728.         $instance->setMaxString(-1);
  2729.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2730.         return $instance;
  2731.     }
  2732.     /**
  2733.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2734.      *
  2735.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2736.      */
  2737.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2740.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2741.     }
  2742.     /**
  2743.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2744.      *
  2745.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2746.      */
  2747.     protected function getWebProfiler_Controller_ProfilerService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2750.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.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));
  2751.     }
  2752.     /**
  2753.      * Gets the public 'web_profiler.controller.router' shared service.
  2754.      *
  2755.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2756.      */
  2757.     protected function getWebProfiler_Controller_RouterService()
  2758.     {
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2760.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2761.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2762.         }, 1));
  2763.     }
  2764.     /**
  2765.      * Gets the private '.debug.http_client' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2768.      */
  2769.     protected function get_Debug_HttpClientService()
  2770.     {
  2771.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2772.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2773.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2774.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2775.         $b->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  2776.         $b->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  2777.         $b->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  2778.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2779.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2780.         $a->setLogger($b);
  2781.         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))));
  2782.     }
  2783.     /**
  2784.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\HttpFoundation\Response
  2787.      */
  2788.     protected function getResponseService()
  2789.     {
  2790.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2791.     }
  2792.     /**
  2793.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2794.      *
  2795.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2796.      */
  2797.     protected function getLoaderInterfaceService()
  2798.     {
  2799.         $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", "api_platform.route_loader.legacy".');
  2800.     }
  2801.     /**
  2802.      * Gets the private '.messenger.handler_descriptor.1OvwcnV' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2805.      */
  2806.     protected function get_Messenger_HandlerDescriptor_1OvwcnVService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2809.         return $this->privates['.messenger.handler_descriptor.1OvwcnV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['texter.messenger.sms_handler'] ?? $this->getTexter_Messenger_SmsHandlerService()), []);
  2810.     }
  2811.     /**
  2812.      * Gets the private '.messenger.handler_descriptor.6LlZhuG' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2815.      */
  2816.     protected function get_Messenger_HandlerDescriptor_6LlZhuGService()
  2817.     {
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2819.         return $this->privates['.messenger.handler_descriptor.6LlZhuG'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsDynamicScreenFileHandler'] ?? $this->getProcessGraphicsDynamicScreenFileHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  2820.     }
  2821.     /**
  2822.      * Gets the private '.messenger.handler_descriptor.8_rhDxL' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2825.      */
  2826.     protected function get_Messenger_HandlerDescriptor_8RhDxLService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2829.         return $this->privates['.messenger.handler_descriptor.8_rhDxL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessCommissioningFileHandler'] ?? $this->getProcessCommissioningFileHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  2830.     }
  2831.     /**
  2832.      * Gets the private '.messenger.handler_descriptor.CxXz94j' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2835.      */
  2836.     protected function get_Messenger_HandlerDescriptor_CxXz94jService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2839.         return $this->privates['.messenger.handler_descriptor.CxXz94j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  2840.     }
  2841.     /**
  2842.      * Gets the private '.messenger.handler_descriptor.DiLI8iw' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2845.      */
  2846.     protected function get_Messenger_HandlerDescriptor_DiLI8iwService()
  2847.     {
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2849.         return $this->privates['.messenger.handler_descriptor.DiLI8iw'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsScreenFileHandler'] ?? $this->getProcessGraphicsScreenFileHandlerService()), []);
  2850.     }
  2851.     /**
  2852.      * Gets the private '.messenger.handler_descriptor.GnIUo.y' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2855.      */
  2856.     protected function get_Messenger_HandlerDescriptor_GnIUo_YService()
  2857.     {
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2859.         include_once \dirname(__DIR__4).'/src/Tec/Command/ProcessHandler.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  2862.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessAssetFileHandler.php';
  2863.         return $this->privates['.messenger.handler_descriptor.GnIUo.y'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Command\ProcessAssetFileHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService()), ($this->privates['App\\Tec\\AssetProcessor'] ?? $this->getAssetProcessorService())), []);
  2864.     }
  2865.     /**
  2866.      * Gets the private '.messenger.handler_descriptor.GyZDsc3' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2869.      */
  2870.     protected function get_Messenger_HandlerDescriptor_GyZDsc3Service()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2874.         include_once \dirname(__DIR__4).'/src/MessageHandler/Event/NotifyUserWhenDropboxFileChanged.php';
  2875.         return $this->privates['.messenger.handler_descriptor.GyZDsc3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Event\NotifyUserWhenDropboxFileChanged(), []);
  2876.     }
  2877.     /**
  2878.      * Gets the private '.messenger.handler_descriptor.L.WsvDi' shared service.
  2879.      *
  2880.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2881.      */
  2882.     protected function get_Messenger_HandlerDescriptor_L_WsvDiService()
  2883.     {
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2885.         return $this->privates['.messenger.handler_descriptor.L.WsvDi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsShapeFileHandler'] ?? $this->getProcessGraphicsShapeFileHandlerService()), []);
  2886.     }
  2887.     /**
  2888.      * Gets the private '.messenger.handler_descriptor.OPheA7u' shared service.
  2889.      *
  2890.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2891.      */
  2892.     protected function get_Messenger_HandlerDescriptor_OPheA7uService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2895.         return $this->privates['.messenger.handler_descriptor.OPheA7u'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\DropboxProcessHandler'] ?? $this->getDropboxProcessHandlerService()), => 'processSingleMessage']), ['method' => 'processSingleMessage''priority' => 0'from_transport' => 'async_priority_high']);
  2896.     }
  2897.     /**
  2898.      * Gets the private '.messenger.handler_descriptor.VA3ArID' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2901.      */
  2902.     protected function get_Messenger_HandlerDescriptor_VA3ArIDService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2905.         return $this->privates['.messenger.handler_descriptor.VA3ArID'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\DropboxProcessHandler'] ?? $this->getDropboxProcessHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  2906.     }
  2907.     /**
  2908.      * Gets the private '.messenger.handler_descriptor.VAYoIH9' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2911.      */
  2912.     protected function get_Messenger_HandlerDescriptor_VAYoIH9Service()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  2917.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessControllerHandler.php';
  2918.         return $this->privates['.messenger.handler_descriptor.VAYoIH9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Command\ProcessControllerHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService())), []);
  2919.     }
  2920.     /**
  2921.      * Gets the private '.messenger.handler_descriptor.Z.D4VWw' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2924.      */
  2925.     protected function get_Messenger_HandlerDescriptor_Z_D4VWwService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2928.         return $this->privates['.messenger.handler_descriptor.Z.D4VWw'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  2929.     }
  2930.     /**
  2931.      * Gets the private '.messenger.handler_descriptor.ZypZRlz' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2934.      */
  2935.     protected function get_Messenger_HandlerDescriptor_ZypZRlzService()
  2936.     {
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2938.         return $this->privates['.messenger.handler_descriptor.ZypZRlz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsDynamicScreenFileHandler'] ?? $this->getProcessGraphicsDynamicScreenFileHandlerService()), []);
  2939.     }
  2940.     /**
  2941.      * Gets the private '.messenger.handler_descriptor._HSVyuF' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2944.      */
  2945.     protected function get_Messenger_HandlerDescriptor_HSVyuFService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2948.         return $this->privates['.messenger.handler_descriptor._HSVyuF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['chatter.messenger.chat_handler'] ?? $this->getChatter_Messenger_ChatHandlerService()), []);
  2949.     }
  2950.     /**
  2951.      * Gets the private '.messenger.handler_descriptor.aygeYmA' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2954.      */
  2955.     protected function get_Messenger_HandlerDescriptor_AygeYmAService()
  2956.     {
  2957.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2958.         return $this->privates['.messenger.handler_descriptor.aygeYmA'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['chatter.messenger.chat_handler'] ?? $this->getChatter_Messenger_ChatHandlerService()), []);
  2959.     }
  2960.     /**
  2961.      * Gets the private '.messenger.handler_descriptor.hVsL7.A' shared service.
  2962.      *
  2963.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2964.      */
  2965.     protected function get_Messenger_HandlerDescriptor_HVsL7_AService()
  2966.     {
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  2970.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessScreenViewHandler.php';
  2971.         return $this->privates['.messenger.handler_descriptor.hVsL7.A'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Command\ProcessScreenViewHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService())), []);
  2972.     }
  2973.     /**
  2974.      * Gets the private '.messenger.handler_descriptor.jI5U7eR' shared service.
  2975.      *
  2976.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2977.      */
  2978.     protected function get_Messenger_HandlerDescriptor_JI5U7eRService()
  2979.     {
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2981.         return $this->privates['.messenger.handler_descriptor.jI5U7eR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['chatter.messenger.chat_handler'] ?? $this->getChatter_Messenger_ChatHandlerService()), []);
  2982.     }
  2983.     /**
  2984.      * Gets the private '.messenger.handler_descriptor.jXEhP.3' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2987.      */
  2988.     protected function get_Messenger_HandlerDescriptor_JXEhP_3Service()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2991.         return $this->privates['.messenger.handler_descriptor.jXEhP.3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessAsanaWebhookEventHandler'] ?? $this->getProcessAsanaWebhookEventHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  2992.     }
  2993.     /**
  2994.      * Gets the private '.messenger.handler_descriptor.kYZy2G2' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2997.      */
  2998.     protected function get_Messenger_HandlerDescriptor_KYZy2G2Service()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3001.         return $this->privates['.messenger.handler_descriptor.kYZy2G2'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsScreenFileHandler'] ?? $this->getProcessGraphicsScreenFileHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  3002.     }
  3003.     /**
  3004.      * Gets the private '.messenger.handler_descriptor.nWZ8Ayx' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3007.      */
  3008.     protected function get_Messenger_HandlerDescriptor_NWZ8AyxService()
  3009.     {
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3011.         return $this->privates['.messenger.handler_descriptor.nWZ8Ayx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsAssetFileHandler'] ?? $this->getProcessGraphicsAssetFileHandlerService()), []);
  3012.     }
  3013.     /**
  3014.      * Gets the private '.messenger.handler_descriptor.nXmRv9o' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3017.      */
  3018.     protected function get_Messenger_HandlerDescriptor_NXmRv9oService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3021.         return $this->privates['.messenger.handler_descriptor.nXmRv9o'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsAssetFileHandler'] ?? $this->getProcessGraphicsAssetFileHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  3022.     }
  3023.     /**
  3024.      * Gets the private '.messenger.handler_descriptor.nlq_AAp' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3027.      */
  3028.     protected function get_Messenger_HandlerDescriptor_NlqAApService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3032.         include_once \dirname(__DIR__4).'/src/MessageHandler/Query/QueryHandler.php';
  3033.         return $this->privates['.messenger.handler_descriptor.nlq_AAp'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Query\QueryHandler(), []);
  3034.     }
  3035.     /**
  3036.      * Gets the private '.messenger.handler_descriptor.ontP23w' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3039.      */
  3040.     protected function get_Messenger_HandlerDescriptor_OntP23wService()
  3041.     {
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3043.         return $this->privates['.messenger.handler_descriptor.ontP23w'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['texter.messenger.sms_handler'] ?? $this->getTexter_Messenger_SmsHandlerService()), []);
  3044.     }
  3045.     /**
  3046.      * Gets the private '.messenger.handler_descriptor.qBq7BQh' shared service.
  3047.      *
  3048.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3049.      */
  3050.     protected function get_Messenger_HandlerDescriptor_QBq7BQhService()
  3051.     {
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3053.         return $this->privates['.messenger.handler_descriptor.qBq7BQh'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\ProcessGraphicsShapeFileHandler'] ?? $this->getProcessGraphicsShapeFileHandlerService()), => 'processDebugMessage']), ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']);
  3054.     }
  3055.     /**
  3056.      * Gets the private '.messenger.handler_descriptor.sI_ufGP' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3059.      */
  3060.     protected function get_Messenger_HandlerDescriptor_SIUfGPService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3063.         return $this->privates['.messenger.handler_descriptor.sI_ufGP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['texter.messenger.sms_handler'] ?? $this->getTexter_Messenger_SmsHandlerService()), []);
  3064.     }
  3065.     /**
  3066.      * Gets the private '.messenger.handler_descriptor.t2Rv755' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3069.      */
  3070.     protected function get_Messenger_HandlerDescriptor_T2Rv755Service()
  3071.     {
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3073.         return $this->privates['.messenger.handler_descriptor.t2Rv755'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(\Closure::fromCallable([=> ($this->privates['App\\MessageHandler\\Command\\DropboxProcessHandler'] ?? $this->getDropboxProcessHandlerService()), => 'processMultipleMessages']), ['method' => 'processMultipleMessages''priority' => 10'from_transport' => 'async_priority_high']);
  3074.     }
  3075.     /**
  3076.      * Gets the private '.messenger.handler_descriptor.u4UkuWI' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3079.      */
  3080.     protected function get_Messenger_HandlerDescriptor_U4UkuWIService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3083.         return $this->privates['.messenger.handler_descriptor.u4UkuWI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessAsanaWebhookEventHandler'] ?? $this->getProcessAsanaWebhookEventHandlerService()), []);
  3084.     }
  3085.     /**
  3086.      * Gets the private '.messenger.handler_descriptor.vNcVjqD' shared service.
  3087.      *
  3088.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3089.      */
  3090.     protected function get_Messenger_HandlerDescriptor_VNcVjqDService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3093.         return $this->privates['.messenger.handler_descriptor.vNcVjqD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  3094.     }
  3095.     /**
  3096.      * Gets the private '.messenger.handler_descriptor.vP3DZIL' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3099.      */
  3100.     protected function get_Messenger_HandlerDescriptor_VP3DZILService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3103.         return $this->privates['.messenger.handler_descriptor.vP3DZIL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\ProcessCommissioningFileHandler'] ?? $this->getProcessCommissioningFileHandlerService()), []);
  3104.     }
  3105.     /**
  3106.      * Gets the private '.messenger.handler_descriptor.zEdd4F.' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3109.      */
  3110.     protected function get_Messenger_HandlerDescriptor_ZEdd4F_Service()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3113.         return $this->privates['.messenger.handler_descriptor.zEdd4F.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\Command\\DropboxProcessHandler'] ?? $this->getDropboxProcessHandlerService()), []);
  3114.     }
  3115.     /**
  3116.      * Gets the private '.service_locator.1vZ0U5L' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3119.      */
  3120.     protected function get_ServiceLocator_1vZ0U5LService()
  3121.     {
  3122.         return $this->privates['.service_locator.1vZ0U5L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3123.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3124.             'iriConverter' => ['privates''api_platform.iri_converter.legacy''getApiPlatform_IriConverter_LegacyService'false],
  3125.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3126.         ], [
  3127.             'em' => '?',
  3128.             'iriConverter' => '?',
  3129.             'serializer' => '?',
  3130.         ]);
  3131.     }
  3132.     /**
  3133.      * Gets the private '.service_locator.2ohEz.z' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3136.      */
  3137.     protected function get_ServiceLocator_2ohEz_ZService()
  3138.     {
  3139.         return $this->privates['.service_locator.2ohEz.z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3140.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3141.             'ph' => ['privates''App\\Tec\\PusherHelper''getPusherHelperService'false],
  3142.             'processor' => ['privates''App\\Tec\\DepartmentProcessor\\CommissioningProcessor''getCommissioningProcessorService'false],
  3143.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3144.         ], [
  3145.             'messageBus' => '?',
  3146.             'ph' => 'App\\Tec\\PusherHelper',
  3147.             'processor' => 'App\\Tec\\DepartmentProcessor\\CommissioningProcessor',
  3148.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3149.         ]);
  3150.     }
  3151.     /**
  3152.      * Gets the private '.service_locator.31IzIp2' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3155.      */
  3156.     protected function get_ServiceLocator_31IzIp2Service()
  3157.     {
  3158.         return $this->privates['.service_locator.31IzIp2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3159.             'parser' => ['privates''App\\Tec\\DepartmentProcessor\\GraphicsParser''getGraphicsParserService'false],
  3160.             'processor' => ['privates''App\\Tec\\DepartmentProcessor\\GraphicsProcessor''getGraphicsProcessorService'false],
  3161.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3162.         ], [
  3163.             'parser' => 'App\\Tec\\DepartmentProcessor\\GraphicsParser',
  3164.             'processor' => 'App\\Tec\\DepartmentProcessor\\GraphicsProcessor',
  3165.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3166.         ]);
  3167.     }
  3168.     /**
  3169.      * Gets the private '.service_locator.4WXimH9' shared service.
  3170.      *
  3171.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3172.      */
  3173.     protected function get_ServiceLocator_4WXimH9Service()
  3174.     {
  3175.         return $this->privates['.service_locator.4WXimH9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3176.             'bp' => ['privates''App\\Tec\\BaseProcessor''getBaseProcessorService'false],
  3177.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3178.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3179.         ], [
  3180.             'bp' => 'App\\Tec\\BaseProcessor',
  3181.             'em' => '?',
  3182.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3183.         ]);
  3184.     }
  3185.     /**
  3186.      * Gets the private '.service_locator.532J6_I' shared service.
  3187.      *
  3188.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3189.      */
  3190.     protected function get_ServiceLocator_532J6IService()
  3191.     {
  3192.         return $this->privates['.service_locator.532J6_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3193.             'commissioningProcessor' => ['privates''App\\Tec\\DepartmentProcessor\\CommissioningProcessor''getCommissioningProcessorService'false],
  3194.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3195.         ], [
  3196.             'commissioningProcessor' => 'App\\Tec\\DepartmentProcessor\\CommissioningProcessor',
  3197.             'em' => '?',
  3198.         ]);
  3199.     }
  3200.     /**
  3201.      * Gets the private '.service_locator.6E9xidT' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3204.      */
  3205.     protected function get_ServiceLocator_6E9xidTService()
  3206.     {
  3207.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3208.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3209.         ], [
  3210.             'mailer' => '?',
  3211.         ]);
  3212.     }
  3213.     /**
  3214.      * Gets the private '.service_locator.8_SWNv9' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3217.      */
  3218.     protected function get_ServiceLocator_8SWNv9Service()
  3219.     {
  3220.         return $this->privates['.service_locator.8_SWNv9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3221.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3222.             'procoreApi' => ['privates''App\\Tec\\Api\\ProcoreApi''getProcoreApiService'false],
  3223.         ], [
  3224.             'em' => '?',
  3225.             'procoreApi' => 'App\\Tec\\Api\\ProcoreApi',
  3226.         ]);
  3227.     }
  3228.     /**
  3229.      * Gets the private '.service_locator.9hKartc' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3232.      */
  3233.     protected function get_ServiceLocator_9hKartcService()
  3234.     {
  3235.         return $this->privates['.service_locator.9hKartc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3236.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3237.             'mqm' => ['privates''App\\Tec\\MessageQueueManager''getMessageQueueManagerService'false],
  3238.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3239.         ], [
  3240.             'em' => '?',
  3241.             'mqm' => 'App\\Tec\\MessageQueueManager',
  3242.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3243.         ]);
  3244.     }
  3245.     /**
  3246.      * Gets the private '.service_locator.DMmduCI' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3249.      */
  3250.     protected function get_ServiceLocator_DMmduCIService()
  3251.     {
  3252.         return $this->privates['.service_locator.DMmduCI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3253.             'dh' => ['privates''App\\Tec\\DropboxHelper''getDropboxHelperService'false],
  3254.         ], [
  3255.             'dh' => 'App\\Tec\\DropboxHelper',
  3256.         ]);
  3257.     }
  3258.     /**
  3259.      * Gets the private '.service_locator.EHzGyDn' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3262.      */
  3263.     protected function get_ServiceLocator_EHzGyDnService()
  3264.     {
  3265.         return $this->privates['.service_locator.EHzGyDn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3266.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3267.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3268.         ], [
  3269.             'mailer' => '?',
  3270.             'passwordEncoder' => '?',
  3271.         ]);
  3272.     }
  3273.     /**
  3274.      * Gets the private '.service_locator.I6JQG6z' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3277.      */
  3278.     protected function get_ServiceLocator_I6JQG6zService()
  3279.     {
  3280.         return $this->privates['.service_locator.I6JQG6z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3281.             'processor' => ['privates''App\\Tec\\DepartmentProcessor\\CommissioningProcessor''getCommissioningProcessorService'false],
  3282.         ], [
  3283.             'processor' => 'App\\Tec\\DepartmentProcessor\\CommissioningProcessor',
  3284.         ]);
  3285.     }
  3286.     /**
  3287.      * Gets the private '.service_locator.M0j2K4_' shared service.
  3288.      *
  3289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3290.      */
  3291.     protected function get_ServiceLocator_M0j2K4Service()
  3292.     {
  3293.         return $this->privates['.service_locator.M0j2K4_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3294.             'gp' => ['privates''App\\Tec\\DepartmentProcessor\\GraphicsProcessor''getGraphicsProcessorService'false],
  3295.         ], [
  3296.             'gp' => 'App\\Tec\\DepartmentProcessor\\GraphicsProcessor',
  3297.         ]);
  3298.     }
  3299.     /**
  3300.      * Gets the private '.service_locator.MAuBkgZ' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3303.      */
  3304.     protected function get_ServiceLocator_MAuBkgZService()
  3305.     {
  3306.         return $this->privates['.service_locator.MAuBkgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3307.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3308.         ], [
  3309.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3310.         ]);
  3311.     }
  3312.     /**
  3313.      * Gets the private '.service_locator.OunZmMF' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3316.      */
  3317.     protected function get_ServiceLocator_OunZmMFService()
  3318.     {
  3319.         return $this->privates['.service_locator.OunZmMF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3320.             'asanaApi' => ['privates''App\\Tec\\Api\\AsanaApi''getAsanaApiService'false],
  3321.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3322.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3323.         ], [
  3324.             'asanaApi' => 'App\\Tec\\Api\\AsanaApi',
  3325.             'em' => '?',
  3326.             'messageBus' => '?',
  3327.         ]);
  3328.     }
  3329.     /**
  3330.      * Gets the private '.service_locator.PKLCtjI' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3333.      */
  3334.     protected function get_ServiceLocator_PKLCtjIService()
  3335.     {
  3336.         return $this->privates['.service_locator.PKLCtjI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3337.             'dbh' => ['privates''App\\Tec\\DropboxHelper''getDropboxHelperService'false],
  3338.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3339.         ], [
  3340.             'dbh' => 'App\\Tec\\DropboxHelper',
  3341.             'messageBus' => '?',
  3342.         ]);
  3343.     }
  3344.     /**
  3345.      * Gets the private '.service_locator.QcGg7js' shared service.
  3346.      *
  3347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3348.      */
  3349.     protected function get_ServiceLocator_QcGg7jsService()
  3350.     {
  3351.         return $this->privates['.service_locator.QcGg7js'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3352.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3353.             'pusher' => ['privates''App\\Tec\\PusherHelper''getPusherHelperService'false],
  3354.         ], [
  3355.             'em' => '?',
  3356.             'pusher' => 'App\\Tec\\PusherHelper',
  3357.         ]);
  3358.     }
  3359.     /**
  3360.      * Gets the private '.service_locator.SikB4Ma' shared service.
  3361.      *
  3362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3363.      */
  3364.     protected function get_ServiceLocator_SikB4MaService()
  3365.     {
  3366.         return $this->privates['.service_locator.SikB4Ma'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3367.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3368.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3369.         ], [
  3370.             'em' => '?',
  3371.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3372.         ]);
  3373.     }
  3374.     /**
  3375.      * Gets the private '.service_locator.bFOeoB6' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3378.      */
  3379.     protected function get_ServiceLocator_BFOeoB6Service()
  3380.     {
  3381.         return $this->privates['.service_locator.bFOeoB6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3382.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3383.             'htmParser' => ['privates''App\\Tec\\Parser\\Graphics\\HtmParser''getHtmParserService'false],
  3384.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3385.         ], [
  3386.             'em' => '?',
  3387.             'htmParser' => 'App\\Tec\\Parser\\Graphics\\HtmParser',
  3388.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3389.         ]);
  3390.     }
  3391.     /**
  3392.      * Gets the private '.service_locator.bRdave9' shared service.
  3393.      *
  3394.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3395.      */
  3396.     protected function get_ServiceLocator_BRdave9Service()
  3397.     {
  3398.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3399.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  3400.         ], [
  3401.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  3402.         ]);
  3403.     }
  3404.     /**
  3405.      * Gets the private '.service_locator.fTvkwQW' shared service.
  3406.      *
  3407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3408.      */
  3409.     protected function get_ServiceLocator_FTvkwQWService()
  3410.     {
  3411.         return $this->privates['.service_locator.fTvkwQW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3412.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3413.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3414.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3415.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3416.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3417.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3418.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3419.             'router' => ['services''router''getRouterService'false],
  3420.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3421.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3422.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3423.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3424.             'session' => ['services''session''getSessionService'false],
  3425.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3426.         ], [
  3427.             'doctrine' => '?',
  3428.             'form.factory' => '?',
  3429.             'http_kernel' => '?',
  3430.             'message_bus' => '?',
  3431.             'messenger.default_bus' => '?',
  3432.             'parameter_bag' => '?',
  3433.             'request_stack' => '?',
  3434.             'router' => '?',
  3435.             'security.authorization_checker' => '?',
  3436.             'security.csrf.token_manager' => '?',
  3437.             'security.token_storage' => '?',
  3438.             'serializer' => '?',
  3439.             'session' => '?',
  3440.             'twig' => '?',
  3441.         ]);
  3442.     }
  3443.     /**
  3444.      * Gets the private '.service_locator.j2saGzA' shared service.
  3445.      *
  3446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3447.      */
  3448.     protected function get_ServiceLocator_J2saGzAService()
  3449.     {
  3450.         return $this->privates['.service_locator.j2saGzA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3451.             'ph' => ['privates''App\\Tec\\PusherHelper''getPusherHelperService'false],
  3452.             'processor' => ['privates''App\\Tec\\DepartmentProcessor\\CommissioningProcessor''getCommissioningProcessorService'false],
  3453.             'tm' => ['privates''App\\Tec\\Transport\\TransportManager''getTransportManagerService'false],
  3454.         ], [
  3455.             'ph' => 'App\\Tec\\PusherHelper',
  3456.             'processor' => 'App\\Tec\\DepartmentProcessor\\CommissioningProcessor',
  3457.             'tm' => 'App\\Tec\\Transport\\TransportManager',
  3458.         ]);
  3459.     }
  3460.     /**
  3461.      * Gets the private '.service_locator.kfzAe_1' shared service.
  3462.      *
  3463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3464.      */
  3465.     protected function get_ServiceLocator_KfzAe1Service()
  3466.     {
  3467.         return $this->privates['.service_locator.kfzAe_1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3468.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  3469.         ], [
  3470.             'messageBus' => '?',
  3471.         ]);
  3472.     }
  3473.     /**
  3474.      * Gets the private '.service_locator.o9PoTdu' shared service.
  3475.      *
  3476.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3477.      */
  3478.     protected function get_ServiceLocator_O9PoTduService()
  3479.     {
  3480.         return $this->privates['.service_locator.o9PoTdu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3481.             'asanaApi' => ['privates''App\\Tec\\Api\\AsanaApi''getAsanaApiService'false],
  3482.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3483.         ], [
  3484.             'asanaApi' => 'App\\Tec\\Api\\AsanaApi',
  3485.             'em' => '?',
  3486.         ]);
  3487.     }
  3488.     /**
  3489.      * Gets the private '.service_locator.qO.A4ZL' shared service.
  3490.      *
  3491.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3492.      */
  3493.     protected function get_ServiceLocator_QO_A4ZLService()
  3494.     {
  3495.         return $this->privates['.service_locator.qO.A4ZL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3496.             'dbh' => ['privates''App\\Tec\\DropboxHelper''getDropboxHelperService'false],
  3497.         ], [
  3498.             'dbh' => 'App\\Tec\\DropboxHelper',
  3499.         ]);
  3500.     }
  3501.     /**
  3502.      * Gets the private '.service_locator.qoFK_9b' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3505.      */
  3506.     protected function get_ServiceLocator_QoFK9bService()
  3507.     {
  3508.         return $this->privates['.service_locator.qoFK_9b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3509.             'App\\Controller\\AjaxController::ajaxCompareDatesAction' => ['privates''.service_locator.4WXimH9''get_ServiceLocator_4WXimH9Service'false],
  3510.             'App\\Controller\\ApiController::apiNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3511.             'App\\Controller\\ApiController::constructionProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3512.             'App\\Controller\\ApiController::electricalLineItemsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3513.             'App\\Controller\\ApiController::engineeringDocumentsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3514.             'App\\Controller\\ApiController::engineeringDocumentsProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3515.             'App\\Controller\\ApiController::expireToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3516.             'App\\Controller\\ApiController::installationsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3517.             'App\\Controller\\ApiController::reformattedScreens' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3518.             'App\\Controller\\ApiController::refreshToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3519.             'App\\Controller\\ApiController::retireToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3520.             'App\\Controller\\ApiController::totalProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3521.             'App\\Controller\\ApiController::updateEngineeringDocumentsFromProcore' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3522.             'App\\Controller\\ApiController::updatePanelFabricationData' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3523.             'App\\Controller\\ApiController::usersLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3524.             'App\\Controller\\AsanaController::findAsanaProjectGid' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3525.             'App\\Controller\\AsanaController::updateScreensFromAsana' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3526.             'App\\Controller\\AsanaController::updateTaskFromAsana' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3527.             'App\\Controller\\CommissioningController::commissioningProcessAction' => ['privates''.service_locator.2ohEz.z''get_ServiceLocator_2ohEz_ZService'false],
  3528.             'App\\Controller\\CommissioningController::commissioningProjectsListAction' => ['privates''.service_locator.I6JQG6z''get_ServiceLocator_I6JQG6zService'false],
  3529.             'App\\Controller\\CommissioningController::getEntityAction' => ['privates''.service_locator.j2saGzA''get_ServiceLocator_J2saGzAService'false],
  3530.             'App\\Controller\\ControllerController::deprecated_viewControllerAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3531.             'App\\Controller\\ControllerController::projectControllerJsonAction' => ['privates''.service_locator.txXIzDe''get_ServiceLocator_TxXIzDeService'false],
  3532.             'App\\Controller\\ControllerController::tabulatorListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3533.             'App\\Controller\\ControllerController::viewControllerAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3534.             'App\\Controller\\DevelopController::developViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3535.             'App\\Controller\\DropboxController::dropboxCallbackAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3536.             'App\\Controller\\DropboxController::dropboxLoginAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3537.             'App\\Controller\\DropboxController::dropboxTestAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3538.             'App\\Controller\\FacilityAjaxController::ajaxNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3539.             'App\\Controller\\FacilityController::facilityViewAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3540.             'App\\Controller\\NetworkInstallationAjaxController::ajaxCreateUpdateNetworkInstallationAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3541.             'App\\Controller\\NetworkInstallationAjaxController::ajaxNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3542.             'App\\Controller\\NetworkInstallationController::commissioningProjectViewAction' => ['privates''.service_locator.wGDW.Uk''get_ServiceLocator_WGDW_UkService'false],
  3543.             'App\\Controller\\NetworkInstallationController::networkInstallationListAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3544.             'App\\Controller\\NetworkInstallationController::networkInstallationViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3545.             'App\\Controller\\NetworkInstallationController::new_networkInstallationListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3546.             'App\\Controller\\PanelController::panelViewAction' => ['privates''.service_locator.532J6_I''get_ServiceLocator_532J6IService'false],
  3547.             'App\\Controller\\ProcessController::processAction' => ['privates''.service_locator.9hKartc''get_ServiceLocator_9hKartcService'false],
  3548.             'App\\Controller\\ProcessingController::dropboxWebhookAction' => ['privates''.service_locator.PKLCtjI''get_ServiceLocator_PKLCtjIService'false],
  3549.             'App\\Controller\\ProcessingController::resetDropboxCursorAction' => ['privates''.service_locator.PKLCtjI''get_ServiceLocator_PKLCtjIService'false],
  3550.             'App\\Controller\\ProcessingController::sendDropboxFolderToQueueAction' => ['privates''.service_locator.kfzAe_1''get_ServiceLocator_KfzAe1Service'false],
  3551.             'App\\Controller\\ProcoreController::updateElectricalLineItems' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3552.             'App\\Controller\\ProcoreController::updateElectricalLineItemsFromProcore' => ['privates''.service_locator.8_SWNv9''get_ServiceLocator_8SWNv9Service'false],
  3553.             'App\\Controller\\ProcoreController::updateEngineeringDocuments' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3554.             'App\\Controller\\ProcoreController::updateEngineeringDocumentsFromProcore' => ['privates''.service_locator.8_SWNv9''get_ServiceLocator_8SWNv9Service'false],
  3555.             'App\\Controller\\ProjectController::ajaxCreateUpdateProjectAction' => ['privates''.service_locator.DMmduCI''get_ServiceLocator_DMmduCIService'false],
  3556.             'App\\Controller\\ProjectController::commissioningProjectViewAction' => ['privates''.service_locator.wGDW.Uk''get_ServiceLocator_WGDW_UkService'false],
  3557.             'App\\Controller\\ProjectController::projectListAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3558.             'App\\Controller\\ProjectController::projectViewAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3559.             'App\\Controller\\RegistrationController::forgotAction' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  3560.             'App\\Controller\\RegistrationController::forgotReturnAction' => ['privates''.service_locator.EHzGyDn''get_ServiceLocator_EHzGyDnService'false],
  3561.             'App\\Controller\\RegistrationController::registerAction' => ['privates''.service_locator.txO.fUr''get_ServiceLocator_TxO_FUrService'false],
  3562.             'App\\Controller\\ScreenController::screenViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3563.             'App\\Controller\\ScreenController::screensOverViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3564.             'App\\Controller\\ScreenController::tabulatorScreenViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3565.             'App\\Controller\\ScreenController::tabulatorScreensListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3566.             'App\\Controller\\SecurityController::apiLogin' => ['privates''.service_locator.1vZ0U5L''get_ServiceLocator_1vZ0U5LService'false],
  3567.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  3568.             'App\\Controller\\SecurityController::tokenRefresh' => ['privates''.service_locator.1vZ0U5L''get_ServiceLocator_1vZ0U5LService'false],
  3569.             'App\\Controller\\ShapeController::shapeViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3570.             'App\\Controller\\TabulatorController::tabulatorGetFolderFiles' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3571.             'App\\Controller\\TabulatorController::tabulatorListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3572.             'App\\Controller\\TerminalUnitController::terminalUnitGroupViewAction' => ['privates''.service_locator.532J6_I''get_ServiceLocator_532J6IService'false],
  3573.             'App\\Controller\\TestController::interfaceTestAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3574.             'App\\Controller\\TestController::messageQueueAction' => ['privates''.service_locator.31IzIp2''get_ServiceLocator_31IzIp2Service'false],
  3575.             'App\\Controller\\TestController::sendEmail' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  3576.             'App\\Controller\\TestController::testGraphicsParserAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3577.             'App\\Controller\\TestController::testGraphicsScreensParserAction' => ['privates''.service_locator.bFOeoB6''get_ServiceLocator_BFOeoB6Service'false],
  3578.             'App\\Controller\\TestController::testParseNavAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3579.             'App\\Controller\\TestController::testPusherAction' => ['privates''.service_locator.QcGg7js''get_ServiceLocator_QcGg7jsService'false],
  3580.             'App\\Controller\\UserAjaxController::ajaxUserValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3581.             'App\\Controller\\WebhookController::handleAsanaWebhook' => ['privates''.service_locator.OunZmMF''get_ServiceLocator_OunZmMFService'false],
  3582.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3583.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3584.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  3585.             'App\\Controller\\AjaxController:ajaxCompareDatesAction' => ['privates''.service_locator.4WXimH9''get_ServiceLocator_4WXimH9Service'false],
  3586.             'App\\Controller\\ApiController:apiNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3587.             'App\\Controller\\ApiController:constructionProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3588.             'App\\Controller\\ApiController:electricalLineItemsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3589.             'App\\Controller\\ApiController:engineeringDocumentsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3590.             'App\\Controller\\ApiController:engineeringDocumentsProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3591.             'App\\Controller\\ApiController:expireToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3592.             'App\\Controller\\ApiController:installationsLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3593.             'App\\Controller\\ApiController:reformattedScreens' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3594.             'App\\Controller\\ApiController:refreshToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3595.             'App\\Controller\\ApiController:retireToken' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3596.             'App\\Controller\\ApiController:totalProgress' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3597.             'App\\Controller\\ApiController:updateEngineeringDocumentsFromProcore' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3598.             'App\\Controller\\ApiController:updatePanelFabricationData' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3599.             'App\\Controller\\ApiController:usersLastRefresh' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3600.             'App\\Controller\\AsanaController:findAsanaProjectGid' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3601.             'App\\Controller\\AsanaController:updateScreensFromAsana' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3602.             'App\\Controller\\AsanaController:updateTaskFromAsana' => ['privates''.service_locator.o9PoTdu''get_ServiceLocator_O9PoTduService'false],
  3603.             'App\\Controller\\CommissioningController:commissioningProcessAction' => ['privates''.service_locator.2ohEz.z''get_ServiceLocator_2ohEz_ZService'false],
  3604.             'App\\Controller\\CommissioningController:commissioningProjectsListAction' => ['privates''.service_locator.I6JQG6z''get_ServiceLocator_I6JQG6zService'false],
  3605.             'App\\Controller\\CommissioningController:getEntityAction' => ['privates''.service_locator.j2saGzA''get_ServiceLocator_J2saGzAService'false],
  3606.             'App\\Controller\\ControllerController:deprecated_viewControllerAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3607.             'App\\Controller\\ControllerController:projectControllerJsonAction' => ['privates''.service_locator.txXIzDe''get_ServiceLocator_TxXIzDeService'false],
  3608.             'App\\Controller\\ControllerController:tabulatorListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3609.             'App\\Controller\\ControllerController:viewControllerAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3610.             'App\\Controller\\DevelopController:developViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3611.             'App\\Controller\\DropboxController:dropboxCallbackAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3612.             'App\\Controller\\DropboxController:dropboxLoginAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3613.             'App\\Controller\\DropboxController:dropboxTestAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3614.             'App\\Controller\\FacilityAjaxController:ajaxNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3615.             'App\\Controller\\FacilityController:facilityViewAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3616.             'App\\Controller\\NetworkInstallationAjaxController:ajaxCreateUpdateNetworkInstallationAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3617.             'App\\Controller\\NetworkInstallationAjaxController:ajaxNetworkInstallationValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3618.             'App\\Controller\\NetworkInstallationController:commissioningProjectViewAction' => ['privates''.service_locator.wGDW.Uk''get_ServiceLocator_WGDW_UkService'false],
  3619.             'App\\Controller\\NetworkInstallationController:networkInstallationListAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3620.             'App\\Controller\\NetworkInstallationController:networkInstallationViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3621.             'App\\Controller\\NetworkInstallationController:new_networkInstallationListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3622.             'App\\Controller\\PanelController:panelViewAction' => ['privates''.service_locator.532J6_I''get_ServiceLocator_532J6IService'false],
  3623.             'App\\Controller\\ProcessController:processAction' => ['privates''.service_locator.9hKartc''get_ServiceLocator_9hKartcService'false],
  3624.             'App\\Controller\\ProcessingController:dropboxWebhookAction' => ['privates''.service_locator.PKLCtjI''get_ServiceLocator_PKLCtjIService'false],
  3625.             'App\\Controller\\ProcessingController:resetDropboxCursorAction' => ['privates''.service_locator.PKLCtjI''get_ServiceLocator_PKLCtjIService'false],
  3626.             'App\\Controller\\ProcessingController:sendDropboxFolderToQueueAction' => ['privates''.service_locator.kfzAe_1''get_ServiceLocator_KfzAe1Service'false],
  3627.             'App\\Controller\\ProcoreController:updateElectricalLineItems' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3628.             'App\\Controller\\ProcoreController:updateElectricalLineItemsFromProcore' => ['privates''.service_locator.8_SWNv9''get_ServiceLocator_8SWNv9Service'false],
  3629.             'App\\Controller\\ProcoreController:updateEngineeringDocuments' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3630.             'App\\Controller\\ProcoreController:updateEngineeringDocumentsFromProcore' => ['privates''.service_locator.8_SWNv9''get_ServiceLocator_8SWNv9Service'false],
  3631.             'App\\Controller\\ProjectController:ajaxCreateUpdateProjectAction' => ['privates''.service_locator.DMmduCI''get_ServiceLocator_DMmduCIService'false],
  3632.             'App\\Controller\\ProjectController:commissioningProjectViewAction' => ['privates''.service_locator.wGDW.Uk''get_ServiceLocator_WGDW_UkService'false],
  3633.             'App\\Controller\\ProjectController:projectListAction' => ['privates''.service_locator.M0j2K4_''get_ServiceLocator_M0j2K4Service'false],
  3634.             'App\\Controller\\ProjectController:projectViewAction' => ['privates''.service_locator.qO.A4ZL''get_ServiceLocator_QO_A4ZLService'false],
  3635.             'App\\Controller\\RegistrationController:forgotAction' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  3636.             'App\\Controller\\RegistrationController:forgotReturnAction' => ['privates''.service_locator.EHzGyDn''get_ServiceLocator_EHzGyDnService'false],
  3637.             'App\\Controller\\RegistrationController:registerAction' => ['privates''.service_locator.txO.fUr''get_ServiceLocator_TxO_FUrService'false],
  3638.             'App\\Controller\\ScreenController:screenViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3639.             'App\\Controller\\ScreenController:screensOverViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3640.             'App\\Controller\\ScreenController:tabulatorScreenViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3641.             'App\\Controller\\ScreenController:tabulatorScreensListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3642.             'App\\Controller\\SecurityController:apiLogin' => ['privates''.service_locator.1vZ0U5L''get_ServiceLocator_1vZ0U5LService'false],
  3643.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  3644.             'App\\Controller\\SecurityController:tokenRefresh' => ['privates''.service_locator.1vZ0U5L''get_ServiceLocator_1vZ0U5LService'false],
  3645.             'App\\Controller\\ShapeController:shapeViewAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3646.             'App\\Controller\\TabulatorController:tabulatorGetFolderFiles' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3647.             'App\\Controller\\TabulatorController:tabulatorListAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3648.             'App\\Controller\\TerminalUnitController:terminalUnitGroupViewAction' => ['privates''.service_locator.532J6_I''get_ServiceLocator_532J6IService'false],
  3649.             'App\\Controller\\TestController:interfaceTestAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3650.             'App\\Controller\\TestController:messageQueueAction' => ['privates''.service_locator.31IzIp2''get_ServiceLocator_31IzIp2Service'false],
  3651.             'App\\Controller\\TestController:sendEmail' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  3652.             'App\\Controller\\TestController:testGraphicsParserAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3653.             'App\\Controller\\TestController:testGraphicsScreensParserAction' => ['privates''.service_locator.bFOeoB6''get_ServiceLocator_BFOeoB6Service'false],
  3654.             'App\\Controller\\TestController:testParseNavAction' => ['privates''.service_locator.SikB4Ma''get_ServiceLocator_SikB4MaService'false],
  3655.             'App\\Controller\\TestController:testPusherAction' => ['privates''.service_locator.QcGg7js''get_ServiceLocator_QcGg7jsService'false],
  3656.             'App\\Controller\\UserAjaxController:ajaxUserValidateFieldAction' => ['privates''.service_locator.MAuBkgZ''get_ServiceLocator_MAuBkgZService'false],
  3657.             'App\\Controller\\WebhookController:handleAsanaWebhook' => ['privates''.service_locator.OunZmMF''get_ServiceLocator_OunZmMFService'false],
  3658.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3659.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3660.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  3661.         ], [
  3662.             'App\\Controller\\AjaxController::ajaxCompareDatesAction' => '?',
  3663.             'App\\Controller\\ApiController::apiNetworkInstallationValidateFieldAction' => '?',
  3664.             'App\\Controller\\ApiController::constructionProgress' => '?',
  3665.             'App\\Controller\\ApiController::electricalLineItemsLastRefresh' => '?',
  3666.             'App\\Controller\\ApiController::engineeringDocumentsLastRefresh' => '?',
  3667.             'App\\Controller\\ApiController::engineeringDocumentsProgress' => '?',
  3668.             'App\\Controller\\ApiController::expireToken' => '?',
  3669.             'App\\Controller\\ApiController::installationsLastRefresh' => '?',
  3670.             'App\\Controller\\ApiController::reformattedScreens' => '?',
  3671.             'App\\Controller\\ApiController::refreshToken' => '?',
  3672.             'App\\Controller\\ApiController::retireToken' => '?',
  3673.             'App\\Controller\\ApiController::totalProgress' => '?',
  3674.             'App\\Controller\\ApiController::updateEngineeringDocumentsFromProcore' => '?',
  3675.             'App\\Controller\\ApiController::updatePanelFabricationData' => '?',
  3676.             'App\\Controller\\ApiController::usersLastRefresh' => '?',
  3677.             'App\\Controller\\AsanaController::findAsanaProjectGid' => '?',
  3678.             'App\\Controller\\AsanaController::updateScreensFromAsana' => '?',
  3679.             'App\\Controller\\AsanaController::updateTaskFromAsana' => '?',
  3680.             'App\\Controller\\CommissioningController::commissioningProcessAction' => '?',
  3681.             'App\\Controller\\CommissioningController::commissioningProjectsListAction' => '?',
  3682.             'App\\Controller\\CommissioningController::getEntityAction' => '?',
  3683.             'App\\Controller\\ControllerController::deprecated_viewControllerAction' => '?',
  3684.             'App\\Controller\\ControllerController::projectControllerJsonAction' => '?',
  3685.             'App\\Controller\\ControllerController::tabulatorListAction' => '?',
  3686.             'App\\Controller\\ControllerController::viewControllerAction' => '?',
  3687.             'App\\Controller\\DevelopController::developViewAction' => '?',
  3688.             'App\\Controller\\DropboxController::dropboxCallbackAction' => '?',
  3689.             'App\\Controller\\DropboxController::dropboxLoginAction' => '?',
  3690.             'App\\Controller\\DropboxController::dropboxTestAction' => '?',
  3691.             'App\\Controller\\FacilityAjaxController::ajaxNetworkInstallationValidateFieldAction' => '?',
  3692.             'App\\Controller\\FacilityController::facilityViewAction' => '?',
  3693.             'App\\Controller\\NetworkInstallationAjaxController::ajaxCreateUpdateNetworkInstallationAction' => '?',
  3694.             'App\\Controller\\NetworkInstallationAjaxController::ajaxNetworkInstallationValidateFieldAction' => '?',
  3695.             'App\\Controller\\NetworkInstallationController::commissioningProjectViewAction' => '?',
  3696.             'App\\Controller\\NetworkInstallationController::networkInstallationListAction' => '?',
  3697.             'App\\Controller\\NetworkInstallationController::networkInstallationViewAction' => '?',
  3698.             'App\\Controller\\NetworkInstallationController::new_networkInstallationListAction' => '?',
  3699.             'App\\Controller\\PanelController::panelViewAction' => '?',
  3700.             'App\\Controller\\ProcessController::processAction' => '?',
  3701.             'App\\Controller\\ProcessingController::dropboxWebhookAction' => '?',
  3702.             'App\\Controller\\ProcessingController::resetDropboxCursorAction' => '?',
  3703.             'App\\Controller\\ProcessingController::sendDropboxFolderToQueueAction' => '?',
  3704.             'App\\Controller\\ProcoreController::updateElectricalLineItems' => '?',
  3705.             'App\\Controller\\ProcoreController::updateElectricalLineItemsFromProcore' => '?',
  3706.             'App\\Controller\\ProcoreController::updateEngineeringDocuments' => '?',
  3707.             'App\\Controller\\ProcoreController::updateEngineeringDocumentsFromProcore' => '?',
  3708.             'App\\Controller\\ProjectController::ajaxCreateUpdateProjectAction' => '?',
  3709.             'App\\Controller\\ProjectController::commissioningProjectViewAction' => '?',
  3710.             'App\\Controller\\ProjectController::projectListAction' => '?',
  3711.             'App\\Controller\\ProjectController::projectViewAction' => '?',
  3712.             'App\\Controller\\RegistrationController::forgotAction' => '?',
  3713.             'App\\Controller\\RegistrationController::forgotReturnAction' => '?',
  3714.             'App\\Controller\\RegistrationController::registerAction' => '?',
  3715.             'App\\Controller\\ScreenController::screenViewAction' => '?',
  3716.             'App\\Controller\\ScreenController::screensOverViewAction' => '?',
  3717.             'App\\Controller\\ScreenController::tabulatorScreenViewAction' => '?',
  3718.             'App\\Controller\\ScreenController::tabulatorScreensListAction' => '?',
  3719.             'App\\Controller\\SecurityController::apiLogin' => '?',
  3720.             'App\\Controller\\SecurityController::login' => '?',
  3721.             'App\\Controller\\SecurityController::tokenRefresh' => '?',
  3722.             'App\\Controller\\ShapeController::shapeViewAction' => '?',
  3723.             'App\\Controller\\TabulatorController::tabulatorGetFolderFiles' => '?',
  3724.             'App\\Controller\\TabulatorController::tabulatorListAction' => '?',
  3725.             'App\\Controller\\TerminalUnitController::terminalUnitGroupViewAction' => '?',
  3726.             'App\\Controller\\TestController::interfaceTestAction' => '?',
  3727.             'App\\Controller\\TestController::messageQueueAction' => '?',
  3728.             'App\\Controller\\TestController::sendEmail' => '?',
  3729.             'App\\Controller\\TestController::testGraphicsParserAction' => '?',
  3730.             'App\\Controller\\TestController::testGraphicsScreensParserAction' => '?',
  3731.             'App\\Controller\\TestController::testParseNavAction' => '?',
  3732.             'App\\Controller\\TestController::testPusherAction' => '?',
  3733.             'App\\Controller\\UserAjaxController::ajaxUserValidateFieldAction' => '?',
  3734.             'App\\Controller\\WebhookController::handleAsanaWebhook' => '?',
  3735.             'kernel::loadRoutes' => '?',
  3736.             'kernel::registerContainerConfiguration' => '?',
  3737.             'kernel::terminate' => '?',
  3738.             'App\\Controller\\AjaxController:ajaxCompareDatesAction' => '?',
  3739.             'App\\Controller\\ApiController:apiNetworkInstallationValidateFieldAction' => '?',
  3740.             'App\\Controller\\ApiController:constructionProgress' => '?',
  3741.             'App\\Controller\\ApiController:electricalLineItemsLastRefresh' => '?',
  3742.             'App\\Controller\\ApiController:engineeringDocumentsLastRefresh' => '?',
  3743.             'App\\Controller\\ApiController:engineeringDocumentsProgress' => '?',
  3744.             'App\\Controller\\ApiController:expireToken' => '?',
  3745.             'App\\Controller\\ApiController:installationsLastRefresh' => '?',
  3746.             'App\\Controller\\ApiController:reformattedScreens' => '?',
  3747.             'App\\Controller\\ApiController:refreshToken' => '?',
  3748.             'App\\Controller\\ApiController:retireToken' => '?',
  3749.             'App\\Controller\\ApiController:totalProgress' => '?',
  3750.             'App\\Controller\\ApiController:updateEngineeringDocumentsFromProcore' => '?',
  3751.             'App\\Controller\\ApiController:updatePanelFabricationData' => '?',
  3752.             'App\\Controller\\ApiController:usersLastRefresh' => '?',
  3753.             'App\\Controller\\AsanaController:findAsanaProjectGid' => '?',
  3754.             'App\\Controller\\AsanaController:updateScreensFromAsana' => '?',
  3755.             'App\\Controller\\AsanaController:updateTaskFromAsana' => '?',
  3756.             'App\\Controller\\CommissioningController:commissioningProcessAction' => '?',
  3757.             'App\\Controller\\CommissioningController:commissioningProjectsListAction' => '?',
  3758.             'App\\Controller\\CommissioningController:getEntityAction' => '?',
  3759.             'App\\Controller\\ControllerController:deprecated_viewControllerAction' => '?',
  3760.             'App\\Controller\\ControllerController:projectControllerJsonAction' => '?',
  3761.             'App\\Controller\\ControllerController:tabulatorListAction' => '?',
  3762.             'App\\Controller\\ControllerController:viewControllerAction' => '?',
  3763.             'App\\Controller\\DevelopController:developViewAction' => '?',
  3764.             'App\\Controller\\DropboxController:dropboxCallbackAction' => '?',
  3765.             'App\\Controller\\DropboxController:dropboxLoginAction' => '?',
  3766.             'App\\Controller\\DropboxController:dropboxTestAction' => '?',
  3767.             'App\\Controller\\FacilityAjaxController:ajaxNetworkInstallationValidateFieldAction' => '?',
  3768.             'App\\Controller\\FacilityController:facilityViewAction' => '?',
  3769.             'App\\Controller\\NetworkInstallationAjaxController:ajaxCreateUpdateNetworkInstallationAction' => '?',
  3770.             'App\\Controller\\NetworkInstallationAjaxController:ajaxNetworkInstallationValidateFieldAction' => '?',
  3771.             'App\\Controller\\NetworkInstallationController:commissioningProjectViewAction' => '?',
  3772.             'App\\Controller\\NetworkInstallationController:networkInstallationListAction' => '?',
  3773.             'App\\Controller\\NetworkInstallationController:networkInstallationViewAction' => '?',
  3774.             'App\\Controller\\NetworkInstallationController:new_networkInstallationListAction' => '?',
  3775.             'App\\Controller\\PanelController:panelViewAction' => '?',
  3776.             'App\\Controller\\ProcessController:processAction' => '?',
  3777.             'App\\Controller\\ProcessingController:dropboxWebhookAction' => '?',
  3778.             'App\\Controller\\ProcessingController:resetDropboxCursorAction' => '?',
  3779.             'App\\Controller\\ProcessingController:sendDropboxFolderToQueueAction' => '?',
  3780.             'App\\Controller\\ProcoreController:updateElectricalLineItems' => '?',
  3781.             'App\\Controller\\ProcoreController:updateElectricalLineItemsFromProcore' => '?',
  3782.             'App\\Controller\\ProcoreController:updateEngineeringDocuments' => '?',
  3783.             'App\\Controller\\ProcoreController:updateEngineeringDocumentsFromProcore' => '?',
  3784.             'App\\Controller\\ProjectController:ajaxCreateUpdateProjectAction' => '?',
  3785.             'App\\Controller\\ProjectController:commissioningProjectViewAction' => '?',
  3786.             'App\\Controller\\ProjectController:projectListAction' => '?',
  3787.             'App\\Controller\\ProjectController:projectViewAction' => '?',
  3788.             'App\\Controller\\RegistrationController:forgotAction' => '?',
  3789.             'App\\Controller\\RegistrationController:forgotReturnAction' => '?',
  3790.             'App\\Controller\\RegistrationController:registerAction' => '?',
  3791.             'App\\Controller\\ScreenController:screenViewAction' => '?',
  3792.             'App\\Controller\\ScreenController:screensOverViewAction' => '?',
  3793.             'App\\Controller\\ScreenController:tabulatorScreenViewAction' => '?',
  3794.             'App\\Controller\\ScreenController:tabulatorScreensListAction' => '?',
  3795.             'App\\Controller\\SecurityController:apiLogin' => '?',
  3796.             'App\\Controller\\SecurityController:login' => '?',
  3797.             'App\\Controller\\SecurityController:tokenRefresh' => '?',
  3798.             'App\\Controller\\ShapeController:shapeViewAction' => '?',
  3799.             'App\\Controller\\TabulatorController:tabulatorGetFolderFiles' => '?',
  3800.             'App\\Controller\\TabulatorController:tabulatorListAction' => '?',
  3801.             'App\\Controller\\TerminalUnitController:terminalUnitGroupViewAction' => '?',
  3802.             'App\\Controller\\TestController:interfaceTestAction' => '?',
  3803.             'App\\Controller\\TestController:messageQueueAction' => '?',
  3804.             'App\\Controller\\TestController:sendEmail' => '?',
  3805.             'App\\Controller\\TestController:testGraphicsParserAction' => '?',
  3806.             'App\\Controller\\TestController:testGraphicsScreensParserAction' => '?',
  3807.             'App\\Controller\\TestController:testParseNavAction' => '?',
  3808.             'App\\Controller\\TestController:testPusherAction' => '?',
  3809.             'App\\Controller\\UserAjaxController:ajaxUserValidateFieldAction' => '?',
  3810.             'App\\Controller\\WebhookController:handleAsanaWebhook' => '?',
  3811.             'kernel:loadRoutes' => '?',
  3812.             'kernel:registerContainerConfiguration' => '?',
  3813.             'kernel:terminate' => '?',
  3814.         ]);
  3815.     }
  3816.     /**
  3817.      * Gets the private '.service_locator.t6i3vFk' shared service.
  3818.      *
  3819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3820.      */
  3821.     protected function get_ServiceLocator_T6i3vFkService()
  3822.     {
  3823.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3824.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3825.         ], [
  3826.             'em' => '?',
  3827.         ]);
  3828.     }
  3829.     /**
  3830.      * Gets the private '.service_locator.txO.fUr' shared service.
  3831.      *
  3832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3833.      */
  3834.     protected function get_ServiceLocator_TxO_FUrService()
  3835.     {
  3836.         return $this->privates['.service_locator.txO.fUr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3837.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3838.             'recaptcha2' => ['privates''App\\Security\\Recaptcha2''getRecaptcha2Service'false],
  3839.         ], [
  3840.             'mailer' => '?',
  3841.             'recaptcha2' => 'App\\Security\\Recaptcha2',
  3842.         ]);
  3843.     }
  3844.     /**
  3845.      * Gets the private '.service_locator.txXIzDe' shared service.
  3846.      *
  3847.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3848.      */
  3849.     protected function get_ServiceLocator_TxXIzDeService()
  3850.     {
  3851.         return $this->privates['.service_locator.txXIzDe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3852.             'converter' => ['privates''App\\Tec\\DatatablesConverter''getDatatablesConverterService'false],
  3853.         ], [
  3854.             'converter' => 'App\\Tec\\DatatablesConverter',
  3855.         ]);
  3856.     }
  3857.     /**
  3858.      * Gets the private '.service_locator.wGDW.Uk' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3861.      */
  3862.     protected function get_ServiceLocator_WGDW_UkService()
  3863.     {
  3864.         return $this->privates['.service_locator.wGDW.Uk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3865.             'commissioningProcessor' => ['privates''App\\Tec\\DepartmentProcessor\\CommissioningProcessor''getCommissioningProcessorService'false],
  3866.             'dbh' => ['privates''App\\Tec\\DropboxHelper''getDropboxHelperService'false],
  3867.         ], [
  3868.             'commissioningProcessor' => 'App\\Tec\\DepartmentProcessor\\CommissioningProcessor',
  3869.             'dbh' => 'App\\Tec\\DropboxHelper',
  3870.         ]);
  3871.     }
  3872.     /**
  3873.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3874.      *
  3875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3876.      */
  3877.     protected function get_ServiceLocator_XUrKPVUService()
  3878.     {
  3879.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3880.             '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", "api_platform.route_loader.legacy".'],
  3881.         ], [
  3882.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3883.         ]);
  3884.     }
  3885.     /**
  3886.      * Gets the private '.service_locator.zFY03cm' shared service.
  3887.      *
  3888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3889.      */
  3890.     protected function get_ServiceLocator_ZFY03cmService()
  3891.     {
  3892.         return $this->privates['.service_locator.zFY03cm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3893.             'async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  3894.             'async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  3895.             'async_priority_medium' => ['privates''messenger.transport.async_priority_medium''getMessenger_Transport_AsyncPriorityMediumService'false],
  3896.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3897.             'messenger.transport.async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  3898.             'messenger.transport.async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  3899.             'messenger.transport.async_priority_medium' => ['privates''messenger.transport.async_priority_medium''getMessenger_Transport_AsyncPriorityMediumService'false],
  3900.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3901.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  3902.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  3903.         ], [
  3904.             'async_priority_high' => '?',
  3905.             'async_priority_low' => '?',
  3906.             'async_priority_medium' => '?',
  3907.             'failed' => '?',
  3908.             'messenger.transport.async_priority_high' => '?',
  3909.             'messenger.transport.async_priority_low' => '?',
  3910.             'messenger.transport.async_priority_medium' => '?',
  3911.             'messenger.transport.failed' => '?',
  3912.             'messenger.transport.sync' => '?',
  3913.             'sync' => '?',
  3914.         ]);
  3915.     }
  3916.     /**
  3917.      * Gets the private '.service_locator.zFcJjKU' shared service.
  3918.      *
  3919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3920.      */
  3921.     protected function get_ServiceLocator_ZFcJjKUService()
  3922.     {
  3923.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3924.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3925.         ], [
  3926.             'authenticationUtils' => '?',
  3927.         ]);
  3928.     }
  3929.     /**
  3930.      * Gets the private 'App\Command\AsanaGalaxyCommand' shared autowired service.
  3931.      *
  3932.      * @return \App\Command\AsanaGalaxyCommand
  3933.      */
  3934.     protected function getAsanaGalaxyCommandService()
  3935.     {
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3937.         include_once \dirname(__DIR__4).'/src/Command/AsanaGalaxyCommand.php';
  3938.         $this->privates['App\\Command\\AsanaGalaxyCommand'] = $instance = new \App\Command\AsanaGalaxyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\Api\\AsanaApi'] ?? $this->getAsanaApiService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3939.         $instance->setName('app:galaxy-asana-graphics');
  3940.         return $instance;
  3941.     }
  3942.     /**
  3943.      * Gets the private 'App\Command\CollectDataCommand' shared autowired service.
  3944.      *
  3945.      * @return \App\Command\CollectDataCommand
  3946.      */
  3947.     protected function getCollectDataCommandService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3950.         include_once \dirname(__DIR__4).'/src/Command/CollectDataCommand.php';
  3951.         $this->privates['App\\Command\\CollectDataCommand'] = $instance = new \App\Command\CollectDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3952.         $instance->setName('app:collect-data');
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the private 'App\Form\Type\FacilityDetailsType' shared autowired service.
  3957.      *
  3958.      * @return \App\Form\Type\FacilityDetailsType
  3959.      */
  3960.     protected function getFacilityDetailsTypeService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3964.         include_once \dirname(__DIR__4).'/src/Form/Type/FacilityDetailsType.php';
  3965.         return $this->privates['App\\Form\\Type\\FacilityDetailsType'] = new \App\Form\Type\FacilityDetailsType();
  3966.     }
  3967.     /**
  3968.      * Gets the private 'App\Form\Type\FacilityType' shared autowired service.
  3969.      *
  3970.      * @return \App\Form\Type\FacilityType
  3971.      */
  3972.     protected function getFacilityTypeService()
  3973.     {
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3976.         include_once \dirname(__DIR__4).'/src/Form/Type/FacilityType.php';
  3977.         return $this->privates['App\\Form\\Type\\FacilityType'] = new \App\Form\Type\FacilityType();
  3978.     }
  3979.     /**
  3980.      * Gets the private 'App\Form\Type\FacilityWorkstationType' shared autowired service.
  3981.      *
  3982.      * @return \App\Form\Type\FacilityWorkstationType
  3983.      */
  3984.     protected function getFacilityWorkstationTypeService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3988.         include_once \dirname(__DIR__4).'/src/Form/Type/FacilityWorkstationType.php';
  3989.         return $this->privates['App\\Form\\Type\\FacilityWorkstationType'] = new \App\Form\Type\FacilityWorkstationType();
  3990.     }
  3991.     /**
  3992.      * Gets the private 'App\Form\Type\NetworkInstallationType' shared autowired service.
  3993.      *
  3994.      * @return \App\Form\Type\NetworkInstallationType
  3995.      */
  3996.     protected function getNetworkInstallationTypeService()
  3997.     {
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4000.         include_once \dirname(__DIR__4).'/src/Form/Type/NetworkInstallationType.php';
  4001.         return $this->privates['App\\Form\\Type\\NetworkInstallationType'] = new \App\Form\Type\NetworkInstallationType();
  4002.     }
  4003.     /**
  4004.      * Gets the private 'App\Form\Type\ProjectType' shared autowired service.
  4005.      *
  4006.      * @return \App\Form\Type\ProjectType
  4007.      */
  4008.     protected function getProjectTypeService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4012.         include_once \dirname(__DIR__4).'/src/Form/Type/ProjectType.php';
  4013.         return $this->privates['App\\Form\\Type\\ProjectType'] = new \App\Form\Type\ProjectType();
  4014.     }
  4015.     /**
  4016.      * Gets the private 'App\Form\Type\UserType' shared autowired service.
  4017.      *
  4018.      * @return \App\Form\Type\UserType
  4019.      */
  4020.     protected function getUserTypeService()
  4021.     {
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4024.         include_once \dirname(__DIR__4).'/src/Form/Type/UserType.php';
  4025.         return $this->privates['App\\Form\\Type\\UserType'] = new \App\Form\Type\UserType();
  4026.     }
  4027.     /**
  4028.      * Gets the private 'App\Form\Type\VerificationItemType' shared autowired service.
  4029.      *
  4030.      * @return \App\Form\Type\VerificationItemType
  4031.      */
  4032.     protected function getVerificationItemTypeService()
  4033.     {
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4036.         include_once \dirname(__DIR__4).'/src/Form/Type/VerificationItemType.php';
  4037.         return $this->privates['App\\Form\\Type\\VerificationItemType'] = new \App\Form\Type\VerificationItemType();
  4038.     }
  4039.     /**
  4040.      * Gets the private 'App\MessageHandler\Command\DropboxProcessHandler' shared autowired service.
  4041.      *
  4042.      * @return \App\MessageHandler\Command\DropboxProcessHandler
  4043.      */
  4044.     protected function getDropboxProcessHandlerService()
  4045.     {
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4048.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/DropboxProcessHandler.php';
  4049.         return $this->privates['App\\MessageHandler\\Command\\DropboxProcessHandler'] = new \App\MessageHandler\Command\DropboxProcessHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\AssetProcessor'] ?? $this->getAssetProcessorService()), ($this->privates['App\\Tec\\ScreenProcessor'] ?? $this->getScreenProcessorService()));
  4050.     }
  4051.     /**
  4052.      * Gets the private 'App\MessageHandler\Command\ProcessAsanaWebhookEventHandler' shared autowired service.
  4053.      *
  4054.      * @return \App\MessageHandler\Command\ProcessAsanaWebhookEventHandler
  4055.      */
  4056.     protected function getProcessAsanaWebhookEventHandlerService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4060.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessAsanaWebhookEventHandler.php';
  4061.         return $this->privates['App\\MessageHandler\\Command\\ProcessAsanaWebhookEventHandler'] = new \App\MessageHandler\Command\ProcessAsanaWebhookEventHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Api\\AsanaApi'] ?? $this->getAsanaApiService()));
  4062.     }
  4063.     /**
  4064.      * Gets the private 'App\MessageHandler\Command\ProcessCommissioningFileHandler' shared autowired service.
  4065.      *
  4066.      * @return \App\MessageHandler\Command\ProcessCommissioningFileHandler
  4067.      */
  4068.     protected function getProcessCommissioningFileHandlerService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4072.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessCommissioningFileHandler.php';
  4073.         return $this->privates['App\\MessageHandler\\Command\\ProcessCommissioningFileHandler'] = new \App\MessageHandler\Command\ProcessCommissioningFileHandler(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\CommissioningProcessor'] ?? $this->getCommissioningProcessorService()));
  4074.     }
  4075.     /**
  4076.      * Gets the private 'App\MessageHandler\Command\ProcessGraphicsAssetFileHandler' shared autowired service.
  4077.      *
  4078.      * @return \App\MessageHandler\Command\ProcessGraphicsAssetFileHandler
  4079.      */
  4080.     protected function getProcessGraphicsAssetFileHandlerService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/src/Tec/Command/ProcessHandler.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4085.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessGraphicsAssetFileHandler.php';
  4086.         return $this->privates['App\\MessageHandler\\Command\\ProcessGraphicsAssetFileHandler'] = new \App\MessageHandler\Command\ProcessGraphicsAssetFileHandler(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\MessageQueueManager'] ?? $this->getMessageQueueManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService()), ($this->privates['App\\Tec\\AssetProcessor'] ?? $this->getAssetProcessorService()));
  4087.     }
  4088.     /**
  4089.      * Gets the private 'App\MessageHandler\Command\ProcessGraphicsDynamicScreenFileHandler' shared autowired service.
  4090.      *
  4091.      * @return \App\MessageHandler\Command\ProcessGraphicsDynamicScreenFileHandler
  4092.      */
  4093.     protected function getProcessGraphicsDynamicScreenFileHandlerService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/src/Tec/Command/ProcessHandler.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4098.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessGraphicsDynamicScreenFileHandler.php';
  4099.         return $this->privates['App\\MessageHandler\\Command\\ProcessGraphicsDynamicScreenFileHandler'] = new \App\MessageHandler\Command\ProcessGraphicsDynamicScreenFileHandler(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\MessageQueueManager'] ?? $this->getMessageQueueManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService()), ($this->privates['App\\Tec\\ScreenProcessor'] ?? $this->getScreenProcessorService()));
  4100.     }
  4101.     /**
  4102.      * Gets the private 'App\MessageHandler\Command\ProcessGraphicsScreenFileHandler' shared autowired service.
  4103.      *
  4104.      * @return \App\MessageHandler\Command\ProcessGraphicsScreenFileHandler
  4105.      */
  4106.     protected function getProcessGraphicsScreenFileHandlerService()
  4107.     {
  4108.         include_once \dirname(__DIR__4).'/src/Tec/Command/ProcessHandler.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4111.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessGraphicsScreenFileHandler.php';
  4112.         return $this->privates['App\\MessageHandler\\Command\\ProcessGraphicsScreenFileHandler'] = new \App\MessageHandler\Command\ProcessGraphicsScreenFileHandler(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\MessageQueueManager'] ?? $this->getMessageQueueManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService()), ($this->privates['App\\Tec\\ScreenProcessor'] ?? $this->getScreenProcessorService()));
  4113.     }
  4114.     /**
  4115.      * Gets the private 'App\MessageHandler\Command\ProcessGraphicsShapeFileHandler' shared autowired service.
  4116.      *
  4117.      * @return \App\MessageHandler\Command\ProcessGraphicsShapeFileHandler
  4118.      */
  4119.     protected function getProcessGraphicsShapeFileHandlerService()
  4120.     {
  4121.         include_once \dirname(__DIR__4).'/src/Tec/Command/ProcessHandler.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  4124.         include_once \dirname(__DIR__4).'/src/MessageHandler/Command/ProcessGraphicsShapeFileHandler.php';
  4125.         return $this->privates['App\\MessageHandler\\Command\\ProcessGraphicsShapeFileHandler'] = new \App\MessageHandler\Command\ProcessGraphicsShapeFileHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\MessageQueueManager'] ?? $this->getMessageQueueManagerService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()), ($this->privates['App\\Tec\\Transport\\TransportManager'] ?? $this->getTransportManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] ?? $this->getGraphicsProcessorService()));
  4126.     }
  4127.     /**
  4128.      * Gets the private 'App\Messenger\AuditMiddleware' shared autowired service.
  4129.      *
  4130.      * @return \App\Messenger\AuditMiddleware
  4131.      */
  4132.     protected function getAuditMiddlewareService()
  4133.     {
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4135.         include_once \dirname(__DIR__4).'/src/Messenger/AuditMiddleware.php';
  4136.         return $this->privates['App\\Messenger\\AuditMiddleware'] = new \App\Messenger\AuditMiddleware(($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()));
  4137.     }
  4138.     /**
  4139.      * Gets the private 'App\Repository\ApiTokenRepository' shared autowired service.
  4140.      *
  4141.      * @return \App\Repository\ApiTokenRepository
  4142.      */
  4143.     protected function getApiTokenRepositoryService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4150.         include_once \dirname(__DIR__4).'/src/Repository/ApiTokenRepository.php';
  4151.         return $this->privates['App\\Repository\\ApiTokenRepository'] = new \App\Repository\ApiTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4152.     }
  4153.     /**
  4154.      * Gets the private 'App\Repository\AsanaGraphicsViewRepository' shared autowired service.
  4155.      *
  4156.      * @return \App\Repository\AsanaGraphicsViewRepository
  4157.      */
  4158.     protected function getAsanaGraphicsViewRepositoryService()
  4159.     {
  4160.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4165.         include_once \dirname(__DIR__4).'/src/Repository/AsanaGraphicsViewRepository.php';
  4166.         return $this->privates['App\\Repository\\AsanaGraphicsViewRepository'] = new \App\Repository\AsanaGraphicsViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4167.     }
  4168.     /**
  4169.      * Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
  4170.      *
  4171.      * @return \App\Repository\DepartmentRepository
  4172.      */
  4173.     protected function getDepartmentRepositoryService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4180.         include_once \dirname(__DIR__4).'/src/Repository/DepartmentRepository.php';
  4181.         return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4182.     }
  4183.     /**
  4184.      * Gets the private 'App\Repository\ElectricalLineItemRepository' shared autowired service.
  4185.      *
  4186.      * @return \App\Repository\ElectricalLineItemRepository
  4187.      */
  4188.     protected function getElectricalLineItemRepositoryService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4195.         include_once \dirname(__DIR__4).'/src/Repository/ElectricalLineItemRepository.php';
  4196.         return $this->privates['App\\Repository\\ElectricalLineItemRepository'] = new \App\Repository\ElectricalLineItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4197.     }
  4198.     /**
  4199.      * Gets the private 'App\Repository\EngineeringDocumentRepository' shared autowired service.
  4200.      *
  4201.      * @return \App\Repository\EngineeringDocumentRepository
  4202.      */
  4203.     protected function getEngineeringDocumentRepositoryService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4210.         include_once \dirname(__DIR__4).'/src/Repository/EngineeringDocumentRepository.php';
  4211.         return $this->privates['App\\Repository\\EngineeringDocumentRepository'] = new \App\Repository\EngineeringDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4212.     }
  4213.     /**
  4214.      * Gets the private 'App\Repository\EngineeringDocumentRevisionRepository' shared autowired service.
  4215.      *
  4216.      * @return \App\Repository\EngineeringDocumentRevisionRepository
  4217.      */
  4218.     protected function getEngineeringDocumentRevisionRepositoryService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4225.         include_once \dirname(__DIR__4).'/src/Repository/EngineeringDocumentRevisionRepository.php';
  4226.         return $this->privates['App\\Repository\\EngineeringDocumentRevisionRepository'] = new \App\Repository\EngineeringDocumentRevisionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4227.     }
  4228.     /**
  4229.      * Gets the private 'App\Repository\EquipmentGroupRepository' shared autowired service.
  4230.      *
  4231.      * @return \App\Repository\EquipmentGroupRepository
  4232.      */
  4233.     protected function getEquipmentGroupRepositoryService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4240.         include_once \dirname(__DIR__4).'/src/Repository/EquipmentGroupRepository.php';
  4241.         return $this->privates['App\\Repository\\EquipmentGroupRepository'] = new \App\Repository\EquipmentGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4242.     }
  4243.     /**
  4244.      * Gets the private 'App\Repository\FabricationPanelRepository' shared autowired service.
  4245.      *
  4246.      * @return \App\Repository\FabricationPanelRepository
  4247.      */
  4248.     protected function getFabricationPanelRepositoryService()
  4249.     {
  4250.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4255.         include_once \dirname(__DIR__4).'/src/Repository/FabricationPanelRepository.php';
  4256.         return $this->privates['App\\Repository\\FabricationPanelRepository'] = new \App\Repository\FabricationPanelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4257.     }
  4258.     /**
  4259.      * Gets the private 'App\Repository\SubContractorRepository' shared autowired service.
  4260.      *
  4261.      * @return \App\Repository\SubContractorRepository
  4262.      */
  4263.     protected function getSubContractorRepositoryService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4270.         include_once \dirname(__DIR__4).'/src/Repository/SubContractorRepository.php';
  4271.         return $this->privates['App\\Repository\\SubContractorRepository'] = new \App\Repository\SubContractorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4272.     }
  4273.     /**
  4274.      * Gets the private 'App\Repository\TecDepartmentRepository' shared autowired service.
  4275.      *
  4276.      * @return \App\Repository\TecDepartmentRepository
  4277.      */
  4278.     protected function getTecDepartmentRepositoryService()
  4279.     {
  4280.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4285.         include_once \dirname(__DIR__4).'/src/Repository/TecDepartmentRepository.php';
  4286.         return $this->privates['App\\Repository\\TecDepartmentRepository'] = new \App\Repository\TecDepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4287.     }
  4288.     /**
  4289.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4290.      *
  4291.      * @return \App\Repository\UserRepository
  4292.      */
  4293.     protected function getUserRepositoryService()
  4294.     {
  4295.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  4301.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  4302.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4303.     }
  4304.     /**
  4305.      * Gets the private 'App\Security\Recaptcha2' shared autowired service.
  4306.      *
  4307.      * @return \App\Security\Recaptcha2
  4308.      */
  4309.     protected function getRecaptcha2Service()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/src/Security/Recaptcha2.php';
  4312.         return $this->privates['App\\Security\\Recaptcha2'] = new \App\Security\Recaptcha2();
  4313.     }
  4314.     /**
  4315.      * Gets the private 'App\Tec\Api\AsanaApi' shared autowired service.
  4316.      *
  4317.      * @return \App\Tec\Api\AsanaApi
  4318.      */
  4319.     protected function getAsanaApiService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/src/Tec/Api/AsanaApi.php';
  4322.         return $this->privates['App\\Tec\\Api\\AsanaApi'] = new \App\Tec\Api\AsanaApi(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  4323.     }
  4324.     /**
  4325.      * Gets the private 'App\Tec\Api\ProcoreApi' shared autowired service.
  4326.      *
  4327.      * @return \App\Tec\Api\ProcoreApi
  4328.      */
  4329.     protected function getProcoreApiService()
  4330.     {
  4331.         include_once \dirname(__DIR__4).'/src/Tec/Api/ProcoreApi.php';
  4332.         return $this->privates['App\\Tec\\Api\\ProcoreApi'] = new \App\Tec\Api\ProcoreApi(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  4333.     }
  4334.     /**
  4335.      * Gets the private 'App\Tec\AssetProcessor' shared autowired service.
  4336.      *
  4337.      * @return \App\Tec\AssetProcessor
  4338.      */
  4339.     protected function getAssetProcessorService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/src/Tec/BaseProcessor.php';
  4342.         include_once \dirname(__DIR__4).'/src/Tec/AssetProcessor.php';
  4343.         return $this->privates['App\\Tec\\AssetProcessor'] = new \App\Tec\AssetProcessor(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\PointsListParser'] ?? $this->getPointsListParserService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4344.     }
  4345.     /**
  4346.      * Gets the private 'App\Tec\BaseProcessor' shared autowired service.
  4347.      *
  4348.      * @return \App\Tec\BaseProcessor
  4349.      */
  4350.     protected function getBaseProcessorService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/src/Tec/BaseProcessor.php';
  4353.         return $this->privates['App\\Tec\\BaseProcessor'] = new \App\Tec\BaseProcessor(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\PointsListParser'] ?? $this->getPointsListParserService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4354.     }
  4355.     /**
  4356.      * Gets the private 'App\Tec\ConfigurationManager' shared autowired service.
  4357.      *
  4358.      * @return \App\Tec\ConfigurationManager
  4359.      */
  4360.     protected function getConfigurationManagerService()
  4361.     {
  4362.         include_once \dirname(__DIR__4).'/src/Tec/ConfigurationManager.php';
  4363.         return $this->privates['App\\Tec\\ConfigurationManager'] = new \App\Tec\ConfigurationManager(($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()));
  4364.     }
  4365.     /**
  4366.      * Gets the private 'App\Tec\DatatablesConverter' shared autowired service.
  4367.      *
  4368.      * @return \App\Tec\DatatablesConverter
  4369.      */
  4370.     protected function getDatatablesConverterService()
  4371.     {
  4372.         include_once \dirname(__DIR__4).'/src/Tec/DatatablesConverter.php';
  4373.         return $this->privates['App\\Tec\\DatatablesConverter'] = new \App\Tec\DatatablesConverter();
  4374.     }
  4375.     /**
  4376.      * Gets the private 'App\Tec\DepartmentProcessor\CommissioningProcessor' shared autowired service.
  4377.      *
  4378.      * @return \App\Tec\DepartmentProcessor\CommissioningProcessor
  4379.      */
  4380.     protected function getCommissioningProcessorService()
  4381.     {
  4382.         include_once \dirname(__DIR__4).'/src/Tec/Interfaces/Processor.php';
  4383.         include_once \dirname(__DIR__4).'/src/Tec/DepartmentProcessor/CommissioningProcessor.php';
  4384.         include_once \dirname(__DIR__4).'/src/Tec/Interfaces/Parser.php';
  4385.         include_once \dirname(__DIR__4).'/src/Tec/DepartmentProcessor/CommissioningParser.php';
  4386.         include_once \dirname(__DIR__4).'/src/Tec/Wrapper/ExcelWrapper.php';
  4387.         $a = ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService());
  4388.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  4389.         $c = ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService());
  4390.         return $this->privates['App\\Tec\\DepartmentProcessor\\CommissioningProcessor'] = new \App\Tec\DepartmentProcessor\CommissioningProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Tec\DepartmentProcessor\CommissioningParser($a$b$c), $a, new \App\Tec\Wrapper\ExcelWrapper(), $b$c);
  4391.     }
  4392.     /**
  4393.      * Gets the private 'App\Tec\DepartmentProcessor\GraphicsParser' shared autowired service.
  4394.      *
  4395.      * @return \App\Tec\DepartmentProcessor\GraphicsParser
  4396.      */
  4397.     protected function getGraphicsParserService()
  4398.     {
  4399.         include_once \dirname(__DIR__4).'/src/Tec/Interfaces/Parser.php';
  4400.         include_once \dirname(__DIR__4).'/src/Tec/DepartmentProcessor/GraphicsParser.php';
  4401.         return $this->privates['App\\Tec\\DepartmentProcessor\\GraphicsParser'] = new \App\Tec\DepartmentProcessor\GraphicsParser(($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4402.     }
  4403.     /**
  4404.      * Gets the private 'App\Tec\DepartmentProcessor\GraphicsProcessor' shared autowired service.
  4405.      *
  4406.      * @return \App\Tec\DepartmentProcessor\GraphicsProcessor
  4407.      */
  4408.     protected function getGraphicsProcessorService()
  4409.     {
  4410.         include_once \dirname(__DIR__4).'/src/Tec/Interfaces/Processor.php';
  4411.         include_once \dirname(__DIR__4).'/src/Tec/DepartmentProcessor/GraphicsProcessor.php';
  4412.         return $this->privates['App\\Tec\\DepartmentProcessor\\GraphicsProcessor'] = new \App\Tec\DepartmentProcessor\GraphicsProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\DepartmentProcessor\\GraphicsParser'] ?? $this->getGraphicsParserService()), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4413.     }
  4414.     /**
  4415.      * Gets the private 'App\Tec\DropboxHelper' shared autowired service.
  4416.      *
  4417.      * @return \App\Tec\DropboxHelper
  4418.      */
  4419.     protected function getDropboxHelperService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/src/Tec/DropboxHelper.php';
  4422.         return $this->privates['App\\Tec\\DropboxHelper'] = new \App\Tec\DropboxHelper(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4423.     }
  4424.     /**
  4425.      * Gets the private 'App\Tec\MessageQueueManager' shared autowired service.
  4426.      *
  4427.      * @return \App\Tec\MessageQueueManager
  4428.      */
  4429.     protected function getMessageQueueManagerService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/src/Tec/MessageQueueManager.php';
  4432.         return $this->privates['App\\Tec\\MessageQueueManager'] = new \App\Tec\MessageQueueManager(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4433.     }
  4434.     /**
  4435.      * Gets the private 'App\Tec\Parser\Graphics\HtmParser' shared autowired service.
  4436.      *
  4437.      * @return \App\Tec\Parser\Graphics\HtmParser
  4438.      */
  4439.     protected function getHtmParserService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/src/Tec/Parser/Graphics/HtmParser.php';
  4442.         return $this->privates['App\\Tec\\Parser\\Graphics\\HtmParser'] = new \App\Tec\Parser\Graphics\HtmParser();
  4443.     }
  4444.     /**
  4445.      * Gets the private 'App\Tec\PointsListParser' shared autowired service.
  4446.      *
  4447.      * @return \App\Tec\PointsListParser
  4448.      */
  4449.     protected function getPointsListParserService()
  4450.     {
  4451.         include_once \dirname(__DIR__4).'/src/Tec/PointsListParser.php';
  4452.         return $this->privates['App\\Tec\\PointsListParser'] = new \App\Tec\PointsListParser(($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4453.     }
  4454.     /**
  4455.      * Gets the private 'App\Tec\PusherHelper' shared autowired service.
  4456.      *
  4457.      * @return \App\Tec\PusherHelper
  4458.      */
  4459.     protected function getPusherHelperService()
  4460.     {
  4461.         include_once \dirname(__DIR__4).'/src/Tec/PusherHelper.php';
  4462.         return $this->privates['App\\Tec\\PusherHelper'] = new \App\Tec\PusherHelper(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4463.     }
  4464.     /**
  4465.      * Gets the private 'App\Tec\ScreenProcessor' shared autowired service.
  4466.      *
  4467.      * @return \App\Tec\ScreenProcessor
  4468.      */
  4469.     protected function getScreenProcessorService()
  4470.     {
  4471.         include_once \dirname(__DIR__4).'/src/Tec/BaseProcessor.php';
  4472.         include_once \dirname(__DIR__4).'/src/Tec/ScreenProcessor.php';
  4473.         return $this->privates['App\\Tec\\ScreenProcessor'] = new \App\Tec\ScreenProcessor(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Tec\\PointsListParser'] ?? $this->getPointsListParserService()), ($this->services['monolog.logger.messenger_audit'] ?? $this->getMonolog_Logger_MessengerAuditService()), ($this->privates['App\\Tec\\DropboxHelper'] ?? $this->getDropboxHelperService()), ($this->privates['App\\Tec\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->privates['App\\Tec\\PusherHelper'] ?? $this->getPusherHelperService()));
  4474.     }
  4475.     /**
  4476.      * Gets the private 'App\Tec\Transport\TransportManager' shared autowired service.
  4477.      *
  4478.      * @return \App\Tec\Transport\TransportManager
  4479.      */
  4480.     protected function getTransportManagerService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/src/Tec/Transport/TransportManager.php';
  4483.         include_once \dirname(__DIR__4).'/src/Tec/Interfaces/Transport.php';
  4484.         include_once \dirname(__DIR__4).'/src/Tec/Transport/Dropbox.php';
  4485.         include_once \dirname(__DIR__4).'/src/Tec/Transport/GoogleDrive.php';
  4486.         include_once \dirname(__DIR__4).'/src/Tec/Transport/MicrosoftOneDrive.php';
  4487.         return $this->privates['App\\Tec\\Transport\\TransportManager'] = new \App\Tec\Transport\TransportManager(new \App\Tec\Transport\Dropbox(), new \App\Tec\Transport\GoogleDrive(), new \App\Tec\Transport\MicrosoftOneDrive(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  4488.     }
  4489.     /**
  4490.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4491.      *
  4492.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4493.      */
  4494.     protected function getManagerRegistryAwareConnectionProviderService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4498.         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'));
  4499.     }
  4500.     /**
  4501.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4502.      *
  4503.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4504.      */
  4505.     protected function getRunSqlCommandService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4509.         $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()));
  4510.         $instance->setName('dbal:run-sql');
  4511.         return $instance;
  4512.     }
  4513.     /**
  4514.      * Gets the private 'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4515.      *
  4516.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4517.      */
  4518.     protected function getAnnotatedAppEntityApiTokenApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4529.         return $this->privates['annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isExpired' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4530.     }
  4531.     /**
  4532.      * Gets the private 'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4533.      *
  4534.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4535.      */
  4536.     protected function getAnnotatedAppEntityApiTokenApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4548.         return $this->privates['annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['token' => 'partial''user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4549.     }
  4550.     /**
  4551.      * Gets the private 'annotated_app_entity_api_token_api_platform_serializer_filter_property_filter' shared autowired service.
  4552.      *
  4553.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4554.      */
  4555.     protected function getAnnotatedAppEntityApiTokenApiPlatformSerializerFilterPropertyFilterService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4560.         return $this->privates['annotated_app_entity_api_token_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4561.     }
  4562.     /**
  4563.      * Gets the private 'annotated_app_entity_asana_graphics_view_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4564.      *
  4565.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4566.      */
  4567.     protected function getAnnotatedAppEntityAsanaGraphicsViewApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4568.     {
  4569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4579.         return $this->privates['annotated_app_entity_asana_graphics_view_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['htmName' => 'partial''viewName' => 'partial''viewType' => 'partial''dashboardStatus' => 'partial''parentScreen' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4580.     }
  4581.     /**
  4582.      * Gets the private 'annotated_app_entity_asana_graphics_view_api_platform_serializer_filter_property_filter' shared autowired service.
  4583.      *
  4584.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4585.      */
  4586.     protected function getAnnotatedAppEntityAsanaGraphicsViewApiPlatformSerializerFilterPropertyFilterService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4591.         return $this->privates['annotated_app_entity_asana_graphics_view_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4592.     }
  4593.     /**
  4594.      * Gets the private 'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' shared autowired service.
  4595.      *
  4596.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter
  4597.      */
  4598.     protected function getAnnotatedAppEntityElectricalLineItemApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/NumericFilterTrait.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/NumericFilter.php';
  4609.         return $this->privates['annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_numeric_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['NetworkInstallation.id' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4610.     }
  4611.     /**
  4612.      * Gets the private 'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4613.      *
  4614.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4615.      */
  4616.     protected function getAnnotatedAppEntityElectricalLineItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4628.         return $this->privates['annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['description' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4629.     }
  4630.     /**
  4631.      * Gets the private 'annotated_app_entity_engineering_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4632.      *
  4633.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4634.      */
  4635.     protected function getAnnotatedAppEntityEngineeringDocumentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4647.         return $this->privates['annotated_app_entity_engineering_document_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['status' => 'partial''title' => 'partial''number' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'annotated_app_entity_engineering_document_api_platform_serializer_filter_property_filter' shared autowired service.
  4651.      *
  4652.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4653.      */
  4654.     protected function getAnnotatedAppEntityEngineeringDocumentApiPlatformSerializerFilterPropertyFilterService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4659.         return $this->privates['annotated_app_entity_engineering_document_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4660.     }
  4661.     /**
  4662.      * Gets the private 'annotated_app_entity_equipment_group_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4663.      *
  4664.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4665.      */
  4666.     protected function getAnnotatedAppEntityEquipmentGroupApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4678.         return $this->privates['annotated_app_entity_equipment_group_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['gid' => 'partial''jobNumber' => 'partial''networkInstallation.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4679.     }
  4680.     /**
  4681.      * Gets the private 'annotated_app_entity_equipment_group_api_platform_serializer_filter_property_filter' shared autowired service.
  4682.      *
  4683.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4684.      */
  4685.     protected function getAnnotatedAppEntityEquipmentGroupApiPlatformSerializerFilterPropertyFilterService()
  4686.     {
  4687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4690.         return $this->privates['annotated_app_entity_equipment_group_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4691.     }
  4692.     /**
  4693.      * Gets the private 'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4694.      *
  4695.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4696.      */
  4697.     protected function getAnnotatedAppEntityFacilityApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4708.         return $this->privates['annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isPublished' => NULL'isActive' => NULL'isOpen' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4709.     }
  4710.     /**
  4711.      * Gets the private 'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4712.      *
  4713.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4714.      */
  4715.     protected function getAnnotatedAppEntityFacilityApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4716.     {
  4717.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4727.         return $this->privates['annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4728.     }
  4729.     /**
  4730.      * Gets the private 'annotated_app_entity_facility_api_platform_serializer_filter_property_filter' shared autowired service.
  4731.      *
  4732.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4733.      */
  4734.     protected function getAnnotatedAppEntityFacilityApiPlatformSerializerFilterPropertyFilterService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4739.         return $this->privates['annotated_app_entity_facility_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4740.     }
  4741.     /**
  4742.      * Gets the private 'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4743.      *
  4744.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4745.      */
  4746.     protected function getAnnotatedAppEntityNetworkInstallationApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4747.     {
  4748.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4757.         return $this->privates['annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isDesignBy12' => NULL'isOpen' => NULL'isProcessWebhooksOn' => NULL'isPublished' => NULL'isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4761.      *
  4762.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4763.      */
  4764.     protected function getAnnotatedAppEntityNetworkInstallationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4776.         return $this->privates['annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['number' => 'partial''name' => 'partial''transportPath' => 'partial''transportPathLower' => 'partial''commissioningTransportPath' => 'partial''commissioningTransportPathLower' => 'partial''dropboxFolder' => 'partial''commissioningDropboxFolder' => 'partial''procoreProjectId' => NULL'asanaProjectGid' => NULL], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4777.     }
  4778.     /**
  4779.      * Gets the private 'annotated_app_entity_network_installation_api_platform_serializer_filter_property_filter' shared autowired service.
  4780.      *
  4781.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4782.      */
  4783.     protected function getAnnotatedAppEntityNetworkInstallationApiPlatformSerializerFilterPropertyFilterService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4788.         return $this->privates['annotated_app_entity_network_installation_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4789.     }
  4790.     /**
  4791.      * Gets the private 'annotated_app_entity_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4792.      *
  4793.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4794.      */
  4795.     protected function getAnnotatedAppEntityPointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4807.         return $this->privates['annotated_app_entity_point_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['networkInstallation.id' => 'exact''pointController.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4808.     }
  4809.     /**
  4810.      * Gets the private 'annotated_app_entity_point_api_platform_serializer_filter_property_filter' shared autowired service.
  4811.      *
  4812.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4813.      */
  4814.     protected function getAnnotatedAppEntityPointApiPlatformSerializerFilterPropertyFilterService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4819.         return $this->privates['annotated_app_entity_point_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4820.     }
  4821.     /**
  4822.      * Gets the private 'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4823.      *
  4824.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4825.      */
  4826.     protected function getAnnotatedAppEntityPointControllerApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4837.         return $this->privates['annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isIgnored' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4838.     }
  4839.     /**
  4840.      * Gets the private 'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4841.      *
  4842.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4843.      */
  4844.     protected function getAnnotatedAppEntityPointControllerApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4856.         return $this->privates['annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''nameLower' => 'partial''technicalAddress' => 'partial''dropboxPath' => 'partial''dropboxFilename' => 'partial''networkInstallation.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4860.      *
  4861.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4862.      */
  4863.     protected function getAnnotatedAppEntityScreenApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4874.         return $this->privates['annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isIgnored' => NULL'isTemplate' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4875.     }
  4876.     /**
  4877.      * Gets the private 'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4878.      *
  4879.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4880.      */
  4881.     protected function getAnnotatedAppEntityScreenApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4882.     {
  4883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4893.         return $this->privates['annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''nameLower' => 'partial''description' => 'partial''dropboxPath' => 'partial''dropboxFilename' => 'partial''areaServed' => 'partial''asanaDashboardStatus' => 'partial''asanaNotes' => 'partial''$asanaScreenType' => 'partial''asanaTaskGid' => 'partial''networkInstallation.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4894.     }
  4895.     /**
  4896.      * Gets the private 'annotated_app_entity_screen_api_platform_serializer_filter_property_filter' shared autowired service.
  4897.      *
  4898.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4899.      */
  4900.     protected function getAnnotatedAppEntityScreenApiPlatformSerializerFilterPropertyFilterService()
  4901.     {
  4902.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4905.         return $this->privates['annotated_app_entity_screen_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4906.     }
  4907.     /**
  4908.      * Gets the private 'annotated_app_entity_screen_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4909.      *
  4910.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4911.      */
  4912.     protected function getAnnotatedAppEntityScreenPointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4913.     {
  4914.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4924.         return $this->privates['annotated_app_entity_screen_point_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['networkInstallation.id' => 'exact''screen.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'annotated_app_entity_screen_point_api_platform_serializer_filter_property_filter' shared autowired service.
  4928.      *
  4929.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4930.      */
  4931.     protected function getAnnotatedAppEntityScreenPointApiPlatformSerializerFilterPropertyFilterService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4936.         return $this->privates['annotated_app_entity_screen_point_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4937.     }
  4938.     /**
  4939.      * Gets the private 'annotated_app_entity_shape_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4940.      *
  4941.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4942.      */
  4943.     protected function getAnnotatedAppEntityShapeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4955.         return $this->privates['annotated_app_entity_shape_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['networkInstallation.id' => 'exact''pointController.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4956.     }
  4957.     /**
  4958.      * Gets the private 'annotated_app_entity_shape_api_platform_serializer_filter_property_filter' shared autowired service.
  4959.      *
  4960.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4961.      */
  4962.     protected function getAnnotatedAppEntityShapeApiPlatformSerializerFilterPropertyFilterService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4967.         return $this->privates['annotated_app_entity_shape_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4968.     }
  4969.     /**
  4970.      * Gets the private 'annotated_app_entity_shape_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4971.      *
  4972.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4973.      */
  4974.     protected function getAnnotatedAppEntityShapePointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4980.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4981.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4986.         return $this->privates['annotated_app_entity_shape_point_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['networkInstallation.id' => 'exact''shape.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4987.     }
  4988.     /**
  4989.      * Gets the private 'annotated_app_entity_shape_point_api_platform_serializer_filter_property_filter' shared autowired service.
  4990.      *
  4991.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  4992.      */
  4993.     protected function getAnnotatedAppEntityShapePointApiPlatformSerializerFilterPropertyFilterService()
  4994.     {
  4995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  4998.         return $this->privates['annotated_app_entity_shape_point_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  4999.     }
  5000.     /**
  5001.      * Gets the private 'annotated_app_entity_tec_department_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  5002.      *
  5003.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5004.      */
  5005.     protected function getAnnotatedAppEntityTecDepartmentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  5006.     {
  5007.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5017.         return $this->privates['annotated_app_entity_tec_department_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'annotated_app_entity_tec_department_api_platform_serializer_filter_property_filter' shared autowired service.
  5021.      *
  5022.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  5023.      */
  5024.     protected function getAnnotatedAppEntityTecDepartmentApiPlatformSerializerFilterPropertyFilterService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  5029.         return $this->privates['annotated_app_entity_tec_department_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  5030.     }
  5031.     /**
  5032.      * Gets the private 'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  5033.      *
  5034.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  5035.      */
  5036.     protected function getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  5047.         return $this->privates['annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL'isEmailForgotten' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  5051.      *
  5052.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5053.      */
  5054.     protected function getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5066.         return $this->privates['annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''firstName' => 'partial''lastName' => 'partial''email' => 'partial''username' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5067.     }
  5068.     /**
  5069.      * Gets the private 'annotated_app_entity_user_api_platform_serializer_filter_property_filter' shared autowired service.
  5070.      *
  5071.      * @return \ApiPlatform\Serializer\Filter\PropertyFilter
  5072.      */
  5073.     protected function getAnnotatedAppEntityUserApiPlatformSerializerFilterPropertyFilterService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Filter/PropertyFilter.php';
  5078.         return $this->privates['annotated_app_entity_user_api_platform_serializer_filter_property_filter'] = new \ApiPlatform\Serializer\Filter\PropertyFilter();
  5079.     }
  5080.     /**
  5081.      * Gets the private 'annotations.cache_adapter' shared service.
  5082.      *
  5083.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5084.      */
  5085.     protected function getAnnotations_CacheAdapterService()
  5086.     {
  5087.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5088.     }
  5089.     /**
  5090.      * Gets the private 'annotations.cache_warmer' shared service.
  5091.      *
  5092.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5093.      */
  5094.     protected function getAnnotations_CacheWarmerService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5099.         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);
  5100.     }
  5101.     /**
  5102.      * Gets the private 'annotations.cached_reader' shared service.
  5103.      *
  5104.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5105.      */
  5106.     protected function getAnnotations_CachedReaderService()
  5107.     {
  5108.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5109.     }
  5110.     /**
  5111.      * Gets the private 'annotations.reader' shared service.
  5112.      *
  5113.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5114.      */
  5115.     protected function getAnnotations_ReaderService()
  5116.     {
  5117.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5118.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5119.         $a->registerUniqueLoader('class_exists');
  5120.         $instance->addGlobalIgnoredName('required'$a);
  5121.         return $instance;
  5122.     }
  5123.     /**
  5124.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5125.      *
  5126.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5127.      */
  5128.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5129.     {
  5130.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v46xRWxv5A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5131.     }
  5132.     /**
  5133.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  5134.      *
  5135.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5136.      */
  5137.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  5138.     {
  5139.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wflSOsZi18'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5140.     }
  5141.     /**
  5142.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5143.      *
  5144.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5145.      */
  5146.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5147.     {
  5148.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y2jlomoUkx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5149.     }
  5150.     /**
  5151.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  5152.      *
  5153.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5154.      */
  5155.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  5156.     {
  5157.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Lh8Y9NyXqs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5158.     }
  5159.     /**
  5160.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5161.      *
  5162.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5163.      */
  5164.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5165.     {
  5166.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IEkdlctQ9l'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5167.     }
  5168.     /**
  5169.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5170.      *
  5171.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5172.      */
  5173.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5174.     {
  5175.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mGSGVQDqIr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5176.     }
  5177.     /**
  5178.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  5179.      *
  5180.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  5181.      */
  5182.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  5185.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5186.     }
  5187.     /**
  5188.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  5189.      *
  5190.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  5191.      */
  5192.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  5193.     {
  5194.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  5195.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  5196.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5197.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5198.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5199.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5200.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5201.         }, 5));
  5202.     }
  5203.     /**
  5204.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  5205.      *
  5206.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  5207.      */
  5208.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  5213.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5214.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5215.         }, 1), NULL);
  5216.     }
  5217.     /**
  5218.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  5219.      *
  5220.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  5221.      */
  5222.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  5226.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5227.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5228.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5229.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5230.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5231.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5232.         }, 5), new RewindableGenerator(function () {
  5233.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5234.         }, 1), NULL);
  5235.     }
  5236.     /**
  5237.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  5238.      *
  5239.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  5240.      */
  5241.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  5248.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  5249.     }
  5250.     /**
  5251.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  5252.      *
  5253.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  5254.      */
  5255.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  5260.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  5261.     }
  5262.     /**
  5263.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  5264.      *
  5265.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  5266.      */
  5267.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  5273.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5274.     }
  5275.     /**
  5276.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  5277.      *
  5278.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  5279.      */
  5280.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  5285.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5286.     }
  5287.     /**
  5288.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  5289.      *
  5290.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  5291.      */
  5292.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  5298.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService()));
  5299.     }
  5300.     /**
  5301.      * Gets the private 'api_platform.filter_locator' shared service.
  5302.      *
  5303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5304.      */
  5305.     protected function getApiPlatform_FilterLocatorService()
  5306.     {
  5307.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5308.             'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityApiTokenApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5309.             'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApiTokenApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5310.             'annotated_app_entity_api_token_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_api_token_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityApiTokenApiPlatformSerializerFilterPropertyFilterService'false],
  5311.             'annotated_app_entity_asana_graphics_view_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_asana_graphics_view_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAsanaGraphicsViewApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5312.             'annotated_app_entity_asana_graphics_view_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_asana_graphics_view_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityAsanaGraphicsViewApiPlatformSerializerFilterPropertyFilterService'false],
  5313.             'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityElectricalLineItemApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'false],
  5314.             'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityElectricalLineItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5315.             'annotated_app_entity_engineering_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_engineering_document_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityEngineeringDocumentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5316.             'annotated_app_entity_engineering_document_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_engineering_document_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityEngineeringDocumentApiPlatformSerializerFilterPropertyFilterService'false],
  5317.             'annotated_app_entity_equipment_group_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_equipment_group_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityEquipmentGroupApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5318.             'annotated_app_entity_equipment_group_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_equipment_group_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityEquipmentGroupApiPlatformSerializerFilterPropertyFilterService'false],
  5319.             'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityFacilityApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5320.             'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityFacilityApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5321.             'annotated_app_entity_facility_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_facility_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityFacilityApiPlatformSerializerFilterPropertyFilterService'false],
  5322.             'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityNetworkInstallationApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5323.             'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityNetworkInstallationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5324.             'annotated_app_entity_network_installation_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_network_installation_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityNetworkInstallationApiPlatformSerializerFilterPropertyFilterService'false],
  5325.             'annotated_app_entity_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_point_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5326.             'annotated_app_entity_point_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_point_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityPointApiPlatformSerializerFilterPropertyFilterService'false],
  5327.             'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityPointControllerApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5328.             'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPointControllerApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5329.             'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityScreenApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5330.             'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityScreenApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5331.             'annotated_app_entity_screen_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_screen_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityScreenApiPlatformSerializerFilterPropertyFilterService'false],
  5332.             'annotated_app_entity_screen_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_screen_point_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityScreenPointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5333.             'annotated_app_entity_screen_point_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_screen_point_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityScreenPointApiPlatformSerializerFilterPropertyFilterService'false],
  5334.             'annotated_app_entity_shape_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shape_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShapeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5335.             'annotated_app_entity_shape_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_shape_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityShapeApiPlatformSerializerFilterPropertyFilterService'false],
  5336.             'annotated_app_entity_shape_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shape_point_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShapePointApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5337.             'annotated_app_entity_shape_point_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_shape_point_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityShapePointApiPlatformSerializerFilterPropertyFilterService'false],
  5338.             'annotated_app_entity_tec_department_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_tec_department_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityTecDepartmentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5339.             'annotated_app_entity_tec_department_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_tec_department_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityTecDepartmentApiPlatformSerializerFilterPropertyFilterService'false],
  5340.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  5341.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  5342.             'annotated_app_entity_user_api_platform_serializer_filter_property_filter' => ['privates''annotated_app_entity_user_api_platform_serializer_filter_property_filter''getAnnotatedAppEntityUserApiPlatformSerializerFilterPropertyFilterService'false],
  5343.         ], [
  5344.             'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5345.             'annotated_app_entity_api_token_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5346.             'annotated_app_entity_api_token_api_platform_serializer_filter_property_filter' => '?',
  5347.             'annotated_app_entity_asana_graphics_view_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5348.             'annotated_app_entity_asana_graphics_view_api_platform_serializer_filter_property_filter' => '?',
  5349.             'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  5350.             'annotated_app_entity_electrical_line_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5351.             'annotated_app_entity_engineering_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5352.             'annotated_app_entity_engineering_document_api_platform_serializer_filter_property_filter' => '?',
  5353.             'annotated_app_entity_equipment_group_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5354.             'annotated_app_entity_equipment_group_api_platform_serializer_filter_property_filter' => '?',
  5355.             'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5356.             'annotated_app_entity_facility_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5357.             'annotated_app_entity_facility_api_platform_serializer_filter_property_filter' => '?',
  5358.             'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5359.             'annotated_app_entity_network_installation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5360.             'annotated_app_entity_network_installation_api_platform_serializer_filter_property_filter' => '?',
  5361.             'annotated_app_entity_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5362.             'annotated_app_entity_point_api_platform_serializer_filter_property_filter' => '?',
  5363.             'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5364.             'annotated_app_entity_point_controller_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5365.             'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5366.             'annotated_app_entity_screen_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5367.             'annotated_app_entity_screen_api_platform_serializer_filter_property_filter' => '?',
  5368.             'annotated_app_entity_screen_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5369.             'annotated_app_entity_screen_point_api_platform_serializer_filter_property_filter' => '?',
  5370.             'annotated_app_entity_shape_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5371.             'annotated_app_entity_shape_api_platform_serializer_filter_property_filter' => '?',
  5372.             'annotated_app_entity_shape_point_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5373.             'annotated_app_entity_shape_point_api_platform_serializer_filter_property_filter' => '?',
  5374.             'annotated_app_entity_tec_department_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5375.             'annotated_app_entity_tec_department_api_platform_serializer_filter_property_filter' => '?',
  5376.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  5377.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  5378.             'annotated_app_entity_user_api_platform_serializer_filter_property_filter' => '?',
  5379.         ]);
  5380.     }
  5381.     /**
  5382.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  5383.      *
  5384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5385.      */
  5386.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  5387.     {
  5388.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pPrOxjL-v+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5389.     }
  5390.     /**
  5391.      * Gets the private 'api_platform.graphql.command.export_command' shared service.
  5392.      *
  5393.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand
  5394.      */
  5395.     protected function getApiPlatform_Graphql_Command_ExportCommandService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/GraphQlExportCommand.php';
  5399.         $this->privates['api_platform.graphql.command.export_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()));
  5400.         $instance->setName('api:graphql:export');
  5401.         return $instance;
  5402.     }
  5403.     /**
  5404.      * Gets the private 'api_platform.graphql.fields_builder' shared service.
  5405.      *
  5406.      * @return \ApiPlatform\Core\GraphQl\Type\FieldsBuilder
  5407.      */
  5408.     protected function getApiPlatform_Graphql_FieldsBuilderService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilderInterface.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilder.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilderInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilder.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/ResourceFieldResolver.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverterInterface.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverter.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemResolverFactory.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ArrayTrait.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStage.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilder.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStage.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStage.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/CollectionResolverFactory.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStage.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStage.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStage.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/SortTrait.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManager.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGenerator.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  5447.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5448.         $b = ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer()));
  5449.         $c = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  5450.         $d = ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService());
  5451.         $e = new \ApiPlatform\Core\GraphQl\Type\TypeBuilder($b, new \ApiPlatform\Core\GraphQl\Resolver\ResourceFieldResolver($c), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5452.             'api_platform.graphql.fields_builder' => ['privates''api_platform.graphql.fields_builder''getApiPlatform_Graphql_FieldsBuilderService'false],
  5453.         ], [
  5454.             'api_platform.graphql.fields_builder' => '?',
  5455.         ]), $d);
  5456.         $f = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  5457.         $g = new \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder($a$f);
  5458.         $h = new \ApiPlatform\Core\GraphQl\Resolver\Stage\ReadStage($a$c, ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), $g'_');
  5459.         $i = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  5460.         $j = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityStage($a$i);
  5461.         $k = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityPostDenormalizeStage($a$i);
  5462.         $l = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5463.         $m = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage($a$l$g$d);
  5464.         $n = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []);
  5465.         return $this->privates['api_platform.graphql.fields_builder'] = new \ApiPlatform\Core\GraphQl\Type\FieldsBuilder(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$b$e, new \ApiPlatform\Core\GraphQl\Type\TypeConverter($e$b$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemResolverFactory($h$j$k$m$n$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\CollectionResolverFactory($h$j$k$m$n$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemMutationResolverFactory($h$j$k$m, new \ApiPlatform\Core\GraphQl\Resolver\Stage\DeserializeStage($a$l$g), new \ApiPlatform\Core\GraphQl\Resolver\Stage\WriteStage($a, ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), $g), new \ApiPlatform\Core\GraphQl\Resolver\Stage\ValidateStage($a, ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), $a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemSubscriptionResolverFactory($h$j$m$a, new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager(($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionIdentifierGenerator(), $m$c), NULL), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), $d$f'_');
  5466.     }
  5467.     /**
  5468.      * Gets the private 'api_platform.graphql.iterable_type' shared service.
  5469.      *
  5470.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\IterableType
  5471.      */
  5472.     protected function getApiPlatform_Graphql_IterableTypeService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedTypeImplementation.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/IterableType.php';
  5484.         return $this->privates['api_platform.graphql.iterable_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\IterableType();
  5485.     }
  5486.     /**
  5487.      * Gets the private 'api_platform.graphql.schema_builder' shared service.
  5488.      *
  5489.      * @return \ApiPlatform\Core\GraphQl\Type\SchemaBuilder
  5490.      */
  5491.     protected function getApiPlatform_Graphql_SchemaBuilderService()
  5492.     {
  5493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilderInterface.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilder.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactory.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  5499.         return $this->privates['api_platform.graphql.schema_builder'] = new \ApiPlatform\Core\GraphQl\Type\SchemaBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\GraphQl\Type\TypesFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5500.             'api_platform.graphql.iterable_type' => ['privates''api_platform.graphql.iterable_type''getApiPlatform_Graphql_IterableTypeService'false],
  5501.             'api_platform.graphql.upload_type' => ['privates''api_platform.graphql.upload_type''getApiPlatform_Graphql_UploadTypeService'false],
  5502.         ], [
  5503.             'api_platform.graphql.iterable_type' => '?',
  5504.             'api_platform.graphql.upload_type' => '?',
  5505.         ]), [=> 'api_platform.graphql.iterable_type'=> 'api_platform.graphql.upload_type']), ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer())), ($this->privates['api_platform.graphql.fields_builder'] ?? $this->getApiPlatform_Graphql_FieldsBuilderService()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'api_platform.graphql.upload_type' shared service.
  5509.      *
  5510.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\UploadType
  5511.      */
  5512.     protected function getApiPlatform_Graphql_UploadTypeService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedTypeImplementation.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/UploadType.php';
  5524.         return $this->privates['api_platform.graphql.upload_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\UploadType();
  5525.     }
  5526.     /**
  5527.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5528.      *
  5529.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5530.      */
  5531.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5532.     {
  5533.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5537.      *
  5538.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5539.      */
  5540.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5541.     {
  5542.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5543.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5544.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5545.         }
  5546.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5547.     }
  5548.     /**
  5549.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5550.      *
  5551.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5552.      */
  5553.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5554.     {
  5555.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5556.     }
  5557.     /**
  5558.      * Gets the private 'api_platform.identifier.converter' shared service.
  5559.      *
  5560.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5561.      */
  5562.     protected function getApiPlatform_Identifier_ConverterService()
  5563.     {
  5564.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  5565.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5566.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5567.         }, 2));
  5568.     }
  5569.     /**
  5570.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5571.      *
  5572.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5573.      */
  5574.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5575.     {
  5576.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5577.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5578.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  5579.     }
  5580.     /**
  5581.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  5582.      *
  5583.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  5584.      *
  5585.      * @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
  5586.      */
  5587.     protected function getApiPlatform_IriConverter_LegacyService()
  5588.     {
  5589.         trigger_deprecation('api-platform/core''2.7''Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
  5590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  5593.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5594.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  5598.      *
  5599.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  5600.      */
  5601.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  5605.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  5606.         $instance->setName('api:json-schema:generate');
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5611.      *
  5612.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5613.      */
  5614.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5615.     {
  5616.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5617.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5622.      *
  5623.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5624.      */
  5625.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5626.     {
  5627.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5628.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  5629.     }
  5630.     /**
  5631.      * Gets the private 'api_platform.listener.exception' shared service.
  5632.      *
  5633.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  5634.      */
  5635.     protected function getApiPlatform_Listener_ExceptionService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  5639.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  5643.      *
  5644.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  5645.      */
  5646.     protected function getApiPlatform_Listener_Exception_ValidationService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  5649.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  5650.     }
  5651.     /**
  5652.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5653.      *
  5654.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5655.      */
  5656.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5657.     {
  5658.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  5659.     }
  5660.     /**
  5661.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  5662.      *
  5663.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  5664.      */
  5665.     protected function getApiPlatform_Listener_Request_DeserializeService()
  5666.     {
  5667.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5668.     }
  5669.     /**
  5670.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  5671.      *
  5672.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5673.      */
  5674.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  5675.     {
  5676.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'api_platform.listener.view.respond' shared service.
  5680.      *
  5681.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  5682.      */
  5683.     protected function getApiPlatform_Listener_View_RespondService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  5686.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  5687.     }
  5688.     /**
  5689.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  5690.      *
  5691.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  5692.      */
  5693.     protected function getApiPlatform_Listener_View_SerializeService()
  5694.     {
  5695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  5696.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5697.     }
  5698.     /**
  5699.      * Gets the private 'api_platform.listener.view.validate' shared service.
  5700.      *
  5701.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  5702.      */
  5703.     protected function getApiPlatform_Listener_View_ValidateService()
  5704.     {
  5705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  5706.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5707.     }
  5708.     /**
  5709.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5710.      *
  5711.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  5712.      */
  5713.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5714.     {
  5715.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  5716.     }
  5717.     /**
  5718.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  5719.      *
  5720.      * @return \ApiPlatform\Core\EventListener\WriteListener
  5721.      */
  5722.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  5723.     {
  5724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  5725.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5726.     }
  5727.     /**
  5728.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  5729.      *
  5730.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  5731.      */
  5732.     protected function getApiPlatform_Messenger_DataPersisterService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  5736.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  5740.      *
  5741.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  5742.      */
  5743.     protected function getApiPlatform_Messenger_DataTransformerService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  5747.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5748.     }
  5749.     /**
  5750.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  5751.      *
  5752.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5753.      */
  5754.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  5755.     {
  5756.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5757.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  5758.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5759.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5760.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5761.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5762.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5763.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5764.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5765.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5766.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5767.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5768.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5769.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5770.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5771.         }, 13)));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5775.      *
  5776.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5777.      */
  5778.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5779.     {
  5780.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  5781.     }
  5782.     /**
  5783.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  5784.      *
  5785.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  5786.      */
  5787.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  5791.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  5792.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5793.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5794.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5795.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5796.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5797.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5798.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5799.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5800.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5801.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5802.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5803.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5804.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5805.         }, 13));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  5809.      *
  5810.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  5811.      */
  5812.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  5816.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  5817.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5818.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5819.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5820.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5821.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5822.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5823.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5824.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5825.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5826.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5827.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5828.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5829.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5830.         }, 13));
  5831.     }
  5832.     /**
  5833.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5834.      *
  5835.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5836.      */
  5837.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5838.     {
  5839.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5840.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  5841.     }
  5842.     /**
  5843.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5844.      *
  5845.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5846.      */
  5847.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5848.     {
  5849.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  5850.     }
  5851.     /**
  5852.      * Gets the private 'api_platform.openapi.command' shared service.
  5853.      *
  5854.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  5855.      */
  5856.     protected function getApiPlatform_Openapi_CommandService()
  5857.     {
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  5860.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5861.         $instance->setName('api:openapi:export');
  5862.         return $instance;
  5863.     }
  5864.     /**
  5865.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  5866.      *
  5867.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  5868.      */
  5869.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  5874.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'true'itemsPerPage'true'pagination'30NULLfalsefalse'partial'));
  5875.     }
  5876.     /**
  5877.      * Gets the private 'api_platform.openapi.options' shared service.
  5878.      *
  5879.      * @return \ApiPlatform\OpenApi\Options
  5880.      */
  5881.     protected function getApiPlatform_Openapi_OptionsService()
  5882.     {
  5883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  5884.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('UI Tracker API''''1.0.0'false'oauth2''application''/oauth/v2/token''/oauth/v2/auth''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  5885.     }
  5886.     /**
  5887.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5888.      *
  5889.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5890.      */
  5891.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5892.     {
  5893.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  5894.     }
  5895.     /**
  5896.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5897.      *
  5898.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5899.      */
  5900.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5901.     {
  5902.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  5903.     }
  5904.     /**
  5905.      * Gets the private 'api_platform.pagination.legacy' shared service.
  5906.      *
  5907.      * @return \ApiPlatform\Core\DataProvider\Pagination
  5908.      */
  5909.     protected function getApiPlatform_Pagination_LegacyService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  5912.         return $this->privates['api_platform.pagination.legacy'] = new \ApiPlatform\Core\DataProvider\Pagination(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']);
  5913.     }
  5914.     /**
  5915.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5916.      *
  5917.      * @return \ApiPlatform\Api\ResourceClassResolver
  5918.      */
  5919.     protected function getApiPlatform_ResourceClassResolverService()
  5920.     {
  5921.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  5922.     }
  5923.     /**
  5924.      * Gets the private 'api_platform.router' shared service.
  5925.      *
  5926.      * @return \ApiPlatform\Symfony\Routing\Router
  5927.      */
  5928.     protected function getApiPlatform_RouterService()
  5929.     {
  5930.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  5931.     }
  5932.     /**
  5933.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5934.      *
  5935.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5936.      */
  5937.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5938.     {
  5939.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  5940.     }
  5941.     /**
  5942.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5943.      *
  5944.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5945.      */
  5946.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5947.     {
  5948.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false);
  5949.     }
  5950.     /**
  5951.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  5952.      *
  5953.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  5954.      */
  5955.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  5956.     {
  5957.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5958.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  5959.     }
  5960.     /**
  5961.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5962.      *
  5963.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5964.      */
  5965.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5966.     {
  5967.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory(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()))])), \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/serialization.php'), ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()))));
  5968.     }
  5969.     /**
  5970.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5971.      *
  5972.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5973.      */
  5974.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5975.     {
  5976.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  5980.      *
  5981.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  5982.      */
  5983.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  5987.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'UI Tracker API''''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  5988.         $instance->setName('api:swagger:export');
  5989.         return $instance;
  5990.     }
  5991.     /**
  5992.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  5993.      *
  5994.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  5995.      */
  5996.     protected function getApiPlatform_UpgradeResource_CommandService()
  5997.     {
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  6001.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  6002.         $instance->setName('api:upgrade-resource');
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the private 'api_platform.validator' shared service.
  6007.      *
  6008.      * @return \ApiPlatform\Symfony\Validator\Validator
  6009.      */
  6010.     protected function getApiPlatform_ValidatorService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  6014.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this);
  6015.     }
  6016.     /**
  6017.      * Gets the private 'cache.annotations' shared service.
  6018.      *
  6019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6020.      */
  6021.     protected function getCache_AnnotationsService()
  6022.     {
  6023.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6029.      */
  6030.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6031.     {
  6032.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6033.     }
  6034.     /**
  6035.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6038.      */
  6039.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6040.     {
  6041.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6042.     }
  6043.     /**
  6044.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6045.      *
  6046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6047.      */
  6048.     protected function getCache_Messenger_RestartWorkersSignalService()
  6049.     {
  6050.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PnwuID6Hc2'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  6051.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6052.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6053.     }
  6054.     /**
  6055.      * Gets the private 'cache.property_info' shared service.
  6056.      *
  6057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6058.      */
  6059.     protected function getCache_PropertyInfoService()
  6060.     {
  6061.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6062.     }
  6063.     /**
  6064.      * Gets the private 'cache.security_expression_language' shared service.
  6065.      *
  6066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6067.      */
  6068.     protected function getCache_SecurityExpressionLanguageService()
  6069.     {
  6070.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6071.     }
  6072.     /**
  6073.      * Gets the private 'cache.serializer' shared service.
  6074.      *
  6075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6076.      */
  6077.     protected function getCache_SerializerService()
  6078.     {
  6079.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6080.     }
  6081.     /**
  6082.      * Gets the private 'cache.validator' shared service.
  6083.      *
  6084.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6085.      */
  6086.     protected function getCache_ValidatorService()
  6087.     {
  6088.         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'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6089.     }
  6090.     /**
  6091.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6092.      *
  6093.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6094.      */
  6095.     protected function getCachePoolClearer_CacheWarmerService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6099.         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']);
  6100.     }
  6101.     /**
  6102.      * Gets the private 'chatter.messenger.chat_handler' shared service.
  6103.      *
  6104.      * @return \Symfony\Component\Notifier\Messenger\MessageHandler
  6105.      */
  6106.     protected function getChatter_Messenger_ChatHandlerService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  6112.         return $this->privates['chatter.messenger.chat_handler'] = new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  6113.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  6114.         }, 1)))->fromStrings([]));
  6115.     }
  6116.     /**
  6117.      * Gets the private 'command.bus.middleware.handle_message' shared service.
  6118.      *
  6119.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  6120.      */
  6121.     protected function getCommand_Bus_Middleware_HandleMessageService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  6127.         $this->privates['command.bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\Command\\DropboxProcessWebhook' => new RewindableGenerator(function () {
  6128.             yield => ($this->privates['.messenger.handler_descriptor.zEdd4F.'] ?? $this->get_Messenger_HandlerDescriptor_ZEdd4F_Service());
  6129.         }, 1), 'App\\Message\\Command\\DropboxProcessSingle' => new RewindableGenerator(function () {
  6130.             yield => ($this->privates['.messenger.handler_descriptor.OPheA7u'] ?? $this->get_Messenger_HandlerDescriptor_OPheA7uService());
  6131.         }, 1), 'App\\Message\\Command\\DropboxProcessMultiple' => new RewindableGenerator(function () {
  6132.             yield => ($this->privates['.messenger.handler_descriptor.t2Rv755'] ?? $this->get_Messenger_HandlerDescriptor_T2Rv755Service());
  6133.         }, 1), 'App\\Message\\Command\\DropboxProcessDebug' => new RewindableGenerator(function () {
  6134.             yield => ($this->privates['.messenger.handler_descriptor.VA3ArID'] ?? $this->get_Messenger_HandlerDescriptor_VA3ArIDService());
  6135.         }, 1), 'App\\Message\\Command\\ProcessAsanaWebhookEvent' => new RewindableGenerator(function () {
  6136.             yield => ($this->privates['.messenger.handler_descriptor.u4UkuWI'] ?? $this->get_Messenger_HandlerDescriptor_U4UkuWIService());
  6137.         }, 1), 'App\\Message\\Command\\DebugProcessAsanaWebhookEvent' => new RewindableGenerator(function () {
  6138.             yield => ($this->privates['.messenger.handler_descriptor.jXEhP.3'] ?? $this->get_Messenger_HandlerDescriptor_JXEhP_3Service());
  6139.         }, 1), 'App\\Message\\Command\\ProcessAssetFile' => new RewindableGenerator(function () {
  6140.             yield => ($this->privates['.messenger.handler_descriptor.GnIUo.y'] ?? $this->get_Messenger_HandlerDescriptor_GnIUo_YService());
  6141.         }, 1), 'App\\Message\\Command\\ProcessCommissioningFile' => new RewindableGenerator(function () {
  6142.             yield => ($this->privates['.messenger.handler_descriptor.vP3DZIL'] ?? $this->get_Messenger_HandlerDescriptor_VP3DZILService());
  6143.         }, 1), 'App\\Message\\Command\\DebugProcessCommissioningFile' => new RewindableGenerator(function () {
  6144.             yield => ($this->privates['.messenger.handler_descriptor.8_rhDxL'] ?? $this->get_Messenger_HandlerDescriptor_8RhDxLService());
  6145.         }, 1), 'App\\Message\\Command\\ProcessController' => new RewindableGenerator(function () {
  6146.             yield => ($this->privates['.messenger.handler_descriptor.VAYoIH9'] ?? $this->get_Messenger_HandlerDescriptor_VAYoIH9Service());
  6147.         }, 1), 'App\\Message\\Command\\ProcessGraphicsAssetFile' => new RewindableGenerator(function () {
  6148.             yield => ($this->privates['.messenger.handler_descriptor.nWZ8Ayx'] ?? $this->get_Messenger_HandlerDescriptor_NWZ8AyxService());
  6149.         }, 1), 'App\\Message\\Command\\DebugProcessGraphicsAssetFile' => new RewindableGenerator(function () {
  6150.             yield => ($this->privates['.messenger.handler_descriptor.nXmRv9o'] ?? $this->get_Messenger_HandlerDescriptor_NXmRv9oService());
  6151.         }, 1), 'App\\Message\\Command\\ProcessGraphicsDynamicScreenFile' => new RewindableGenerator(function () {
  6152.             yield => ($this->privates['.messenger.handler_descriptor.ZypZRlz'] ?? $this->get_Messenger_HandlerDescriptor_ZypZRlzService());
  6153.         }, 1), 'App\\Message\\Command\\DebugProcessGraphicsDynamicScreenFile' => new RewindableGenerator(function () {
  6154.             yield => ($this->privates['.messenger.handler_descriptor.6LlZhuG'] ?? $this->get_Messenger_HandlerDescriptor_6LlZhuGService());
  6155.         }, 1), 'App\\Message\\Command\\ProcessGraphicsScreenFile' => new RewindableGenerator(function () {
  6156.             yield => ($this->privates['.messenger.handler_descriptor.DiLI8iw'] ?? $this->get_Messenger_HandlerDescriptor_DiLI8iwService());
  6157.         }, 1), 'App\\Message\\Command\\DebugProcessGraphicsScreenFile' => new RewindableGenerator(function () {
  6158.             yield => ($this->privates['.messenger.handler_descriptor.kYZy2G2'] ?? $this->get_Messenger_HandlerDescriptor_KYZy2G2Service());
  6159.         }, 1), 'App\\Message\\Command\\ProcessGraphicsShapeFile' => new RewindableGenerator(function () {
  6160.             yield => ($this->privates['.messenger.handler_descriptor.L.WsvDi'] ?? $this->get_Messenger_HandlerDescriptor_L_WsvDiService());
  6161.         }, 1), 'App\\Message\\Command\\DebugProcessGraphicsShapeFile' => new RewindableGenerator(function () {
  6162.             yield => ($this->privates['.messenger.handler_descriptor.qBq7BQh'] ?? $this->get_Messenger_HandlerDescriptor_QBq7BQhService());
  6163.         }, 1), 'App\\Message\\Command\\ProcessScreenView' => new RewindableGenerator(function () {
  6164.             yield => ($this->privates['.messenger.handler_descriptor.hVsL7.A'] ?? $this->get_Messenger_HandlerDescriptor_HVsL7_AService());
  6165.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  6166.             yield => ($this->privates['.messenger.handler_descriptor.CxXz94j'] ?? $this->get_Messenger_HandlerDescriptor_CxXz94jService());
  6167.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  6168.             yield => ($this->privates['.messenger.handler_descriptor._HSVyuF'] ?? $this->get_Messenger_HandlerDescriptor_HSVyuFService());
  6169.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  6170.             yield => ($this->privates['.messenger.handler_descriptor.1OvwcnV'] ?? $this->get_Messenger_HandlerDescriptor_1OvwcnVService());
  6171.         }, 1)]));
  6172.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'command.bus.middleware.traceable' shared service.
  6177.      *
  6178.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  6179.      */
  6180.     protected function getCommand_Bus_Middleware_TraceableService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  6184.         return $this->privates['command.bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'command.bus');
  6185.     }
  6186.     /**
  6187.      * Gets the private 'config_cache_factory' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6190.      */
  6191.     protected function getConfigCacheFactoryService()
  6192.     {
  6193.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6194.             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)));
  6195.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6196.         }, 2));
  6197.     }
  6198.     /**
  6199.      * Gets the private 'console.command.about' shared service.
  6200.      *
  6201.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6202.      */
  6203.     protected function getConsole_Command_AboutService()
  6204.     {
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6207.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6208.         $instance->setName('about');
  6209.         return $instance;
  6210.     }
  6211.     /**
  6212.      * Gets the private 'console.command.assets_install' shared service.
  6213.      *
  6214.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6215.      */
  6216.     protected function getConsole_Command_AssetsInstallService()
  6217.     {
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6221.         $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));
  6222.         $instance->setName('assets:install');
  6223.         return $instance;
  6224.     }
  6225.     /**
  6226.      * Gets the private 'console.command.cache_clear' shared service.
  6227.      *
  6228.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6229.      */
  6230.     protected function getConsole_Command_CacheClearService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6235.         $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())));
  6236.         $instance->setName('cache:clear');
  6237.         return $instance;
  6238.     }
  6239.     /**
  6240.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6241.      *
  6242.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6243.      */
  6244.     protected function getConsole_Command_CachePoolClearService()
  6245.     {
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6248.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6249.         $instance->setName('cache:pool:clear');
  6250.         return $instance;
  6251.     }
  6252.     /**
  6253.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6254.      *
  6255.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6256.      */
  6257.     protected function getConsole_Command_CachePoolDeleteService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6261.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6262.         $instance->setName('cache:pool:delete');
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the private 'console.command.cache_pool_list' shared service.
  6267.      *
  6268.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6269.      */
  6270.     protected function getConsole_Command_CachePoolListService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6274.         $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.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.graphql.cache.subscription'16 => 'api_platform.cache.identifiers_extractor']);
  6275.         $instance->setName('cache:pool:list');
  6276.         return $instance;
  6277.     }
  6278.     /**
  6279.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6280.      *
  6281.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6282.      */
  6283.     protected function getConsole_Command_CachePoolPruneService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6287.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6288.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6289.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6290.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6291.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6292.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6293.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6294.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6295.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6296.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6297.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6298.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  6299.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  6300.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  6301.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  6302.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  6303.             yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService());
  6304.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  6305.         }, 17));
  6306.         $instance->setName('cache:pool:prune');
  6307.         return $instance;
  6308.     }
  6309.     /**
  6310.      * Gets the private 'console.command.cache_warmup' shared service.
  6311.      *
  6312.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6313.      */
  6314.     protected function getConsole_Command_CacheWarmupService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6318.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6319.         $instance->setName('cache:warmup');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'console.command.config_debug' shared service.
  6324.      *
  6325.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6326.      */
  6327.     protected function getConsole_Command_ConfigDebugService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6334.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6335.         $instance->setName('debug:config');
  6336.         return $instance;
  6337.     }
  6338.     /**
  6339.      * Gets the private 'console.command.config_dump_reference' shared service.
  6340.      *
  6341.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6342.      */
  6343.     protected function getConsole_Command_ConfigDumpReferenceService()
  6344.     {
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6350.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6351.         $instance->setName('config:dump-reference');
  6352.         return $instance;
  6353.     }
  6354.     /**
  6355.      * Gets the private 'console.command.container_debug' shared service.
  6356.      *
  6357.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6358.      */
  6359.     protected function getConsole_Command_ContainerDebugService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6364.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6365.         $instance->setName('debug:container');
  6366.         return $instance;
  6367.     }
  6368.     /**
  6369.      * Gets the private 'console.command.container_lint' shared service.
  6370.      *
  6371.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6372.      */
  6373.     protected function getConsole_Command_ContainerLintService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6377.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6378.         $instance->setName('lint:container');
  6379.         return $instance;
  6380.     }
  6381.     /**
  6382.      * Gets the private 'console.command.debug_autowiring' shared service.
  6383.      *
  6384.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6385.      */
  6386.     protected function getConsole_Command_DebugAutowiringService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6392.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6393.         $instance->setName('debug:autowiring');
  6394.         return $instance;
  6395.     }
  6396.     /**
  6397.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6398.      *
  6399.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6400.      */
  6401.     protected function getConsole_Command_EventDispatcherDebugService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6405.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6406.         $instance->setName('debug:event-dispatcher');
  6407.         return $instance;
  6408.     }
  6409.     /**
  6410.      * Gets the private 'console.command.form_debug' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\Form\Command\DebugCommand
  6413.      */
  6414.     protected function getConsole_Command_FormDebugService()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6418.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\Type\\FacilityDetailsType'=> 'App\\Form\\Type\\FacilityType'=> 'App\\Form\\Type\\FacilityWorkstationType'=> 'App\\Form\\Type\\NetworkInstallationType'=> 'App\\Form\\Type\\ProjectType'=> 'App\\Form\\Type\\UserType'=> 'App\\Form\\Type\\VerificationItemType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'11 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6419.         $instance->setName('debug:form');
  6420.         return $instance;
  6421.     }
  6422.     /**
  6423.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6424.      *
  6425.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6426.      */
  6427.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6428.     {
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6431.         $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()), [=> 'sync'=> 'async_priority_high'=> 'async_priority_medium'=> 'async_priority_low'=> 'failed']);
  6432.         $instance->setName('messenger:consume');
  6433.         return $instance;
  6434.     }
  6435.     /**
  6436.      * Gets the private 'console.command.messenger_debug' shared service.
  6437.      *
  6438.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6439.      */
  6440.     protected function getConsole_Command_MessengerDebugService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6444.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['command.bus' => ['App\\Message\\Command\\DropboxProcessWebhook' => [=> [=> 'App\\MessageHandler\\Command\\DropboxProcessHandler'=> []]], 'App\\Message\\Command\\DropboxProcessSingle' => [=> [=> 'App\\MessageHandler\\Command\\DropboxProcessHandler'=> ['method' => 'processSingleMessage''priority' => 0'from_transport' => 'async_priority_high']]], 'App\\Message\\Command\\DropboxProcessMultiple' => [=> [=> 'App\\MessageHandler\\Command\\DropboxProcessHandler'=> ['method' => 'processMultipleMessages''priority' => 10'from_transport' => 'async_priority_high']]], 'App\\Message\\Command\\DropboxProcessDebug' => [=> [=> 'App\\MessageHandler\\Command\\DropboxProcessHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessAsanaWebhookEvent' => [=> [=> 'App\\MessageHandler\\Command\\ProcessAsanaWebhookEventHandler'=> []]], 'App\\Message\\Command\\DebugProcessAsanaWebhookEvent' => [=> [=> 'App\\MessageHandler\\Command\\ProcessAsanaWebhookEventHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessAssetFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessAssetFileHandler'=> []]], 'App\\Message\\Command\\ProcessCommissioningFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessCommissioningFileHandler'=> []]], 'App\\Message\\Command\\DebugProcessCommissioningFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessCommissioningFileHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessController' => [=> [=> 'App\\MessageHandler\\Command\\ProcessControllerHandler'=> []]], 'App\\Message\\Command\\ProcessGraphicsAssetFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsAssetFileHandler'=> []]], 'App\\Message\\Command\\DebugProcessGraphicsAssetFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsAssetFileHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessGraphicsDynamicScreenFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsDynamicScreenFileHandler'=> []]], 'App\\Message\\Command\\DebugProcessGraphicsDynamicScreenFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsDynamicScreenFileHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessGraphicsScreenFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsScreenFileHandler'=> []]], 'App\\Message\\Command\\DebugProcessGraphicsScreenFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsScreenFileHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessGraphicsShapeFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsShapeFileHandler'=> []]], 'App\\Message\\Command\\DebugProcessGraphicsShapeFile' => [=> [=> 'App\\MessageHandler\\Command\\ProcessGraphicsShapeFileHandler'=> ['method' => 'processDebugMessage''priority' => 0'from_transport' => 'sync']]], 'App\\Message\\Command\\ProcessScreenView' => [=> [=> 'App\\MessageHandler\\Command\\ProcessScreenViewHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]]], 'event.bus' => ['App\\Message\\Event\\DropboxFileChangedEvent' => [=> [=> 'App\\MessageHandler\\Event\\NotifyUserWhenDropboxFileChanged'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]]], 'query.bus' => ['App\\Message\\Query\\Query' => [=> [=> 'App\\MessageHandler\\Query\\QueryHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]]]]);
  6445.         $instance->setName('debug:messenger');
  6446.         return $instance;
  6447.     }
  6448.     /**
  6449.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  6450.      *
  6451.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  6452.      */
  6453.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  6454.     {
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  6458.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  6459.         $instance->setName('messenger:failed:remove');
  6460.         return $instance;
  6461.     }
  6462.     /**
  6463.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  6464.      *
  6465.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  6466.      */
  6467.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  6468.     {
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  6472.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6473.         $instance->setName('messenger:failed:retry');
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  6480.      */
  6481.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  6486.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  6487.         $instance->setName('messenger:failed:show');
  6488.         return $instance;
  6489.     }
  6490.     /**
  6491.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6492.      *
  6493.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6494.      */
  6495.     protected function getConsole_Command_MessengerSetupTransportsService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6499.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'sync'=> 'async_priority_high'=> 'async_priority_medium'=> 'async_priority_low'=> 'failed']);
  6500.         $instance->setName('messenger:setup-transports');
  6501.         return $instance;
  6502.     }
  6503.     /**
  6504.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6505.      *
  6506.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6507.      */
  6508.     protected function getConsole_Command_MessengerStopWorkersService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6512.         $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()));
  6513.         $instance->setName('messenger:stop-workers');
  6514.         return $instance;
  6515.     }
  6516.     /**
  6517.      * Gets the private 'console.command.router_debug' shared service.
  6518.      *
  6519.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6520.      */
  6521.     protected function getConsole_Command_RouterDebugService()
  6522.     {
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6526.         $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()));
  6527.         $instance->setName('debug:router');
  6528.         return $instance;
  6529.     }
  6530.     /**
  6531.      * Gets the private 'console.command.router_match' shared service.
  6532.      *
  6533.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6534.      */
  6535.     protected function getConsole_Command_RouterMatchService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6539.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6540.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6541.         }, 1));
  6542.         $instance->setName('router:match');
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6547.      *
  6548.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6549.      */
  6550.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6551.     {
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6556.         $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')))));
  6557.         $instance->setName('secrets:decrypt-to-local');
  6558.         return $instance;
  6559.     }
  6560.     /**
  6561.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6562.      *
  6563.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6564.      */
  6565.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6571.         $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')))));
  6572.         $instance->setName('secrets:encrypt-from-local');
  6573.         return $instance;
  6574.     }
  6575.     /**
  6576.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6577.      *
  6578.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6579.      */
  6580.     protected function getConsole_Command_SecretsGenerateKeyService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6586.         $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')))));
  6587.         $instance->setName('secrets:generate-keys');
  6588.         return $instance;
  6589.     }
  6590.     /**
  6591.      * Gets the private 'console.command.secrets_list' shared service.
  6592.      *
  6593.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6594.      */
  6595.     protected function getConsole_Command_SecretsListService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6601.         $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')))));
  6602.         $instance->setName('secrets:list');
  6603.         return $instance;
  6604.     }
  6605.     /**
  6606.      * Gets the private 'console.command.secrets_remove' shared service.
  6607.      *
  6608.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6609.      */
  6610.     protected function getConsole_Command_SecretsRemoveService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6616.         $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')))));
  6617.         $instance->setName('secrets:remove');
  6618.         return $instance;
  6619.     }
  6620.     /**
  6621.      * Gets the private 'console.command.secrets_set' shared service.
  6622.      *
  6623.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6624.      */
  6625.     protected function getConsole_Command_SecretsSetService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6631.         $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')))));
  6632.         $instance->setName('secrets:set');
  6633.         return $instance;
  6634.     }
  6635.     /**
  6636.      * Gets the private 'console.command.translation_debug' shared service.
  6637.      *
  6638.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6639.      */
  6640.     protected function getConsole_Command_TranslationDebugService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6644.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')]);
  6645.         $instance->setName('debug:translation');
  6646.         return $instance;
  6647.     }
  6648.     /**
  6649.      * Gets the private 'console.command.translation_update' shared service.
  6650.      *
  6651.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6652.      */
  6653.     protected function getConsole_Command_TranslationUpdateService()
  6654.     {
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6671.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6672.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6673.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6674.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6675.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6676.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6677.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6678.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6679.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6680.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6681.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6682.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6683.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')]);
  6684.         $instance->setName('translation:update');
  6685.         return $instance;
  6686.     }
  6687.     /**
  6688.      * Gets the private 'console.command.validator_debug' shared service.
  6689.      *
  6690.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6691.      */
  6692.     protected function getConsole_Command_ValidatorDebugService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6696.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6697.         $instance->setName('debug:validator');
  6698.         return $instance;
  6699.     }
  6700.     /**
  6701.      * Gets the private 'console.command.xliff_lint' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6704.      */
  6705.     protected function getConsole_Command_XliffLintService()
  6706.     {
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6709.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6710.         $instance->setName('lint:xliff');
  6711.         return $instance;
  6712.     }
  6713.     /**
  6714.      * Gets the private 'console.command.yaml_lint' shared service.
  6715.      *
  6716.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6717.      */
  6718.     protected function getConsole_Command_YamlLintService()
  6719.     {
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6723.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6724.         $instance->setName('lint:yaml');
  6725.         return $instance;
  6726.     }
  6727.     /**
  6728.      * Gets the private 'console.error_listener' shared service.
  6729.      *
  6730.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6731.      */
  6732.     protected function getConsole_ErrorListenerService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6735.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6736.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6737.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6738.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6739.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6740.     }
  6741.     /**
  6742.      * Gets the private 'container.env_var_processor' shared service.
  6743.      *
  6744.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6745.      */
  6746.     protected function getContainer_EnvVarProcessorService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6750.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6751.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6752.         }, 1));
  6753.     }
  6754.     /**
  6755.      * Gets the private 'container.getenv' shared service.
  6756.      *
  6757.      * @return \Closure
  6758.      */
  6759.     protected function getContainer_GetenvService()
  6760.     {
  6761.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6762.     }
  6763.     /**
  6764.      * Gets the private 'data_collector.form' shared service.
  6765.      *
  6766.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6767.      */
  6768.     protected function getDataCollector_FormService()
  6769.     {
  6770.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6771.     }
  6772.     /**
  6773.      * Gets the private 'data_collector.request' shared service.
  6774.      *
  6775.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6776.      */
  6777.     protected function getDataCollector_RequestService()
  6778.     {
  6779.         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())));
  6780.     }
  6781.     /**
  6782.      * Gets the private 'data_collector.request.session_collector' shared service.
  6783.      *
  6784.      * @return \Closure
  6785.      */
  6786.     protected function getDataCollector_Request_SessionCollectorService()
  6787.     {
  6788.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6789.     }
  6790.     /**
  6791.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6792.      *
  6793.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6794.      */
  6795.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6796.     {
  6797.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6798.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  6799.         }, 1)));
  6800.     }
  6801.     /**
  6802.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6803.      *
  6804.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6805.      */
  6806.     protected function getDebug_ApiPlatform_DataPersisterService()
  6807.     {
  6808.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6809.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  6810.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  6811.         }, 2)));
  6812.     }
  6813.     /**
  6814.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6815.      *
  6816.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6817.      */
  6818.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6819.     {
  6820.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  6821.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  6822.         }, 1)));
  6823.     }
  6824.     /**
  6825.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6826.      *
  6827.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6828.      */
  6829.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6830.     {
  6831.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6832.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  6833.         }, 1)));
  6834.     }
  6835.     /**
  6836.      * Gets the private 'debug.argument_resolver.default' shared service.
  6837.      *
  6838.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6839.      */
  6840.     protected function getDebug_ArgumentResolver_DefaultService()
  6841.     {
  6842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6845.         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))));
  6846.     }
  6847.     /**
  6848.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6849.      *
  6850.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6851.      */
  6852.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6853.     {
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6857.         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.qoFK_9b'] ?? $this->get_ServiceLocator_QoFK9bService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6858.     }
  6859.     /**
  6860.      * Gets the private 'debug.argument_resolver.request' shared service.
  6861.      *
  6862.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6863.      */
  6864.     protected function getDebug_ArgumentResolver_RequestService()
  6865.     {
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6869.         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))));
  6870.     }
  6871.     /**
  6872.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6873.      *
  6874.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6875.      */
  6876.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6881.         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))));
  6882.     }
  6883.     /**
  6884.      * Gets the private 'debug.argument_resolver.service' shared service.
  6885.      *
  6886.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6887.      */
  6888.     protected function getDebug_ArgumentResolver_ServiceService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6893.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.qoFK_9b'] ?? $this->get_ServiceLocator_QoFK9bService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6894.     }
  6895.     /**
  6896.      * Gets the private 'debug.argument_resolver.session' shared service.
  6897.      *
  6898.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6899.      */
  6900.     protected function getDebug_ArgumentResolver_SessionService()
  6901.     {
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6905.         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))));
  6906.     }
  6907.     /**
  6908.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6909.      *
  6910.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6911.      */
  6912.     protected function getDebug_ArgumentResolver_VariadicService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6917.         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))));
  6918.     }
  6919.     /**
  6920.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6921.      *
  6922.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6923.      */
  6924.     protected function getDebug_DebugHandlersListenerService()
  6925.     {
  6926.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6927.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6928.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6929.         $a->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  6930.         $a->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  6931.         $a->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  6932.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6933.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6934.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), trueNULL);
  6935.     }
  6936.     /**
  6937.      * Gets the private 'debug.dump_listener' shared service.
  6938.      *
  6939.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6940.      */
  6941.     protected function getDebug_DumpListenerService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6945.         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()));
  6946.     }
  6947.     /**
  6948.      * Gets the private 'debug.file_link_formatter' shared service.
  6949.      *
  6950.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6951.      */
  6952.     protected function getDebug_FileLinkFormatterService()
  6953.     {
  6954.         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 () {
  6955.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6956.         });
  6957.     }
  6958.     /**
  6959.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6960.      *
  6961.      * @return \string
  6962.      */
  6963.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6964.     {
  6965.         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');
  6966.     }
  6967.     /**
  6968.      * Gets the private 'debug.log_processor' shared service.
  6969.      *
  6970.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6971.      */
  6972.     protected function getDebug_LogProcessorService()
  6973.     {
  6974.         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())));
  6975.     }
  6976.     /**
  6977.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6978.      *
  6979.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6980.      */
  6981.     protected function getDebug_Security_Access_DecisionManagerService()
  6982.     {
  6983.         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 () {
  6984.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6985.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6986.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6987.         }, 3), 'affirmative'falsetrue));
  6988.     }
  6989.     /**
  6990.      * Gets the private 'debug.security.firewall' shared service.
  6991.      *
  6992.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6993.      */
  6994.     protected function getDebug_Security_FirewallService()
  6995.     {
  6996.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6997.     }
  6998.     /**
  6999.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7000.      *
  7001.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7002.      */
  7003.     protected function getDebug_Security_UserValueResolverService()
  7004.     {
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7008.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7009.     }
  7010.     /**
  7011.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7012.      *
  7013.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7014.      */
  7015.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7016.     {
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7020.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7021.     }
  7022.     /**
  7023.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7024.      *
  7025.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7026.      */
  7027.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7028.     {
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7032.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7033.     }
  7034.     /**
  7035.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7036.      *
  7037.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7038.      */
  7039.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7040.     {
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7045.         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())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7046.     }
  7047.     /**
  7048.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7049.      *
  7050.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7051.      */
  7052.     protected function getDebug_Security_Voter_VoteListenerService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7055.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  7056.     }
  7057.     /**
  7058.      * Gets the private 'debug.traced.event.bus' shared service.
  7059.      *
  7060.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  7061.      */
  7062.     protected function getDebug_Traced_Event_BusService()
  7063.     {
  7064.         return $this->privates['debug.traced.event.bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  7065.             yield => ($this->privates['event.bus.middleware.traceable'] ?? $this->getEvent_Bus_Middleware_TraceableService());
  7066.             yield => ($this->privates['event.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['event.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('event.bus')));
  7067.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  7068.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  7069.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  7070.             yield => ($this->privates['App\\Messenger\\AuditMiddleware'] ?? $this->getAuditMiddlewareService());
  7071.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  7072.             yield => ($this->privates['event.bus.middleware.handle_message'] ?? $this->getEvent_Bus_Middleware_HandleMessageService());
  7073.         }, 8)));
  7074.     }
  7075.     /**
  7076.      * Gets the private 'debug.traced.query.bus' shared service.
  7077.      *
  7078.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  7079.      */
  7080.     protected function getDebug_Traced_Query_BusService()
  7081.     {
  7082.         return $this->privates['debug.traced.query.bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  7083.             yield => ($this->privates['query.bus.middleware.traceable'] ?? $this->getQuery_Bus_Middleware_TraceableService());
  7084.             yield => ($this->privates['query.bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['query.bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('query.bus')));
  7085.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  7086.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  7087.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  7088.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  7089.             yield => ($this->privates['query.bus.middleware.handle_message'] ?? $this->getQuery_Bus_Middleware_HandleMessageService());
  7090.         }, 7)));
  7091.     }
  7092.     /**
  7093.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7094.      *
  7095.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7096.      */
  7097.     protected function getDoctrine_CacheClearMetadataCommandService()
  7098.     {
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7104.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7105.         $instance->setName('doctrine:cache:clear-metadata');
  7106.         return $instance;
  7107.     }
  7108.     /**
  7109.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7110.      *
  7111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7112.      */
  7113.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7114.     {
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7120.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7121.         $instance->setName('doctrine:cache:clear-query');
  7122.         return $instance;
  7123.     }
  7124.     /**
  7125.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7126.      *
  7127.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7128.      */
  7129.     protected function getDoctrine_CacheClearResultCommandService()
  7130.     {
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7136.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7137.         $instance->setName('doctrine:cache:clear-result');
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7142.      *
  7143.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7144.      */
  7145.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7152.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7153.         $instance->setName('doctrine:cache:clear-collection-region');
  7154.         return $instance;
  7155.     }
  7156.     /**
  7157.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7158.      *
  7159.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7160.      */
  7161.     protected function getDoctrine_ClearEntityRegionCommandService()
  7162.     {
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7168.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7169.         $instance->setName('doctrine:cache:clear-entity-region');
  7170.         return $instance;
  7171.     }
  7172.     /**
  7173.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7174.      *
  7175.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7176.      */
  7177.     protected function getDoctrine_ClearQueryRegionCommandService()
  7178.     {
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7184.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7185.         $instance->setName('doctrine:cache:clear-query-region');
  7186.         return $instance;
  7187.     }
  7188.     /**
  7189.      * Gets the private 'doctrine.database_create_command' shared service.
  7190.      *
  7191.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7192.      */
  7193.     protected function getDoctrine_DatabaseCreateCommandService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7198.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7199.         $instance->setName('doctrine:database:create');
  7200.         return $instance;
  7201.     }
  7202.     /**
  7203.      * Gets the private 'doctrine.database_drop_command' shared service.
  7204.      *
  7205.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7206.      */
  7207.     protected function getDoctrine_DatabaseDropCommandService()
  7208.     {
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7212.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7213.         $instance->setName('doctrine:database:drop');
  7214.         return $instance;
  7215.     }
  7216.     /**
  7217.      * Gets the private 'doctrine.database_import_command' shared service.
  7218.      *
  7219.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7220.      */
  7221.     protected function getDoctrine_DatabaseImportCommandService()
  7222.     {
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7226.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7227.         $instance->setName('doctrine:database:import');
  7228.         return $instance;
  7229.     }
  7230.     /**
  7231.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7232.      *
  7233.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7234.      */
  7235.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7236.     {
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7242.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7243.         $instance->setName('doctrine:ensure-production-settings');
  7244.         return $instance;
  7245.     }
  7246.     /**
  7247.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7248.      *
  7249.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7250.      */
  7251.     protected function getDoctrine_MappingConvertCommandService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7258.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7259.         $instance->setName('doctrine:mapping:convert');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7264.      *
  7265.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7266.      */
  7267.     protected function getDoctrine_MappingImportCommandService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7272.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7273.         $instance->setName('doctrine:mapping:import');
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7278.      *
  7279.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7280.      */
  7281.     protected function getDoctrine_MappingInfoCommandService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7288.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7289.         $instance->setName('doctrine:mapping:info');
  7290.         return $instance;
  7291.     }
  7292.     /**
  7293.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7294.      *
  7295.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7296.      */
  7297.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7301.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7302.     }
  7303.     /**
  7304.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7305.      *
  7306.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7307.      */
  7308.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7309.     {
  7310.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  7311.     }
  7312.     /**
  7313.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7314.      *
  7315.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7316.      */
  7317.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7320.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7321.     }
  7322.     /**
  7323.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7324.      *
  7325.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7326.      */
  7327.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7328.     {
  7329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7330.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7331.     }
  7332.     /**
  7333.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7334.      *
  7335.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7336.      */
  7337.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7341.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7342.     }
  7343.     /**
  7344.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  7345.      *
  7346.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  7347.      */
  7348.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  7349.     {
  7350.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  7352.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7353.             yield => ($this->privates['messenger.transport.sync'] ?? $this->getMessenger_Transport_SyncService());
  7354.             yield => ($this->privates['messenger.transport.async_priority_high'] ?? $this->getMessenger_Transport_AsyncPriorityHighService());
  7355.             yield => ($this->privates['messenger.transport.async_priority_medium'] ?? $this->getMessenger_Transport_AsyncPriorityMediumService());
  7356.             yield => ($this->privates['messenger.transport.async_priority_low'] ?? $this->getMessenger_Transport_AsyncPriorityLowService());
  7357.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  7358.         }, 5));
  7359.     }
  7360.     /**
  7361.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  7362.      *
  7363.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  7364.      */
  7365.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  7366.     {
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  7368.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7369.     }
  7370.     /**
  7371.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7372.      *
  7373.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7374.      */
  7375.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7379.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7380.     }
  7381.     /**
  7382.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7383.      *
  7384.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7385.      */
  7386.     protected function getDoctrine_Orm_Validator_UniqueService()
  7387.     {
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7391.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7392.     }
  7393.     /**
  7394.      * Gets the private 'doctrine.query_dql_command' shared service.
  7395.      *
  7396.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7397.      */
  7398.     protected function getDoctrine_QueryDqlCommandService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7405.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7406.         $instance->setName('doctrine:query:dql');
  7407.         return $instance;
  7408.     }
  7409.     /**
  7410.      * Gets the private 'doctrine.query_sql_command' shared service.
  7411.      *
  7412.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7413.      */
  7414.     protected function getDoctrine_QuerySqlCommandService()
  7415.     {
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7419.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7420.         $instance->setName('doctrine:query:sql');
  7421.         return $instance;
  7422.     }
  7423.     /**
  7424.      * Gets the private 'doctrine.schema_create_command' shared service.
  7425.      *
  7426.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7427.      */
  7428.     protected function getDoctrine_SchemaCreateCommandService()
  7429.     {
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7436.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7437.         $instance->setName('doctrine:schema:create');
  7438.         return $instance;
  7439.     }
  7440.     /**
  7441.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7442.      *
  7443.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7444.      */
  7445.     protected function getDoctrine_SchemaDropCommandService()
  7446.     {
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7453.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7454.         $instance->setName('doctrine:schema:drop');
  7455.         return $instance;
  7456.     }
  7457.     /**
  7458.      * Gets the private 'doctrine.schema_update_command' shared service.
  7459.      *
  7460.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7461.      */
  7462.     protected function getDoctrine_SchemaUpdateCommandService()
  7463.     {
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7470.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7471.         $instance->setName('doctrine:schema:update');
  7472.         return $instance;
  7473.     }
  7474.     /**
  7475.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7476.      *
  7477.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7478.      */
  7479.     protected function getDoctrine_SchemaValidateCommandService()
  7480.     {
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7483.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7486.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7487.         $instance->setName('doctrine:schema:validate');
  7488.         return $instance;
  7489.     }
  7490.     /**
  7491.      * Gets the private 'doctrine.ulid_generator' shared service.
  7492.      *
  7493.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7494.      */
  7495.     protected function getDoctrine_UlidGeneratorService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7499.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7500.     }
  7501.     /**
  7502.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7503.      *
  7504.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  7505.      */
  7506.     protected function getDoctrineMigrations_DiffCommandService()
  7507.     {
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  7512.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  7513.         $instance->setName('doctrine:migrations:diff');
  7514.         return $instance;
  7515.     }
  7516.     /**
  7517.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7518.      *
  7519.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  7520.      */
  7521.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  7527.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  7528.         $instance->setName('doctrine:migrations:dump-schema');
  7529.         return $instance;
  7530.     }
  7531.     /**
  7532.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7533.      *
  7534.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  7535.      */
  7536.     protected function getDoctrineMigrations_ExecuteCommandService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  7542.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  7543.         $instance->setName('doctrine:migrations:execute');
  7544.         return $instance;
  7545.     }
  7546.     /**
  7547.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7548.      *
  7549.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  7550.      */
  7551.     protected function getDoctrineMigrations_GenerateCommandService()
  7552.     {
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  7557.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  7558.         $instance->setName('doctrine:migrations:generate');
  7559.         return $instance;
  7560.     }
  7561.     /**
  7562.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7563.      *
  7564.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  7565.      */
  7566.     protected function getDoctrineMigrations_LatestCommandService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  7572.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  7573.         $instance->setName('doctrine:migrations:latest');
  7574.         return $instance;
  7575.     }
  7576.     /**
  7577.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7578.      *
  7579.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  7580.      */
  7581.     protected function getDoctrineMigrations_MigrateCommandService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  7587.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  7588.         $instance->setName('doctrine:migrations:migrate');
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7593.      *
  7594.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  7595.      */
  7596.     protected function getDoctrineMigrations_RollupCommandService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  7602.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  7603.         $instance->setName('doctrine:migrations:rollup');
  7604.         return $instance;
  7605.     }
  7606.     /**
  7607.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7608.      *
  7609.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  7610.      */
  7611.     protected function getDoctrineMigrations_StatusCommandService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  7617.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  7618.         $instance->setName('doctrine:migrations:status');
  7619.         return $instance;
  7620.     }
  7621.     /**
  7622.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7623.      *
  7624.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  7625.      */
  7626.     protected function getDoctrineMigrations_UpToDateCommandService()
  7627.     {
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  7632.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  7633.         $instance->setName('doctrine:migrations:up-to-date');
  7634.         return $instance;
  7635.     }
  7636.     /**
  7637.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7638.      *
  7639.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  7640.      */
  7641.     protected function getDoctrineMigrations_VersionCommandService()
  7642.     {
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  7647.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  7648.         $instance->setName('doctrine:migrations:version');
  7649.         return $instance;
  7650.     }
  7651.     /**
  7652.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7653.      *
  7654.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7655.      */
  7656.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7660.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7661.         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()));
  7662.     }
  7663.     /**
  7664.      * Gets the private 'event.bus.middleware.handle_message' shared service.
  7665.      *
  7666.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7667.      */
  7668.     protected function getEvent_Bus_Middleware_HandleMessageService()
  7669.     {
  7670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7674.         $this->privates['event.bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\Event\\DropboxFileChangedEvent' => new RewindableGenerator(function () {
  7675.             yield => ($this->privates['.messenger.handler_descriptor.GyZDsc3'] ?? $this->get_Messenger_HandlerDescriptor_GyZDsc3Service());
  7676.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7677.             yield => ($this->privates['.messenger.handler_descriptor.vNcVjqD'] ?? $this->get_Messenger_HandlerDescriptor_VNcVjqDService());
  7678.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  7679.             yield => ($this->privates['.messenger.handler_descriptor.jI5U7eR'] ?? $this->get_Messenger_HandlerDescriptor_JI5U7eRService());
  7680.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  7681.             yield => ($this->privates['.messenger.handler_descriptor.sI_ufGP'] ?? $this->get_Messenger_HandlerDescriptor_SIUfGPService());
  7682.         }, 1)]), true);
  7683.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7684.         return $instance;
  7685.     }
  7686.     /**
  7687.      * Gets the private 'event.bus.middleware.traceable' shared service.
  7688.      *
  7689.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7690.      */
  7691.     protected function getEvent_Bus_Middleware_TraceableService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7695.         return $this->privates['event.bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'event.bus');
  7696.     }
  7697.     /**
  7698.      * Gets the private 'exception_listener' shared service.
  7699.      *
  7700.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7701.      */
  7702.     protected function getExceptionListenerService()
  7703.     {
  7704.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  7705.     }
  7706.     /**
  7707.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7708.      *
  7709.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7710.      */
  7711.     protected function getForm_ChoiceListFactory_CachedService()
  7712.     {
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7717.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  7718.     }
  7719.     /**
  7720.      * Gets the private 'form.registry' shared service.
  7721.      *
  7722.      * @return \Symfony\Component\Form\FormRegistry
  7723.      */
  7724.     protected function getForm_RegistryService()
  7725.     {
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7733.         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, [
  7734.             'App\\Form\\Type\\FacilityDetailsType' => ['privates''App\\Form\\Type\\FacilityDetailsType''getFacilityDetailsTypeService'false],
  7735.             'App\\Form\\Type\\FacilityType' => ['privates''App\\Form\\Type\\FacilityType''getFacilityTypeService'false],
  7736.             'App\\Form\\Type\\FacilityWorkstationType' => ['privates''App\\Form\\Type\\FacilityWorkstationType''getFacilityWorkstationTypeService'false],
  7737.             'App\\Form\\Type\\NetworkInstallationType' => ['privates''App\\Form\\Type\\NetworkInstallationType''getNetworkInstallationTypeService'false],
  7738.             'App\\Form\\Type\\ProjectType' => ['privates''App\\Form\\Type\\ProjectType''getProjectTypeService'false],
  7739.             'App\\Form\\Type\\UserType' => ['privates''App\\Form\\Type\\UserType''getUserTypeService'false],
  7740.             'App\\Form\\Type\\VerificationItemType' => ['privates''App\\Form\\Type\\VerificationItemType''getVerificationItemTypeService'false],
  7741.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7742.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7743.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7744.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7745.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7746.         ], [
  7747.             'App\\Form\\Type\\FacilityDetailsType' => '?',
  7748.             'App\\Form\\Type\\FacilityType' => '?',
  7749.             'App\\Form\\Type\\FacilityWorkstationType' => '?',
  7750.             'App\\Form\\Type\\NetworkInstallationType' => '?',
  7751.             'App\\Form\\Type\\ProjectType' => '?',
  7752.             'App\\Form\\Type\\UserType' => '?',
  7753.             'App\\Form\\Type\\VerificationItemType' => '?',
  7754.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7755.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7756.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7757.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7758.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7759.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7760.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7761.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7762.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7763.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7764.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7765.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7766.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7767.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7768.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7769.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7770.         }, 1)], new RewindableGenerator(function () {
  7771.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7772.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7773.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7774.     }
  7775.     /**
  7776.      * Gets the private 'form.server_params' shared service.
  7777.      *
  7778.      * @return \Symfony\Component\Form\Util\ServerParams
  7779.      */
  7780.     protected function getForm_ServerParamsService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7783.         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())));
  7784.     }
  7785.     /**
  7786.      * Gets the private 'form.type.choice' shared service.
  7787.      *
  7788.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7789.      */
  7790.     protected function getForm_Type_ChoiceService()
  7791.     {
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7795.         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()));
  7796.     }
  7797.     /**
  7798.      * Gets the private 'form.type.color' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7801.      */
  7802.     protected function getForm_Type_ColorService()
  7803.     {
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7807.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7808.     }
  7809.     /**
  7810.      * Gets the private 'form.type.entity' shared service.
  7811.      *
  7812.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7813.      */
  7814.     protected function getForm_Type_EntityService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7820.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7821.     }
  7822.     /**
  7823.      * Gets the private 'form.type.form' shared service.
  7824.      *
  7825.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7826.      */
  7827.     protected function getForm_Type_FormService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7833.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7834.     }
  7835.     /**
  7836.      * Gets the private 'form.type_extension.csrf' shared service.
  7837.      *
  7838.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7839.      */
  7840.     protected function getForm_TypeExtension_CsrfService()
  7841.     {
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7845.         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()));
  7846.     }
  7847.     /**
  7848.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7849.      *
  7850.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7851.      */
  7852.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7857.         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()));
  7858.     }
  7859.     /**
  7860.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7861.      *
  7862.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7863.      */
  7864.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7865.     {
  7866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7871.         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())));
  7872.     }
  7873.     /**
  7874.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7875.      *
  7876.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7877.      */
  7878.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7879.     {
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7883.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7884.     }
  7885.     /**
  7886.      * Gets the private 'form.type_extension.form.validator' shared service.
  7887.      *
  7888.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7889.      */
  7890.     protected function getForm_TypeExtension_Form_ValidatorService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7896.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7897.     }
  7898.     /**
  7899.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7900.      *
  7901.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7902.      */
  7903.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7904.     {
  7905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7908.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7909.     }
  7910.     /**
  7911.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7912.      *
  7913.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7914.      */
  7915.     protected function getForm_TypeGuesser_DoctrineService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7919.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7920.     }
  7921.     /**
  7922.      * Gets the private 'form.type_guesser.validator' shared service.
  7923.      *
  7924.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7925.      */
  7926.     protected function getForm_TypeGuesser_ValidatorService()
  7927.     {
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7930.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7931.     }
  7932.     /**
  7933.      * Gets the private 'fragment.renderer.inline' shared service.
  7934.      *
  7935.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7936.      */
  7937.     protected function getFragment_Renderer_InlineService()
  7938.     {
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7942.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7943.         $instance->setFragmentPath('/_fragment');
  7944.         return $instance;
  7945.     }
  7946.     /**
  7947.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7948.      *
  7949.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7950.      */
  7951.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7952.     {
  7953.         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())));
  7954.     }
  7955.     /**
  7956.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7957.      *
  7958.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7959.      */
  7960.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7961.     {
  7962.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7963.     }
  7964.     /**
  7965.      * Gets the private 'locale_aware_listener' shared service.
  7966.      *
  7967.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7968.      */
  7969.     protected function getLocaleAwareListenerService()
  7970.     {
  7971.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7972.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7973.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7974.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7975.     }
  7976.     /**
  7977.      * Gets the private 'locale_listener' shared service.
  7978.      *
  7979.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7980.      */
  7981.     protected function getLocaleListenerService()
  7982.     {
  7983.         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()));
  7984.     }
  7985.     /**
  7986.      * Gets the private 'mailer.mailer' shared service.
  7987.      *
  7988.      * @return \Symfony\Component\Mailer\Mailer
  7989.      */
  7990.     protected function getMailer_MailerService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  7994.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7995.     }
  7996.     /**
  7997.      * Gets the private 'mailer.messenger.message_handler' shared service.
  7998.      *
  7999.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  8000.      */
  8001.     protected function getMailer_Messenger_MessageHandlerService()
  8002.     {
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  8004.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
  8005.     }
  8006.     /**
  8007.      * Gets the private 'mailer.transport_factory.native' shared service.
  8008.      *
  8009.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8010.      */
  8011.     protected function getMailer_TransportFactory_NativeService()
  8012.     {
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8016.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8017.     }
  8018.     /**
  8019.      * Gets the private 'mailer.transport_factory.null' shared service.
  8020.      *
  8021.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8022.      */
  8023.     protected function getMailer_TransportFactory_NullService()
  8024.     {
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8028.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8029.     }
  8030.     /**
  8031.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8032.      *
  8033.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8034.      */
  8035.     protected function getMailer_TransportFactory_SendmailService()
  8036.     {
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8040.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8041.     }
  8042.     /**
  8043.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8044.      *
  8045.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8046.      */
  8047.     protected function getMailer_TransportFactory_SmtpService()
  8048.     {
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8052.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8053.     }
  8054.     /**
  8055.      * Gets the private 'mailer.transports' shared service.
  8056.      *
  8057.      * @return \Symfony\Component\Mailer\Transport\Transports
  8058.      */
  8059.     protected function getMailer_TransportsService()
  8060.     {
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8064.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8065.             yield => $this->getMailer_TransportFactory_NullService();
  8066.             yield => $this->getMailer_TransportFactory_SendmailService();
  8067.             yield => $this->getMailer_TransportFactory_NativeService();
  8068.             yield => $this->getMailer_TransportFactory_SmtpService();
  8069.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  8070.     }
  8071.     /**
  8072.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8073.      *
  8074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8075.      */
  8076.     protected function getMaker_AutoCommand_MakeAuthService()
  8077.     {
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8085.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8086.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8087.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  8088.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8089.         $instance->setName('make:auth');
  8090.         return $instance;
  8091.     }
  8092.     /**
  8093.      * Gets the private 'maker.auto_command.make_command' shared service.
  8094.      *
  8095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8096.      */
  8097.     protected function getMaker_AutoCommand_MakeCommandService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8104.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8105.         $instance->setDescription('Creates a new console command class');
  8106.         $instance->setName('make:command');
  8107.         return $instance;
  8108.     }
  8109.     /**
  8110.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8111.      *
  8112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8113.      */
  8114.     protected function getMaker_AutoCommand_MakeControllerService()
  8115.     {
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8121.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8122.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8123.         $instance->setDescription('Creates a new controller class');
  8124.         $instance->setName('make:controller');
  8125.         return $instance;
  8126.     }
  8127.     /**
  8128.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8129.      *
  8130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8131.      */
  8132.     protected function getMaker_AutoCommand_MakeCrudService()
  8133.     {
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8139.         $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()));
  8140.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8141.         $instance->setName('make:crud');
  8142.         return $instance;
  8143.     }
  8144.     /**
  8145.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  8146.      *
  8147.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8148.      */
  8149.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  8150.     {
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  8156.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8157.         $instance->setDescription('Creates an API Platform data persister');
  8158.         $instance->setName('make:data-persister');
  8159.         return $instance;
  8160.     }
  8161.     /**
  8162.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  8163.      *
  8164.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8165.      */
  8166.     protected function getMaker_AutoCommand_MakeDataProviderService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  8173.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8174.         $instance->setDescription('Creates an API Platform data provider');
  8175.         $instance->setName('make:data-provider');
  8176.         return $instance;
  8177.     }
  8178.     /**
  8179.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8180.      *
  8181.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8182.      */
  8183.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8184.     {
  8185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8190.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8191.         $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()));
  8192.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8193.         $instance->setName('make:docker:database');
  8194.         return $instance;
  8195.     }
  8196.     /**
  8197.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8198.      *
  8199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8200.      */
  8201.     protected function getMaker_AutoCommand_MakeEntityService()
  8202.     {
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8209.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8210.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8211.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  8212.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8213.         $instance->setName('make:entity');
  8214.         return $instance;
  8215.     }
  8216.     /**
  8217.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8218.      *
  8219.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8220.      */
  8221.     protected function getMaker_AutoCommand_MakeFixturesService()
  8222.     {
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8228.         $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()));
  8229.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8230.         $instance->setName('make:fixtures');
  8231.         return $instance;
  8232.     }
  8233.     /**
  8234.      * Gets the private 'maker.auto_command.make_form' shared service.
  8235.      *
  8236.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8237.      */
  8238.     protected function getMaker_AutoCommand_MakeFormService()
  8239.     {
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8245.         $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()));
  8246.         $instance->setDescription('Creates a new form class');
  8247.         $instance->setName('make:form');
  8248.         return $instance;
  8249.     }
  8250.     /**
  8251.      * Gets the private 'maker.auto_command.make_message' shared service.
  8252.      *
  8253.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8254.      */
  8255.     protected function getMaker_AutoCommand_MakeMessageService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8262.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8263.         $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()));
  8264.         $instance->setDescription('Creates a new message and handler');
  8265.         $instance->setName('make:message');
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8270.      *
  8271.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8272.      */
  8273.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8280.         $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()));
  8281.         $instance->setDescription('Creates a new messenger middleware');
  8282.         $instance->setName('make:messenger-middleware');
  8283.         return $instance;
  8284.     }
  8285.     /**
  8286.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8287.      *
  8288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8289.      */
  8290.     protected function getMaker_AutoCommand_MakeMigrationService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8298.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8299.         $instance->setDescription('Creates a new migration based on database changes');
  8300.         $instance->setName('make:migration');
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8305.      *
  8306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8307.      */
  8308.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8315.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8316.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8317.         $instance->setDescription('Creates a new registration form system');
  8318.         $instance->setName('make:registration-form');
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8323.      *
  8324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8325.      */
  8326.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8333.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8334.         $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()));
  8335.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8336.         $instance->setName('make:reset-password');
  8337.         return $instance;
  8338.     }
  8339.     /**
  8340.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8341.      *
  8342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8343.      */
  8344.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8351.         $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()));
  8352.         $instance->setDescription('Creates a new serializer encoder class');
  8353.         $instance->setName('make:serializer:encoder');
  8354.         return $instance;
  8355.     }
  8356.     /**
  8357.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8358.      *
  8359.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8360.      */
  8361.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8368.         $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()));
  8369.         $instance->setDescription('Creates a new serializer normalizer class');
  8370.         $instance->setName('make:serializer:normalizer');
  8371.         return $instance;
  8372.     }
  8373.     /**
  8374.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  8375.      *
  8376.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8377.      */
  8378.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  8379.     {
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  8385.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8386.         $instance->setDescription('Creates an API Platform state processor');
  8387.         $instance->setName('make:state-processor');
  8388.         return $instance;
  8389.     }
  8390.     /**
  8391.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  8392.      *
  8393.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8394.      */
  8395.     protected function getMaker_AutoCommand_MakeStateProviderService()
  8396.     {
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  8402.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8403.         $instance->setDescription('Creates an API Platform state provider');
  8404.         $instance->setName('make:state-provider');
  8405.         return $instance;
  8406.     }
  8407.     /**
  8408.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8409.      *
  8410.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8411.      */
  8412.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8420.         $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()));
  8421.         $instance->setDescription('Creates a new event subscriber class');
  8422.         $instance->setName('make:subscriber');
  8423.         return $instance;
  8424.     }
  8425.     /**
  8426.      * Gets the private 'maker.auto_command.make_test' shared service.
  8427.      *
  8428.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8429.      */
  8430.     protected function getMaker_AutoCommand_MakeTestService()
  8431.     {
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8438.         $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()));
  8439.         $instance->setDescription('Creates a new test class');
  8440.         $instance->setName('make:test');
  8441.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8442.         return $instance;
  8443.     }
  8444.     /**
  8445.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8446.      *
  8447.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8448.      */
  8449.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8450.     {
  8451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8456.         $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()));
  8457.         $instance->setDescription('Creates a new Twig extension class');
  8458.         $instance->setName('make:twig-extension');
  8459.         return $instance;
  8460.     }
  8461.     /**
  8462.      * Gets the private 'maker.auto_command.make_user' shared service.
  8463.      *
  8464.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8465.      */
  8466.     protected function getMaker_AutoCommand_MakeUserService()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8475.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8476.         $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()));
  8477.         $instance->setDescription('Creates a new security user class');
  8478.         $instance->setName('make:user');
  8479.         return $instance;
  8480.     }
  8481.     /**
  8482.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8483.      *
  8484.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8485.      */
  8486.     protected function getMaker_AutoCommand_MakeValidatorService()
  8487.     {
  8488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8493.         $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()));
  8494.         $instance->setDescription('Creates a new validator and constraint class');
  8495.         $instance->setName('make:validator');
  8496.         return $instance;
  8497.     }
  8498.     /**
  8499.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8500.      *
  8501.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8502.      */
  8503.     protected function getMaker_AutoCommand_MakeVoterService()
  8504.     {
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8510.         $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()));
  8511.         $instance->setDescription('Creates a new security voter class');
  8512.         $instance->setName('make:voter');
  8513.         return $instance;
  8514.     }
  8515.     /**
  8516.      * Gets the private 'maker.doctrine_helper' shared service.
  8517.      *
  8518.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8519.      */
  8520.     protected function getMaker_DoctrineHelperService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8523.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  8524.     }
  8525.     /**
  8526.      * Gets the private 'maker.entity_class_generator' shared service.
  8527.      *
  8528.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8529.      */
  8530.     protected function getMaker_EntityClassGeneratorService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8533.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8534.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8535.         return $instance;
  8536.     }
  8537.     /**
  8538.      * Gets the private 'maker.file_manager' shared service.
  8539.      *
  8540.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8541.      */
  8542.     protected function getMaker_FileManagerService()
  8543.     {
  8544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8549.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8550.     }
  8551.     /**
  8552.      * Gets the private 'maker.generator' shared service.
  8553.      *
  8554.      * @return \Symfony\Bundle\MakerBundle\Generator
  8555.      */
  8556.     protected function getMaker_GeneratorService()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8560.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8561.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  8562.     }
  8563.     /**
  8564.      * Gets the private 'maker.php_compat_util' shared service.
  8565.      *
  8566.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8567.      */
  8568.     protected function getMaker_PhpCompatUtilService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8571.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8572.     }
  8573.     /**
  8574.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8575.      *
  8576.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8577.      */
  8578.     protected function getMaker_Renderer_FormTypeRendererService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8581.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8582.     }
  8583.     /**
  8584.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  8585.      *
  8586.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  8587.      */
  8588.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  8589.     {
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  8591.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8592.     }
  8593.     /**
  8594.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  8595.      *
  8596.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  8597.      */
  8598.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  8601.         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()));
  8602.     }
  8603.     /**
  8604.      * Gets the private 'messenger.middleware.send_message' shared service.
  8605.      *
  8606.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  8607.      */
  8608.     protected function getMessenger_Middleware_SendMessageService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  8614.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\Command\\DropboxProcessSingle' => [=> 'async_priority_high'], 'App\\Message\\Command\\DropboxProcessMultiple' => [=> 'async_priority_medium'], 'App\\Message\\Command\\DropboxProcessWebhook' => [=> 'async_priority_low'], 'App\\Message\\Command\\DropboxProcessDebug' => [=> 'sync'], 'App\\Message\\Command\\ProcessAssetFile' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessController' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessScreenView' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessAsanaWebhookEvent' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessGraphicsAssetFile' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessGraphicsScreenFile' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessGraphicsDynamicScreenFile' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessGraphicsShapeFile' => [=> 'async_priority_low'], 'App\\Message\\Command\\ProcessCommissioningFile' => [=> 'async_priority_high'], 'App\\Message\\Command\\DebugProcessAsanaWebhookEvent' => [=> 'sync'], 'App\\Message\\Command\\DebugProcessGraphicsAssetFile' => [=> 'sync'], 'App\\Message\\Command\\DebugProcessGraphicsScreenFile' => [=> 'sync'], 'App\\Message\\Command\\DebugProcessGraphicsDynamicScreenFile' => [=> 'sync'], 'App\\Message\\Command\\DebugProcessGraphicsShapeFile' => [=> 'sync'], 'App\\Message\\Command\\DebugProcessCommissioningFile' => [=> 'sync']], ($this->privates['.service_locator.zFY03cm'] ?? $this->get_ServiceLocator_ZFY03cmService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8615.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the private 'messenger.receiver_locator' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8622.      */
  8623.     protected function getMessenger_ReceiverLocatorService()
  8624.     {
  8625.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8626.             'async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  8627.             'async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  8628.             'async_priority_medium' => ['privates''messenger.transport.async_priority_medium''getMessenger_Transport_AsyncPriorityMediumService'false],
  8629.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  8630.             'messenger.transport.async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  8631.             'messenger.transport.async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  8632.             'messenger.transport.async_priority_medium' => ['privates''messenger.transport.async_priority_medium''getMessenger_Transport_AsyncPriorityMediumService'false],
  8633.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  8634.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  8635.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  8636.         ], [
  8637.             'async_priority_high' => '?',
  8638.             'async_priority_low' => '?',
  8639.             'async_priority_medium' => '?',
  8640.             'failed' => '?',
  8641.             'messenger.transport.async_priority_high' => '?',
  8642.             'messenger.transport.async_priority_low' => '?',
  8643.             'messenger.transport.async_priority_medium' => '?',
  8644.             'messenger.transport.failed' => '?',
  8645.             'messenger.transport.sync' => '?',
  8646.             'sync' => '?',
  8647.         ]);
  8648.     }
  8649.     /**
  8650.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_priority_high' shared service.
  8651.      *
  8652.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  8653.      */
  8654.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityHighService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  8658.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_priority_high'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(6100020);
  8659.     }
  8660.     /**
  8661.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_priority_low' shared service.
  8662.      *
  8663.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  8664.      */
  8665.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityLowService()
  8666.     {
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  8669.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_priority_low'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(6100020);
  8670.     }
  8671.     /**
  8672.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_priority_medium' shared service.
  8673.      *
  8674.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  8675.      */
  8676.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityMediumService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  8680.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_priority_medium'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(6100020);
  8681.     }
  8682.     /**
  8683.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  8684.      *
  8685.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  8686.      */
  8687.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  8688.     {
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  8691.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  8692.     }
  8693.     /**
  8694.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
  8695.      *
  8696.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  8697.      */
  8698.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
  8699.     {
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  8702.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  8703.     }
  8704.     /**
  8705.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  8706.      *
  8707.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  8708.      */
  8709.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  8710.     {
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  8712.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.zFY03cm'] ?? $this->get_ServiceLocator_ZFY03cmService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8713.             'async_priority_high' => ['privates''messenger.retry.multiplier_retry_strategy.async_priority_high''getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityHighService'false],
  8714.             'async_priority_low' => ['privates''messenger.retry.multiplier_retry_strategy.async_priority_low''getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityLowService'false],
  8715.             'async_priority_medium' => ['privates''messenger.retry.multiplier_retry_strategy.async_priority_medium''getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityMediumService'false],
  8716.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  8717.             'sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  8718.         ], [
  8719.             'async_priority_high' => '?',
  8720.             'async_priority_low' => '?',
  8721.             'async_priority_medium' => '?',
  8722.             'failed' => '?',
  8723.             'sync' => '?',
  8724.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8725.     }
  8726.     /**
  8727.      * Gets the private 'messenger.routable_message_bus' shared service.
  8728.      *
  8729.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  8730.      */
  8731.     protected function getMessenger_RoutableMessageBusService()
  8732.     {
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  8734.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8735.             'command.bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  8736.             'event.bus' => ['privates''debug.traced.event.bus''getDebug_Traced_Event_BusService'false],
  8737.             'query.bus' => ['privates''debug.traced.query.bus''getDebug_Traced_Query_BusService'false],
  8738.         ], [
  8739.             'command.bus' => '?',
  8740.             'event.bus' => '?',
  8741.             'query.bus' => '?',
  8742.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  8743.     }
  8744.     /**
  8745.      * Gets the private 'messenger.transport.async_priority_high' shared service.
  8746.      *
  8747.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8748.      */
  8749.     protected function getMessenger_Transport_AsyncPriorityHighService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8756.         return $this->privates['messenger.transport.async_priority_high'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'messages''type' => 'fanout''default_publish_routing_key' => 'high''queues' => ['messages_high' => ['binding_keys' => [=> 'high']]]], 'transport_name' => 'async_priority_high'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  8757.     }
  8758.     /**
  8759.      * Gets the private 'messenger.transport.async_priority_low' shared service.
  8760.      *
  8761.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8762.      */
  8763.     protected function getMessenger_Transport_AsyncPriorityLowService()
  8764.     {
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8770.         return $this->privates['messenger.transport.async_priority_low'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'messages''type' => 'fanout''default_publish_routing_key' => 'low''queues' => ['messages_normal' => ['binding_keys' => [=> 'low']]]], 'transport_name' => 'async_priority_low'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  8771.     }
  8772.     /**
  8773.      * Gets the private 'messenger.transport.async_priority_medium' shared service.
  8774.      *
  8775.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8776.      */
  8777.     protected function getMessenger_Transport_AsyncPriorityMediumService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8784.         return $this->privates['messenger.transport.async_priority_medium'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'messages''type' => 'fanout''default_publish_routing_key' => 'medium''queues' => ['messages_normal' => ['binding_keys' => [=> 'medium']]]], 'transport_name' => 'async_priority_medium'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  8785.     }
  8786.     /**
  8787.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  8788.      *
  8789.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  8790.      */
  8791.     protected function getMessenger_Transport_Doctrine_FactoryService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  8795.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8796.     }
  8797.     /**
  8798.      * Gets the private 'messenger.transport.failed' shared service.
  8799.      *
  8800.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8801.      */
  8802.     protected function getMessenger_Transport_FailedService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8809.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  8810.     }
  8811.     /**
  8812.      * Gets the private 'messenger.transport.sync' shared service.
  8813.      *
  8814.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8815.      */
  8816.     protected function getMessenger_Transport_SyncService()
  8817.     {
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8823.         return $this->privates['messenger.transport.sync'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  8824.     }
  8825.     /**
  8826.      * Gets the private 'messenger.transport.sync.factory' shared service.
  8827.      *
  8828.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  8829.      */
  8830.     protected function getMessenger_Transport_Sync_FactoryService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  8834.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  8835.     }
  8836.     /**
  8837.      * Gets the private 'messenger.transport_factory' shared service.
  8838.      *
  8839.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  8840.      */
  8841.     protected function getMessenger_TransportFactoryService()
  8842.     {
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  8845.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  8846.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  8847.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  8848.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  8849.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  8850.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  8851.         }, 5));
  8852.     }
  8853.     /**
  8854.      * Gets the private 'mime_types' shared service.
  8855.      *
  8856.      * @return \Symfony\Component\Mime\MimeTypes
  8857.      */
  8858.     protected function getMimeTypesService()
  8859.     {
  8860.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8861.         $instance->setDefault($instance);
  8862.         return $instance;
  8863.     }
  8864.     /**
  8865.      * Gets the private 'monolog.command.server_log' shared service.
  8866.      *
  8867.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8868.      */
  8869.     protected function getMonolog_Command_ServerLogService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8873.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8874.         $instance->setName('server:log');
  8875.         return $instance;
  8876.     }
  8877.     /**
  8878.      * Gets the private 'monolog.handler.asana' shared service.
  8879.      *
  8880.      * @return \Monolog\Handler\RotatingFileHandler
  8881.      */
  8882.     protected function getMonolog_Handler_AsanaService()
  8883.     {
  8884.         $this->privates['monolog.handler.asana'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dropbox.log'), 0250trueNULLfalse);
  8885.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8886.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8887.         return $instance;
  8888.     }
  8889.     /**
  8890.      * Gets the private 'monolog.handler.console' shared service.
  8891.      *
  8892.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8893.      */
  8894.     protected function getMonolog_Handler_ConsoleService()
  8895.     {
  8896.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8897.     }
  8898.     /**
  8899.      * Gets the private 'monolog.handler.dropbox' shared service.
  8900.      *
  8901.      * @return \Monolog\Handler\RotatingFileHandler
  8902.      */
  8903.     protected function getMonolog_Handler_DropboxService()
  8904.     {
  8905.         $this->privates['monolog.handler.dropbox'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dropbox.log'), 0250trueNULLfalse);
  8906.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8907.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8908.         return $instance;
  8909.     }
  8910.     /**
  8911.      * Gets the private 'monolog.handler.main' shared service.
  8912.      *
  8913.      * @return \Monolog\Handler\RotatingFileHandler
  8914.      */
  8915.     protected function getMonolog_Handler_MainService()
  8916.     {
  8917.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 15100trueNULLfalse);
  8918.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8919.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8920.         return $instance;
  8921.     }
  8922.     /**
  8923.      * Gets the private 'monolog.handler.messenger' shared service.
  8924.      *
  8925.      * @return \Monolog\Handler\RotatingFileHandler
  8926.      */
  8927.     protected function getMonolog_Handler_MessengerService()
  8928.     {
  8929.         $this->privates['monolog.handler.messenger'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/messenger.log'), 0100trueNULLfalse);
  8930.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8931.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8932.         return $instance;
  8933.     }
  8934.     /**
  8935.      * Gets the private 'monolog.handler.webhook' shared service.
  8936.      *
  8937.      * @return \Monolog\Handler\RotatingFileHandler
  8938.      */
  8939.     protected function getMonolog_Handler_WebhookService()
  8940.     {
  8941.         $this->privates['monolog.handler.webhook'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/webhook.log'), 0250trueNULLfalse);
  8942.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8943.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8944.         return $instance;
  8945.     }
  8946.     /**
  8947.      * Gets the private 'monolog.logger' shared service.
  8948.      *
  8949.      * @return \Symfony\Bridge\Monolog\Logger
  8950.      */
  8951.     protected function getMonolog_LoggerService()
  8952.     {
  8953.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8954.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8955.         $instance->useMicrosecondTimestamps(true);
  8956.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8957.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  8958.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  8959.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  8960.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8961.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8962.         return $instance;
  8963.     }
  8964.     /**
  8965.      * Gets the private 'monolog.logger.cache' shared service.
  8966.      *
  8967.      * @return \Symfony\Bridge\Monolog\Logger
  8968.      */
  8969.     protected function getMonolog_Logger_CacheService()
  8970.     {
  8971.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8972.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8973.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8974.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  8975.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  8976.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  8977.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8979.         return $instance;
  8980.     }
  8981.     /**
  8982.      * Gets the private 'monolog.logger.messenger' shared service.
  8983.      *
  8984.      * @return \Symfony\Bridge\Monolog\Logger
  8985.      */
  8986.     protected function getMonolog_Logger_MessengerService()
  8987.     {
  8988.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  8989.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8990.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8991.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  8992.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  8993.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  8994.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8996.         return $instance;
  8997.     }
  8998.     /**
  8999.      * Gets the private 'monolog.logger.request' shared service.
  9000.      *
  9001.      * @return \Symfony\Bridge\Monolog\Logger
  9002.      */
  9003.     protected function getMonolog_Logger_RequestService()
  9004.     {
  9005.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9006.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9007.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9008.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  9009.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  9010.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  9011.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9012.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9013.         return $instance;
  9014.     }
  9015.     /**
  9016.      * Gets the private 'monolog.logger.security' shared service.
  9017.      *
  9018.      * @return \Symfony\Bridge\Monolog\Logger
  9019.      */
  9020.     protected function getMonolog_Logger_SecurityService()
  9021.     {
  9022.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9023.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9024.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9025.         $instance->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  9026.         $instance->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  9027.         $instance->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  9028.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9029.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9030.         return $instance;
  9031.     }
  9032.     /**
  9033.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9034.      *
  9035.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9036.      */
  9037.     protected function getNelmioCors_CorsListenerService()
  9038.     {
  9039.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  9040.     }
  9041.     /**
  9042.      * Gets the private 'notifier.transport_factory.null' shared service.
  9043.      *
  9044.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  9045.      */
  9046.     protected function getNotifier_TransportFactory_NullService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  9051.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  9052.     }
  9053.     /**
  9054.      * Gets the private 'parameter_bag' shared service.
  9055.      *
  9056.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9057.      */
  9058.     protected function getParameterBagService()
  9059.     {
  9060.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9061.     }
  9062.     /**
  9063.      * Gets the private 'profiler_listener' shared service.
  9064.      *
  9065.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9066.      */
  9067.     protected function getProfilerListenerService()
  9068.     {
  9069.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  9070.     }
  9071.     /**
  9072.      * Gets the private 'property_accessor' shared service.
  9073.      *
  9074.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9075.      */
  9076.     protected function getPropertyAccessorService()
  9077.     {
  9078.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9079.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true$a$a);
  9080.     }
  9081.     /**
  9082.      * Gets the private 'property_info' shared service.
  9083.      *
  9084.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9085.      */
  9086.     protected function getPropertyInfoService()
  9087.     {
  9088.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9089.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9090.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9091.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9092.         }, 3), new RewindableGenerator(function () {
  9093.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9094.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9095.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9096.         }, 3), new RewindableGenerator(function () {
  9097.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9098.         }, 1), new RewindableGenerator(function () {
  9099.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9100.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9101.         }, 2), new RewindableGenerator(function () {
  9102.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9103.         }, 1));
  9104.     }
  9105.     /**
  9106.      * Gets the private 'property_info.serializer_extractor' shared service.
  9107.      *
  9108.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9109.      */
  9110.     protected function getPropertyInfo_SerializerExtractorService()
  9111.     {
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9113.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9114.     }
  9115.     /**
  9116.      * Gets the private 'query.bus.middleware.handle_message' shared service.
  9117.      *
  9118.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  9119.      */
  9120.     protected function getQuery_Bus_Middleware_HandleMessageService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  9126.         $this->privates['query.bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\Query\\Query' => new RewindableGenerator(function () {
  9127.             yield => ($this->privates['.messenger.handler_descriptor.nlq_AAp'] ?? $this->get_Messenger_HandlerDescriptor_NlqAApService());
  9128.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  9129.             yield => ($this->privates['.messenger.handler_descriptor.Z.D4VWw'] ?? $this->get_Messenger_HandlerDescriptor_Z_D4VWwService());
  9130.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  9131.             yield => ($this->privates['.messenger.handler_descriptor.aygeYmA'] ?? $this->get_Messenger_HandlerDescriptor_AygeYmAService());
  9132.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  9133.             yield => ($this->privates['.messenger.handler_descriptor.ontP23w'] ?? $this->get_Messenger_HandlerDescriptor_OntP23wService());
  9134.         }, 1)]));
  9135.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  9136.         return $instance;
  9137.     }
  9138.     /**
  9139.      * Gets the private 'query.bus.middleware.traceable' shared service.
  9140.      *
  9141.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  9142.      */
  9143.     protected function getQuery_Bus_Middleware_TraceableService()
  9144.     {
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  9147.         return $this->privates['query.bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'query.bus');
  9148.     }
  9149.     /**
  9150.      * Gets the private 'router.cache_warmer' shared service.
  9151.      *
  9152.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9153.      */
  9154.     protected function getRouter_CacheWarmerService()
  9155.     {
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9158.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9159.             'router' => ['services''router''getRouterService'false],
  9160.         ], [
  9161.             'router' => '?',
  9162.         ]))->withContext('router.cache_warmer'$this));
  9163.     }
  9164.     /**
  9165.      * Gets the private 'router.expression_language_provider' shared service.
  9166.      *
  9167.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9168.      */
  9169.     protected function getRouter_ExpressionLanguageProviderService()
  9170.     {
  9171.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9172.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9173.         ], [
  9174.             'env' => 'Closure',
  9175.         ]));
  9176.     }
  9177.     /**
  9178.      * Gets the private 'router.request_context' shared service.
  9179.      *
  9180.      * @return \Symfony\Component\Routing\RequestContext
  9181.      */
  9182.     protected function getRouter_RequestContextService()
  9183.     {
  9184.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9185.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9186.         return $instance;
  9187.     }
  9188.     /**
  9189.      * Gets the private 'router_listener' shared service.
  9190.      *
  9191.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9192.      */
  9193.     protected function getRouterListenerService()
  9194.     {
  9195.         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);
  9196.     }
  9197.     /**
  9198.      * Gets the private 'secrets.vault' shared service.
  9199.      *
  9200.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9201.      */
  9202.     protected function getSecrets_VaultService()
  9203.     {
  9204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9207.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9208.         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'));
  9209.     }
  9210.     /**
  9211.      * Gets the private 'security.access_listener' shared service.
  9212.      *
  9213.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9214.      */
  9215.     protected function getSecurity_AccessListenerService()
  9216.     {
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9220.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? ($this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager())), false);
  9221.     }
  9222.     /**
  9223.      * Gets the private 'security.access_map' shared service.
  9224.      *
  9225.      * @return \Symfony\Component\Security\Http\AccessMap
  9226.      */
  9227.     protected function getSecurity_AccessMapService()
  9228.     {
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9233.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9234.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh-token'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9235.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9236.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login-json'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9237.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/activate'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9238.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/forgot'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9239.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9240.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhook'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9241.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9242.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/home'), [=> 'ROLE_CUSTOMER'=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  9243.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  9244.         return $instance;
  9245.     }
  9246.     /**
  9247.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  9248.      *
  9249.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  9250.      */
  9251.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  9252.     {
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9257.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  9258.             yield => ($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService());
  9259.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''always_remember_me' => true'name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9260.     }
  9261.     /**
  9262.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9263.      *
  9264.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9265.      */
  9266.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9273.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  9274.     }
  9275.     /**
  9276.      * Gets the private 'security.authentication_utils' shared service.
  9277.      *
  9278.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9279.      */
  9280.     protected function getSecurity_AuthenticationUtilsService()
  9281.     {
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9283.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9284.     }
  9285.     /**
  9286.      * Gets the private 'security.authenticator.guard.api.0' shared service.
  9287.      *
  9288.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  9289.      */
  9290.     protected function getSecurity_Authenticator_Guard_Api_0Service()
  9291.     {
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9298.         include_once \dirname(__DIR__4).'/src/Security/TokenAuthenticator.php';
  9299.         return $this->privates['security.authenticator.guard.api.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\TokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ApiTokenRepository'] ?? $this->getApiTokenRepositoryService())), ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()));
  9300.     }
  9301.     /**
  9302.      * Gets the private 'security.channel_listener' shared service.
  9303.      *
  9304.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9305.      */
  9306.     protected function getSecurity_ChannelListenerService()
  9307.     {
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9313.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9314.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint($a->getHttpPort(), $a->getHttpsPort()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9315.     }
  9316.     /**
  9317.      * Gets the private 'security.command.user_password_encoder' shared service.
  9318.      *
  9319.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9320.      */
  9321.     protected function getSecurity_Command_UserPasswordEncoderService()
  9322.     {
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9325.         $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']);
  9326.         $instance->setName('security:encode-password');
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'security.context_listener.0' shared service.
  9331.      *
  9332.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9333.      */
  9334.     protected function getSecurity_ContextListener_0Service()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9339.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  9340.             yield => ($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService());
  9341.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9342.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
  9343.         }, 3), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  9344.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9345.         return $instance;
  9346.     }
  9347.     /**
  9348.      * Gets the private 'security.csrf.token_storage' shared service.
  9349.      *
  9350.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9351.      */
  9352.     protected function getSecurity_Csrf_TokenStorageService()
  9353.     {
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9357.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  9358.     }
  9359.     /**
  9360.      * Gets the private 'security.encoder_factory.generic' shared service.
  9361.      *
  9362.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9363.      */
  9364.     protected function getSecurity_EncoderFactory_GenericService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  9368.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  9369.     }
  9370.     /**
  9371.      * Gets the private 'security.event_dispatcher.main' shared service.
  9372.      *
  9373.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9374.      */
  9375.     protected function getSecurity_EventDispatcher_MainService()
  9376.     {
  9377.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9379.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  9380.         }, => 'checkPassport'], 2048);
  9381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9382.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  9383.         }, => 'onSuccessfulLogin'], 0);
  9384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9385.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  9386.         }, => 'onLogout'], 64);
  9387.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9388.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9389.         }, => 'onLogout'], 0);
  9390.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9391.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  9392.         }, => 'onSuccessfulLogin'], 0);
  9393.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  9394.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  9395.         }, => 'onFailedLogin'], 0);
  9396.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9397.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  9398.         }, => 'onLogout'], 0);
  9399.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9400.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  9401.         }, => 'preCheckCredentials'], 256);
  9402.         $instance->addListener('security.authentication.success', [=> function () {
  9403.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  9404.         }, => 'postCheckCredentials'], 256);
  9405.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9406.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9407.         }, => 'checkPassport'], 1024);
  9408.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9409.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9410.         }, => 'checkPassport'], 0);
  9411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9412.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9413.         }, => 'onLoginSuccess'], 0);
  9414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9415.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9416.         }, => 'checkPassport'], 512);
  9417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9418.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9419.         }, => 'onLogout'], 0);
  9420.         return $instance;
  9421.     }
  9422.     /**
  9423.      * Gets the private 'security.expression_language' shared service.
  9424.      *
  9425.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  9426.      */
  9427.     protected function getSecurity_ExpressionLanguageService()
  9428.     {
  9429.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  9430.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  9431.         return $instance;
  9432.     }
  9433.     /**
  9434.      * Gets the private 'security.firewall.authenticator.api' shared service.
  9435.      *
  9436.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9437.      */
  9438.     protected function getSecurity_Firewall_Authenticator_ApiService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  9446.         $a = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9447.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9448.             return ($this->privates['security.listener.api.user_provider'] ?? $this->getSecurity_Listener_Api_UserProviderService());
  9449.         }, => 'checkPassport'], 2048);
  9450.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9451.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9452.         }, => 'preCheckCredentials'], 256);
  9453.         $a->addListener('security.authentication.success', [=> function () {
  9454.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9455.         }, => 'postCheckCredentials'], 256);
  9456.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9457.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9458.         }, => 'checkPassport'], 1024);
  9459.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9460.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9461.         }, => 'checkPassport'], 0);
  9462.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9463.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9464.         }, => 'onLoginSuccess'], 0);
  9465.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9466.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9467.         }, => 'checkPassport'], 512);
  9468.         $a->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9469.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9470.         }, => 'onLogout'], 0);
  9471.         return $this->privates['security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.guard.api.0'] ?? $this->getSecurity_Authenticator_Guard_Api_0Service())], ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue));
  9472.     }
  9473.     /**
  9474.      * Gets the private 'security.firewall.authenticator.main' shared service.
  9475.      *
  9476.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9477.      */
  9478.     protected function getSecurity_Firewall_Authenticator_MainService()
  9479.     {
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  9490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9495.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9507.         $a = ($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService());
  9508.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9509.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, []);
  9510.         $c->setOptions(['login_path' => 'app_login''use_referer' => true'default_target_path' => 'home''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  9511.         $c->setFirewallName('main');
  9512.         $d = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9513.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b, [], $d);
  9514.         $e->setOptions(['login_path' => 'app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9515.         $f = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator($b$aNULLNULL, ['check_path' => 'json_login''username_path' => 'email''password_path' => 'password''use_forward' => false'require_previous_session' => false'login_path' => '/login'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9516.         if ($this->has('translator')) {
  9517.             $f->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9518.         }
  9519.         $g = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9520.         return $this->privates['security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), $a), => new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b$a$c$e, ['login_path' => 'app_login''check_path' => 'app_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]), => $f=> new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $this->getEnv('APP_SECRET'), $g, ['lifetime' => 604800'path' => '/''always_remember_me' => true'name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''remember_me_parameter' => '_remember_me'], ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))))], $g, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main'$dtruetrue));
  9521.     }
  9522.     /**
  9523.      * Gets the private 'security.firewall.map' shared service.
  9524.      *
  9525.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9526.      */
  9527.     protected function getSecurity_Firewall_MapService()
  9528.     {
  9529.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9530.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  9531.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  9532.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  9533.         ], [
  9534.             'security.firewall.map.context.api' => '?',
  9535.             'security.firewall.map.context.dev' => '?',
  9536.             'security.firewall.map.context.main' => '?',
  9537.         ]), new RewindableGenerator(function () {
  9538.             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)/')));
  9539.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  9540.             yield 'security.firewall.map.context.main' => NULL;
  9541.         }, 3));
  9542.     }
  9543.     /**
  9544.      * Gets the private 'security.firewall.map.context.api' shared service.
  9545.      *
  9546.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9547.      */
  9548.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9549.     {
  9550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9554.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9555.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9556.             yield => ($this->privates['security.firewall.authenticator.api'] ?? $this->getSecurity_Firewall_Authenticator_ApiService());
  9557.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9558.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['security.authenticator.guard.api.0'] ?? $this->getSecurity_Authenticator_Guard_Api_0Service()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.uTv4pMG'truetrue'security.user.provider.concrete.api_user_provider'NULL'security.authenticator.guard.api.0'NULLNULL, [=> 'guard'], NULL));
  9559.     }
  9560.     /**
  9561.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9562.      *
  9563.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9564.      */
  9565.     protected function getSecurity_Firewall_Map_Context_DevService()
  9566.     {
  9567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9569.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9570.             return new \EmptyIterator();
  9571.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9572.     }
  9573.     /**
  9574.      * Gets the private 'security.firewall.map.context.main' shared service.
  9575.      *
  9576.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9577.      */
  9578.     protected function getSecurity_Firewall_Map_Context_MainService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9584.         include_once \dirname(__DIR__4).'/src/Security/AuthenticationEntryPoint.php';
  9585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  9586.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandler.php';
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9591.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9592.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9593.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9594.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9595.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9596.             yield => ($this->privates['security.firewall.authenticator.main'] ?? $this->getSecurity_Firewall_Authenticator_MainService());
  9597.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  9598.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9599.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', new \App\Security\AuthenticationEntryPoint(($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService())), NULL, new \App\Security\AccessDeniedHandler(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.database_users''main''App\\Security\\AuthenticationEntryPoint''App\\Security\\AccessDeniedHandler'NULL, [=> 'switch_user'=> 'guard'=> 'form_login'=> 'json_login'=> 'remember_me'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  9600.     }
  9601.     /**
  9602.      * Gets the private 'security.helper' shared service.
  9603.      *
  9604.      * @return \Symfony\Component\Security\Core\Security
  9605.      */
  9606.     protected function getSecurity_HelperService()
  9607.     {
  9608.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9609.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  9610.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  9611.         ], [
  9612.             'security.authorization_checker' => '?',
  9613.             'security.token_storage' => '?',
  9614.         ]));
  9615.     }
  9616.     /**
  9617.      * Gets the private 'security.http_utils' shared service.
  9618.      *
  9619.      * @return \Symfony\Component\Security\Http\HttpUtils
  9620.      */
  9621.     protected function getSecurity_HttpUtilsService()
  9622.     {
  9623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9624.         $a = ($this->services['router'] ?? $this->getRouterService());
  9625.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9626.     }
  9627.     /**
  9628.      * Gets the private 'security.listener.api.user_provider' shared service.
  9629.      *
  9630.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9631.      */
  9632.     protected function getSecurity_Listener_Api_UserProviderService()
  9633.     {
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9635.         return $this->privates['security.listener.api.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()));
  9636.     }
  9637.     /**
  9638.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  9639.      *
  9640.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  9641.      */
  9642.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  9643.     {
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  9645.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9646.     }
  9647.     /**
  9648.      * Gets the private 'security.listener.csrf_protection' shared service.
  9649.      *
  9650.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  9651.      */
  9652.     protected function getSecurity_Listener_CsrfProtectionService()
  9653.     {
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  9655.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9656.     }
  9657.     /**
  9658.      * Gets the private 'security.listener.main.user_provider' shared service.
  9659.      *
  9660.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9661.      */
  9662.     protected function getSecurity_Listener_Main_UserProviderService()
  9663.     {
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9665.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService()));
  9666.     }
  9667.     /**
  9668.      * Gets the private 'security.listener.password_migrating' shared service.
  9669.      *
  9670.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  9671.      */
  9672.     protected function getSecurity_Listener_PasswordMigratingService()
  9673.     {
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  9675.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9676.     }
  9677.     /**
  9678.      * Gets the private 'security.listener.remember_me.main' shared service.
  9679.      *
  9680.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  9681.      */
  9682.     protected function getSecurity_Listener_RememberMe_MainService()
  9683.     {
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  9685.         return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9686.     }
  9687.     /**
  9688.      * Gets the private 'security.listener.session.main' shared service.
  9689.      *
  9690.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  9691.      */
  9692.     protected function getSecurity_Listener_Session_MainService()
  9693.     {
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9697.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9698.     }
  9699.     /**
  9700.      * Gets the private 'security.listener.user_checker.api' shared service.
  9701.      *
  9702.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9703.      */
  9704.     protected function getSecurity_Listener_UserChecker_ApiService()
  9705.     {
  9706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9709.         return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())));
  9710.     }
  9711.     /**
  9712.      * Gets the private 'security.listener.user_checker.main' shared service.
  9713.      *
  9714.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9715.      */
  9716.     protected function getSecurity_Listener_UserChecker_MainService()
  9717.     {
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9721.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())));
  9722.     }
  9723.     /**
  9724.      * Gets the private 'security.listener.user_provider' shared service.
  9725.      *
  9726.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9727.      */
  9728.     protected function getSecurity_Listener_UserProviderService()
  9729.     {
  9730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  9734.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  9735.             yield => ($this->privates['security.user.provider.concrete.database_users'] ?? $this->getSecurity_User_Provider_Concrete_DatabaseUsersService());
  9736.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9737.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
  9738.         }, 3)));
  9739.     }
  9740.     /**
  9741.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9742.      *
  9743.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9744.      */
  9745.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9748.         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()));
  9749.     }
  9750.     /**
  9751.      * Gets the private 'security.logout.listener.default.main' shared service.
  9752.      *
  9753.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9754.      */
  9755.     protected function getSecurity_Logout_Listener_Default_MainService()
  9756.     {
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9758.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9759.     }
  9760.     /**
  9761.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  9762.      *
  9763.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  9764.      */
  9765.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  9766.     {
  9767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  9768.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9769.     }
  9770.     /**
  9771.      * Gets the private 'security.logout_url_generator' shared service.
  9772.      *
  9773.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9774.      */
  9775.     protected function getSecurity_LogoutUrlGeneratorService()
  9776.     {
  9777.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  9778.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  9779.         return $instance;
  9780.     }
  9781.     /**
  9782.      * Gets the private 'security.role_hierarchy' shared service.
  9783.      *
  9784.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9785.      */
  9786.     protected function getSecurity_RoleHierarchyService()
  9787.     {
  9788.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9789.     }
  9790.     /**
  9791.      * Gets the private 'security.user.provider.concrete.api_user_provider' shared service.
  9792.      *
  9793.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9794.      */
  9795.     protected function getSecurity_User_Provider_Concrete_ApiUserProviderService()
  9796.     {
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9800.         return $this->privates['security.user.provider.concrete.api_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ApiToken''token'NULL);
  9801.     }
  9802.     /**
  9803.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  9804.      *
  9805.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9806.      */
  9807.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  9808.     {
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9811.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9812.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  9813.     }
  9814.     /**
  9815.      * Gets the private 'security.user.provider.concrete.database_users' shared service.
  9816.      *
  9817.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9818.      */
  9819.     protected function getSecurity_User_Provider_Concrete_DatabaseUsersService()
  9820.     {
  9821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9824.         return $this->privates['security.user.provider.concrete.database_users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  9825.     }
  9826.     /**
  9827.      * Gets the private 'security.validator.user_password' shared service.
  9828.      *
  9829.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9830.      */
  9831.     protected function getSecurity_Validator_UserPasswordService()
  9832.     {
  9833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9836.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9837.     }
  9838.     /**
  9839.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9840.      *
  9841.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9842.      */
  9843.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9844.     {
  9845.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9846.     }
  9847.     /**
  9848.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9849.      *
  9850.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9851.      */
  9852.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9853.     {
  9854.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9855.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9856.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9857.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9858.     }
  9859.     /**
  9860.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9861.      *
  9862.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9863.      */
  9864.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9865.     {
  9866.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  9867.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  9868.         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()), $a, ($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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9869.     }
  9870.     /**
  9871.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9872.      *
  9873.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9874.      */
  9875.     protected function getSensioFrameworkExtra_View_ListenerService()
  9876.     {
  9877.         $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))));
  9878.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9879.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9880.         ], [
  9881.             'twig' => '?',
  9882.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9883.         return $instance;
  9884.     }
  9885.     /**
  9886.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9887.      *
  9888.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9889.      */
  9890.     protected function getSerializer_Mapping_CacheWarmerService()
  9891.     {
  9892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9895.         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'));
  9896.     }
  9897.     /**
  9898.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9899.      *
  9900.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9901.      */
  9902.     protected function getSerializer_NameConverter_MetadataAwareService()
  9903.     {
  9904.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9905.     }
  9906.     /**
  9907.      * Gets the private 'session.storage.native' shared service.
  9908.      *
  9909.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9910.      */
  9911.     protected function getSession_Storage_NativeService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  9917.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  9918.     }
  9919.     /**
  9920.      * Gets the private 'session_listener' shared service.
  9921.      *
  9922.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9923.      */
  9924.     protected function getSessionListenerService()
  9925.     {
  9926.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9927.             'initialized_session' => ['services''session'NULLfalse],
  9928.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9929.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9930.             'session' => ['services''session''getSessionService'false],
  9931.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9932.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9933.         ], [
  9934.             'initialized_session' => '?',
  9935.             'logger' => '?',
  9936.             'request_stack' => '?',
  9937.             'session' => '?',
  9938.             'session_collector' => '?',
  9939.             'session_storage' => '?',
  9940.         ]), true);
  9941.     }
  9942.     /**
  9943.      * Gets the private 'texter.messenger.sms_handler' shared service.
  9944.      *
  9945.      * @return \Symfony\Component\Notifier\Messenger\MessageHandler
  9946.      */
  9947.     protected function getTexter_Messenger_SmsHandlerService()
  9948.     {
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  9953.         return $this->privates['texter.messenger.sms_handler'] = new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  9954.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  9955.         }, 1)))->fromStrings([]));
  9956.     }
  9957.     /**
  9958.      * Gets the private 'translation.extractor' shared service.
  9959.      *
  9960.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9961.      */
  9962.     protected function getTranslation_ExtractorService()
  9963.     {
  9964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9969.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9970.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9971.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9972.         return $instance;
  9973.     }
  9974.     /**
  9975.      * Gets the private 'translation.loader.csv' shared service.
  9976.      *
  9977.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9978.      */
  9979.     protected function getTranslation_Loader_CsvService()
  9980.     {
  9981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9985.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9986.     }
  9987.     /**
  9988.      * Gets the private 'translation.loader.dat' shared service.
  9989.      *
  9990.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9991.      */
  9992.     protected function getTranslation_Loader_DatService()
  9993.     {
  9994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9997.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9998.     }
  9999.     /**
  10000.      * Gets the private 'translation.loader.ini' shared service.
  10001.      *
  10002.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10003.      */
  10004.     protected function getTranslation_Loader_IniService()
  10005.     {
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10010.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10011.     }
  10012.     /**
  10013.      * Gets the private 'translation.loader.json' shared service.
  10014.      *
  10015.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10016.      */
  10017.     protected function getTranslation_Loader_JsonService()
  10018.     {
  10019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10023.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10024.     }
  10025.     /**
  10026.      * Gets the private 'translation.loader.mo' shared service.
  10027.      *
  10028.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10029.      */
  10030.     protected function getTranslation_Loader_MoService()
  10031.     {
  10032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10036.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10037.     }
  10038.     /**
  10039.      * Gets the private 'translation.loader.php' shared service.
  10040.      *
  10041.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10042.      */
  10043.     protected function getTranslation_Loader_PhpService()
  10044.     {
  10045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10049.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10050.     }
  10051.     /**
  10052.      * Gets the private 'translation.loader.po' shared service.
  10053.      *
  10054.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10055.      */
  10056.     protected function getTranslation_Loader_PoService()
  10057.     {
  10058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10062.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10063.     }
  10064.     /**
  10065.      * Gets the private 'translation.loader.qt' shared service.
  10066.      *
  10067.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10068.      */
  10069.     protected function getTranslation_Loader_QtService()
  10070.     {
  10071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10073.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10074.     }
  10075.     /**
  10076.      * Gets the private 'translation.loader.res' shared service.
  10077.      *
  10078.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10079.      */
  10080.     protected function getTranslation_Loader_ResService()
  10081.     {
  10082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10084.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10085.     }
  10086.     /**
  10087.      * Gets the private 'translation.loader.xliff' shared service.
  10088.      *
  10089.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10090.      */
  10091.     protected function getTranslation_Loader_XliffService()
  10092.     {
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10095.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10096.     }
  10097.     /**
  10098.      * Gets the private 'translation.loader.yml' shared service.
  10099.      *
  10100.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10101.      */
  10102.     protected function getTranslation_Loader_YmlService()
  10103.     {
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10108.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10109.     }
  10110.     /**
  10111.      * Gets the private 'translation.reader' shared service.
  10112.      *
  10113.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10114.      */
  10115.     protected function getTranslation_ReaderService()
  10116.     {
  10117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10133.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10134.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10135.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10136.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10137.         $instance->addLoader('yaml'$a);
  10138.         $instance->addLoader('yml'$a);
  10139.         $instance->addLoader('xlf'$b);
  10140.         $instance->addLoader('xliff'$b);
  10141.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10142.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10143.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10144.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10145.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10146.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10147.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10148.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10149.         return $instance;
  10150.     }
  10151.     /**
  10152.      * Gets the private 'translation.warmer' shared service.
  10153.      *
  10154.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10155.      */
  10156.     protected function getTranslation_WarmerService()
  10157.     {
  10158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10160.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10161.             'translator' => ['services''translator''getTranslatorService'false],
  10162.         ], [
  10163.             'translator' => '?',
  10164.         ]))->withContext('translation.warmer'$this));
  10165.     }
  10166.     /**
  10167.      * Gets the private 'translator.default' shared service.
  10168.      *
  10169.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10170.      */
  10171.     protected function getTranslator_DefaultService()
  10172.     {
  10173.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10174.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10175.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10176.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10177.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10178.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10179.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10180.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10181.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10182.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10183.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10184.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10185.         ], [
  10186.             'translation.loader.csv' => '?',
  10187.             'translation.loader.dat' => '?',
  10188.             'translation.loader.ini' => '?',
  10189.             'translation.loader.json' => '?',
  10190.             'translation.loader.mo' => '?',
  10191.             'translation.loader.php' => '?',
  10192.             'translation.loader.po' => '?',
  10193.             'translation.loader.qt' => '?',
  10194.             'translation.loader.res' => '?',
  10195.             'translation.loader.xliff' => '?',
  10196.             'translation.loader.yml' => '?',
  10197.         ]), 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')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], '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')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\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')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\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')], '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')], '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')], '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')], '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')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/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'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/api-platform/core/src/Symfony/Bundle/translations']]], []);
  10198.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10199.         $instance->setFallbackLocales([=> 'en']);
  10200.         return $instance;
  10201.     }
  10202.     /**
  10203.      * Gets the private 'twig.command.debug' shared service.
  10204.      *
  10205.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10206.      */
  10207.     protected function getTwig_Command_DebugService()
  10208.     {
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10211.         $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()));
  10212.         $instance->setName('debug:twig');
  10213.         return $instance;
  10214.     }
  10215.     /**
  10216.      * Gets the private 'twig.command.lint' shared service.
  10217.      *
  10218.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10219.      */
  10220.     protected function getTwig_Command_LintService()
  10221.     {
  10222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10223.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10224.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10225.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10226.         $instance->setName('lint:twig');
  10227.         return $instance;
  10228.     }
  10229.     /**
  10230.      * Gets the private 'twig.form.renderer' shared service.
  10231.      *
  10232.      * @return \Symfony\Component\Form\FormRenderer
  10233.      */
  10234.     protected function getTwig_Form_RendererService()
  10235.     {
  10236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10240.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10241.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10242.     }
  10243.     /**
  10244.      * Gets the private 'twig.mailer.message_listener' shared service.
  10245.      *
  10246.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10247.      */
  10248.     protected function getTwig_Mailer_MessageListenerService()
  10249.     {
  10250.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10251.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10252.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10253.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10254.     }
  10255.     /**
  10256.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10257.      *
  10258.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10259.      */
  10260.     protected function getTwig_Runtime_HttpkernelService()
  10261.     {
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10265.         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, [
  10266.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10267.         ], [
  10268.             'inline' => '?',
  10269.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  10270.     }
  10271.     /**
  10272.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10273.      *
  10274.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10275.      */
  10276.     protected function getTwig_Runtime_SecurityCsrfService()
  10277.     {
  10278.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10279.         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()));
  10280.     }
  10281.     /**
  10282.      * Gets the private 'twig.template_cache_warmer' shared service.
  10283.      *
  10284.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10285.      */
  10286.     protected function getTwig_TemplateCacheWarmerService()
  10287.     {
  10288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10289.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10291.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10292.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10293.         ], [
  10294.             'twig' => '?',
  10295.         ]))->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')));
  10296.     }
  10297.     /**
  10298.      * Gets the private 'validator.builder' shared service.
  10299.      *
  10300.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10301.      */
  10302.     protected function getValidator_BuilderService()
  10303.     {
  10304.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10305.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10306.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10307.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10308.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10309.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10310.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10311.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10312.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10313.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10314.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10315.         ], [
  10316.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10317.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10318.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10319.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10320.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10321.             'doctrine.orm.validator.unique' => '?',
  10322.             'security.validator.user_password' => '?',
  10323.             'validator.expression' => '?',
  10324.         ])));
  10325.         if ($this->has('translator')) {
  10326.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10327.         }
  10328.         $instance->setTranslationDomain('validators');
  10329.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10330.         $instance->enableAnnotationMapping(true);
  10331.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10332.         $instance->addMethodMapping('loadValidatorMetadata');
  10333.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10334.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10335.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10336.         return $instance;
  10337.     }
  10338.     /**
  10339.      * Gets the private 'validator.email' shared service.
  10340.      *
  10341.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10342.      */
  10343.     protected function getValidator_EmailService()
  10344.     {
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10348.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10349.     }
  10350.     /**
  10351.      * Gets the private 'validator.expression' shared service.
  10352.      *
  10353.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10354.      */
  10355.     protected function getValidator_ExpressionService()
  10356.     {
  10357.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10358.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10359.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10360.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  10361.     }
  10362.     /**
  10363.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10364.      *
  10365.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10366.      */
  10367.     protected function getValidator_Mapping_CacheWarmerService()
  10368.     {
  10369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10372.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10373.     }
  10374.     /**
  10375.      * Gets the private 'validator.not_compromised_password' shared service.
  10376.      *
  10377.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10378.      */
  10379.     protected function getValidator_NotCompromisedPasswordService()
  10380.     {
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10384.         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);
  10385.     }
  10386.     /**
  10387.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10388.      *
  10389.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10390.      */
  10391.     protected function getVarDumper_Command_ServerDumpService()
  10392.     {
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10394.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10399.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10400.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10401.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10402.         $a->pushHandler(($this->privates['monolog.handler.webhook'] ?? $this->getMonolog_Handler_WebhookService()));
  10403.         $a->pushHandler(($this->privates['monolog.handler.asana'] ?? $this->getMonolog_Handler_AsanaService()));
  10404.         $a->pushHandler(($this->privates['monolog.handler.dropbox'] ?? $this->getMonolog_Handler_DropboxService()));
  10405.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10406.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10407.         $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()))]);
  10408.         $instance->setName('server:dump');
  10409.         return $instance;
  10410.     }
  10411.     /**
  10412.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10413.      *
  10414.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10415.      */
  10416.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10417.     {
  10418.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10419.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10420.         return $instance;
  10421.     }
  10422.     /**
  10423.      * Gets the private 'var_dumper.html_dumper' shared service.
  10424.      *
  10425.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10426.      */
  10427.     protected function getVarDumper_HtmlDumperService()
  10428.     {
  10429.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10430.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10431.         return $instance;
  10432.     }
  10433.     /**
  10434.      * Gets the private 'var_dumper.server_connection' shared service.
  10435.      *
  10436.      * @return \Symfony\Component\VarDumper\Server\Connection
  10437.      */
  10438.     protected function getVarDumper_ServerConnectionService()
  10439.     {
  10440.         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()]);
  10441.     }
  10442.     /**
  10443.      * Gets the private 'web_profiler.csp.handler' shared service.
  10444.      *
  10445.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10446.      */
  10447.     protected function getWebProfiler_Csp_HandlerService()
  10448.     {
  10449.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10450.     }
  10451.     /**
  10452.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10453.      *
  10454.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10455.      */
  10456.     protected function getWebProfiler_DebugToolbarService()
  10457.     {
  10458.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  10459.     }
  10460.     /**
  10461.      * Gets the public 'cache_clearer' alias.
  10462.      *
  10463.      * @return object The ".container.private.cache_clearer" service.
  10464.      */
  10465.     protected function getCacheClearerService()
  10466.     {
  10467.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10468.         return $this->get('.container.private.cache_clearer');
  10469.     }
  10470.     /**
  10471.      * Gets the public 'filesystem' alias.
  10472.      *
  10473.      * @return object The ".container.private.filesystem" service.
  10474.      */
  10475.     protected function getFilesystemService()
  10476.     {
  10477.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10478.         return $this->get('.container.private.filesystem');
  10479.     }
  10480.     /**
  10481.      * Gets the public 'security.csrf.token_manager' alias.
  10482.      *
  10483.      * @return object The ".container.private.security.csrf.token_manager" service.
  10484.      */
  10485.     protected function getSecurity_Csrf_TokenManagerService()
  10486.     {
  10487.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10488.         return $this->get('.container.private.security.csrf.token_manager');
  10489.     }
  10490.     /**
  10491.      * Gets the public 'form.factory' alias.
  10492.      *
  10493.      * @return object The ".container.private.form.factory" service.
  10494.      */
  10495.     protected function getForm_FactoryService()
  10496.     {
  10497.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  10498.         return $this->get('.container.private.form.factory');
  10499.     }
  10500.     /**
  10501.      * Gets the public 'form.type.file' alias.
  10502.      *
  10503.      * @return object The ".container.private.form.type.file" service.
  10504.      */
  10505.     protected function getForm_Type_FileService()
  10506.     {
  10507.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  10508.         return $this->get('.container.private.form.type.file');
  10509.     }
  10510.     /**
  10511.      * Gets the public 'serializer' alias.
  10512.      *
  10513.      * @return object The ".container.private.serializer" service.
  10514.      */
  10515.     protected function getSerializerService()
  10516.     {
  10517.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10518.         return $this->get('.container.private.serializer');
  10519.     }
  10520.     /**
  10521.      * Gets the public 'twig' alias.
  10522.      *
  10523.      * @return object The ".container.private.twig" service.
  10524.      */
  10525.     protected function getTwigService()
  10526.     {
  10527.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  10528.         return $this->get('.container.private.twig');
  10529.     }
  10530.     /**
  10531.      * Gets the public 'validator' alias.
  10532.      *
  10533.      * @return object The ".container.private.validator" service.
  10534.      */
  10535.     protected function getValidatorService()
  10536.     {
  10537.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  10538.         return $this->get('.container.private.validator');
  10539.     }
  10540.     /**
  10541.      * @return array|bool|float|int|string|null
  10542.      */
  10543.     public function getParameter(string $name)
  10544.     {
  10545.         if (isset($this->buildParameters[$name])) {
  10546.             return $this->buildParameters[$name];
  10547.         }
  10548.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  10549.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10550.         }
  10551.         if (isset($this->loadedDynamicParameters[$name])) {
  10552.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10553.         }
  10554.         return $this->parameters[$name];
  10555.     }
  10556.     public function hasParameter(string $name): bool
  10557.     {
  10558.         if (isset($this->buildParameters[$name])) {
  10559.             return true;
  10560.         }
  10561.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  10562.     }
  10563.     public function setParameter(string $name$value): void
  10564.     {
  10565.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10566.     }
  10567.     public function getParameterBag(): ParameterBagInterface
  10568.     {
  10569.         if (null === $this->parameterBag) {
  10570.             $parameters $this->parameters;
  10571.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10572.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10573.             }
  10574.             foreach ($this->buildParameters as $name => $value) {
  10575.                 $parameters[$name] = $value;
  10576.             }
  10577.             $this->parameterBag = new FrozenParameterBag($parameters);
  10578.         }
  10579.         return $this->parameterBag;
  10580.     }
  10581.     private $loadedDynamicParameters = [
  10582.         'kernel.runtime_environment' => false,
  10583.         'kernel.build_dir' => false,
  10584.         'kernel.cache_dir' => false,
  10585.         'pusherKey' => false,
  10586.         'pusherCluster' => false,
  10587.         'kernel.secret' => false,
  10588.         'session.save_path' => false,
  10589.         'validator.mapping.cache.file' => false,
  10590.         'profiler.storage.dsn' => false,
  10591.         'debug.container.dump' => false,
  10592.         'serializer.mapping.cache.file' => false,
  10593.         'doctrine.orm.proxy_dir' => false,
  10594.         'nelmio_cors.defaults' => false,
  10595.     ];
  10596.     private $dynamicParameters = [];
  10597.     private function getDynamicParameter(string $name)
  10598.     {
  10599.         switch ($name) {
  10600.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  10601.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  10602.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10603.             case 'pusherKey'$value $this->getEnv('PUSHER_KEY'); break;
  10604.             case 'pusherCluster'$value $this->getEnv('PUSHER_CLUSTER'); break;
  10605.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10606.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10607.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10608.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10609.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  10610.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10611.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10612.             case 'nelmio_cors.defaults'$value = [
  10613.                 'allow_origin' => [
  10614.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  10615.                 ],
  10616.                 'allow_credentials' => false,
  10617.                 'allow_headers' => [
  10618.                     => 'content-type',
  10619.                     => 'authorization',
  10620.                 ],
  10621.                 'expose_headers' => [
  10622.                     => 'Link',
  10623.                 ],
  10624.                 'allow_methods' => [
  10625.                     => 'GET',
  10626.                     => 'OPTIONS',
  10627.                     => 'POST',
  10628.                     => 'PUT',
  10629.                     => 'PATCH',
  10630.                     => 'DELETE',
  10631.                 ],
  10632.                 'max_age' => 3600,
  10633.                 'hosts' => [
  10634.                 ],
  10635.                 'origin_regex' => true,
  10636.                 'forced_allow_origin_value' => NULL,
  10637.             ]; break;
  10638.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10639.         }
  10640.         $this->loadedDynamicParameters[$name] = true;
  10641.         return $this->dynamicParameters[$name] = $value;
  10642.     }
  10643.     protected function getDefaultParameters(): array
  10644.     {
  10645.         return [
  10646.             'kernel.project_dir' => \dirname(__DIR__4),
  10647.             'kernel.environment' => 'dev',
  10648.             'kernel.debug' => true,
  10649.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10650.             'kernel.bundles' => [
  10651.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10652.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10653.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10654.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10655.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10656.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10657.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10658.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10659.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10660.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10661.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10662.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10663.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  10664.             ],
  10665.             'kernel.bundles_metadata' => [
  10666.                 'FrameworkBundle' => [
  10667.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10668.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10669.                 ],
  10670.                 'TwigBundle' => [
  10671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10672.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10673.                 ],
  10674.                 'TwigExtraBundle' => [
  10675.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10676.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10677.                 ],
  10678.                 'SensioFrameworkExtraBundle' => [
  10679.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10680.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10681.                 ],
  10682.                 'DoctrineBundle' => [
  10683.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10684.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10685.                 ],
  10686.                 'DoctrineMigrationsBundle' => [
  10687.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10688.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10689.                 ],
  10690.                 'SecurityBundle' => [
  10691.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10692.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10693.                 ],
  10694.                 'WebProfilerBundle' => [
  10695.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10696.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10697.                 ],
  10698.                 'MonologBundle' => [
  10699.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10700.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10701.                 ],
  10702.                 'DebugBundle' => [
  10703.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10704.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10705.                 ],
  10706.                 'MakerBundle' => [
  10707.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10708.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10709.                 ],
  10710.                 'NelmioCorsBundle' => [
  10711.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10712.                     'namespace' => 'Nelmio\\CorsBundle',
  10713.                 ],
  10714.                 'ApiPlatformBundle' => [
  10715.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  10716.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  10717.                 ],
  10718.             ],
  10719.             'kernel.charset' => 'UTF-8',
  10720.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  10721.             'container.dumper.inline_class_loader' => true,
  10722.             'container.dumper.inline_factories' => true,
  10723.             'locale' => 'en',
  10724.             'pointslist_directory' => (\dirname(__DIR__4).'/private/screens/'),
  10725.             'screens_directory' => (\dirname(__DIR__4).'/private/points_lists/'),
  10726.             'uploads_directory' => (\dirname(__DIR__4).'/private/uploads/'),
  10727.             'base_host' => 'uitracker.com',
  10728.             'test_base_host' => 'localtest.com',
  10729.             'event_dispatcher.event_aliases' => [
  10730.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10731.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10732.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10733.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10734.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10735.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10736.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10737.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10738.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10739.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10740.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10741.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10742.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10743.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10744.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10745.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10746.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10747.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10748.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10749.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10750.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10751.             ],
  10752.             'fragment.renderer.hinclude.global_template' => NULL,
  10753.             'fragment.path' => '/_fragment',
  10754.             'kernel.http_method_override' => true,
  10755.             'kernel.trusted_hosts' => [
  10756.             ],
  10757.             'kernel.default_locale' => 'en',
  10758.             'kernel.error_controller' => 'error_controller',
  10759.             'debug.file_link_format' => NULL,
  10760.             'session.metadata.storage_key' => '_sf2_meta',
  10761.             'session.storage.options' => [
  10762.                 'cache_limiter' => '0',
  10763.                 'cookie_secure' => 'auto',
  10764.                 'cookie_httponly' => true,
  10765.                 'cookie_samesite' => 'lax',
  10766.                 'gc_probability' => 1,
  10767.             ],
  10768.             'session.metadata.update_threshold' => 0,
  10769.             'form.type_extension.csrf.enabled' => true,
  10770.             'form.type_extension.csrf.field_name' => '_token',
  10771.             'asset.request_context.base_path' => NULL,
  10772.             'asset.request_context.secure' => NULL,
  10773.             'validator.translation_domain' => 'validators',
  10774.             'translator.logging' => false,
  10775.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10776.             'profiler_listener.only_exceptions' => false,
  10777.             'profiler_listener.only_master_requests' => false,
  10778.             'debug.error_handler.throw_at' => -1,
  10779.             'router.request_context.host' => 'localhost',
  10780.             'router.request_context.scheme' => 'http',
  10781.             'router.request_context.base_url' => '',
  10782.             'router.resource' => 'kernel::loadRoutes',
  10783.             'request_listener.http_port' => 80,
  10784.             'request_listener.https_port' => 443,
  10785.             'twig.form.resources' => [
  10786.                 => 'form_div_layout.html.twig',
  10787.             ],
  10788.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10789.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  10790.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  10791.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  10792.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10793.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10794.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10795.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10796.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10797.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10798.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10799.             'doctrine.entity_managers' => [
  10800.                 'default' => 'doctrine.orm.default_entity_manager',
  10801.             ],
  10802.             'doctrine.default_entity_manager' => 'default',
  10803.             'doctrine.dbal.connection_factory.types' => [
  10804.             ],
  10805.             'doctrine.connections' => [
  10806.                 'default' => 'doctrine.dbal.default_connection',
  10807.             ],
  10808.             'doctrine.default_connection' => 'default',
  10809.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10810.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10811.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10812.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10813.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10814.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10815.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10816.             'doctrine.orm.cache.memcache_port' => 11211,
  10817.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10818.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10819.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10820.             'doctrine.orm.cache.memcached_port' => 11211,
  10821.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10822.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10823.             'doctrine.orm.cache.redis_host' => 'localhost',
  10824.             'doctrine.orm.cache.redis_port' => 6379,
  10825.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10826.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10827.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10828.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10829.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10830.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10831.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10832.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10833.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10834.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10835.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10836.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10837.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10838.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10839.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10840.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10841.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10842.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10843.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10844.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10845.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10846.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10847.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10848.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10849.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10850.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10851.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10852.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10853.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10854.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10855.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10856.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10857.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  10858.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  10859.             'doctrine_migrations.name' => 'Application Migrations',
  10860.             'doctrine_migrations.migrations_paths' => [
  10861.             ],
  10862.             'doctrine_migrations.table_name' => 'migration_versions',
  10863.             'doctrine_migrations.column_name' => 'version',
  10864.             'doctrine_migrations.column_length' => 14,
  10865.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  10866.             'doctrine_migrations.all_or_nothing' => false,
  10867.             'doctrine_migrations.custom_template' => NULL,
  10868.             'doctrine_migrations.organize_migrations' => false,
  10869.             'security.role_hierarchy.roles' => [
  10870.                 'ROLE_TEC_EMPLOYEE' => [
  10871.                 ],
  10872.                 'ROLE_CUSTOMER' => [
  10873.                 ],
  10874.                 'ROLE_INACTIVE' => [
  10875.                 ],
  10876.                 'ROLE_USER' => [
  10877.                     => 'ROLE_CUSTOMER',
  10878.                 ],
  10879.                 'ROLE_TEC_ENGINEERING' => [
  10880.                     => 'ROLE_USER',
  10881.                 ],
  10882.                 'ROLE_TEC_PROJECT_MANAGER' => [
  10883.                     => 'ROLE_USER',
  10884.                 ],
  10885.                 'ROLE_TEC_SOFTWARE' => [
  10886.                     => 'ROLE_USER',
  10887.                 ],
  10888.                 'ROLE_TEC_GRAPHICS' => [
  10889.                     => 'ROLE_USER',
  10890.                 ],
  10891.                 'ROLE_TEC_COMMISSIONING' => [
  10892.                     => 'ROLE_USER',
  10893.                 ],
  10894.                 'ROLE_SERVICE_MANAGER' => [
  10895.                     => 'ROLE_USER',
  10896.                 ],
  10897.                 'ROLE_MANAGER' => [
  10898.                     => 'ROLE_USER',
  10899.                     => 'ROLE_TEC_EMPLOYEE',
  10900.                     => 'ROLE_SONATA_STUFF',
  10901.                     => 'ROLE_SONATA_ADMIN',
  10902.                     => 'ROLE_SONATA_ADMIN_USER_LIST',
  10903.                     => 'ROLE_SONATA_ADMIN_USER_VIEW',
  10904.                     => 'ROLE_SONATA_ADMIN_PRODUCT_LIST',
  10905.                     => 'ROLE_SONATA_ADMIN_PRODUCT_VIEW',
  10906.                     => 'ROLE_SONATA_ADMIN_PRODUCT_EDIT',
  10907.                     => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_LIST',
  10908.                     10 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_VIEW',
  10909.                 ],
  10910.                 'ROLE_API_USER' => [
  10911.                     => 'ROLE_TEC_EMPLOYEE',
  10912.                     => 'ROLE_MANAGER',
  10913.                 ],
  10914.                 'ROLE_ADMIN' => [
  10915.                     => 'ROLE_USER',
  10916.                     => 'ROLE_MANAGER',
  10917.                     => 'ROLE_API_USER',
  10918.                     => 'ROLE_SONATA_ADMIN',
  10919.                     => 'ROLE_SONATA_ADMIN_USER_CREATE',
  10920.                     => 'ROLE_SONATA_ADMIN_USER_DELETE',
  10921.                     => 'ROLE_SONATA_ADMIN_USER_EDIT',
  10922.                     => 'ROLE_SONATA_ADMIN_USER_LIST',
  10923.                     => 'ROLE_SONATA_ADMIN_USER_VIEW',
  10924.                     => 'ROLE_SONATA_ADMIN_USER_EXPORT',
  10925.                     10 => 'ROLE_SONATA_ADMIN_USER_OPERATOR',
  10926.                     11 => 'ROLE_SONATA_ADMIN_USER_MASTER',
  10927.                     12 => 'ROLE_SONATA_ADMIN_PRODUCT_CREATE',
  10928.                     13 => 'ROLE_SONATA_ADMIN_PRODUCT_DELETE',
  10929.                     14 => 'ROLE_SONATA_ADMIN_PRODUCT_EDIT',
  10930.                     15 => 'ROLE_SONATA_ADMIN_PRODUCT_LIST',
  10931.                     16 => 'ROLE_SONATA_ADMIN_PRODUCT_VIEW',
  10932.                     17 => 'ROLE_SONATA_ADMIN_PRODUCT_EXPORT',
  10933.                     18 => 'ROLE_SONATA_ADMIN_PRODUCT_OPERATOR',
  10934.                     19 => 'ROLE_SONATA_ADMIN_PRODUCT_MASTER',
  10935.                     20 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_CREATE',
  10936.                     21 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_DELETE',
  10937.                     22 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_EDIT',
  10938.                     23 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_LIST',
  10939.                     24 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_VIEW',
  10940.                     25 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_EXPORT',
  10941.                     26 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_OPERATOR',
  10942.                     27 => 'ROLE_SONATA_ADMIN_PRODUCT_CATEGORY_MASTER',
  10943.                     28 => 'ROLE_SONATA_ADMIN_PURCHASE_CREATE',
  10944.                     29 => 'ROLE_SONATA_ADMIN_PURCHASE_DELETE',
  10945.                     30 => 'ROLE_SONATA_ADMIN_PURCHASE_EDIT',
  10946.                     31 => 'ROLE_SONATA_ADMIN_PURCHASE_LIST',
  10947.                     32 => 'ROLE_SONATA_ADMIN_PURCHASE_VIEW',
  10948.                     33 => 'ROLE_SONATA_ADMIN_PURCHASE_EXPORT',
  10949.                     34 => 'ROLE_SONATA_ADMIN_PURCHASE_OPERATOR',
  10950.                     35 => 'ROLE_SONATA_ADMIN_PURCHASE_MASTER',
  10951.                     36 => 'ROLE_SONATA_ADMIN_PAYMENT_CREATE',
  10952.                     37 => 'ROLE_SONATA_ADMIN_PAYMENT_DELETE',
  10953.                     38 => 'ROLE_SONATA_ADMIN_PAYMENT_EDIT',
  10954.                     39 => 'ROLE_SONATA_ADMIN_PAYMENT_LIST',
  10955.                     40 => 'ROLE_SONATA_ADMIN_PAYMENT_VIEW',
  10956.                     41 => 'ROLE_SONATA_ADMIN_PAYMENT_EXPORT',
  10957.                     42 => 'ROLE_SONATA_ADMIN_PAYMENT_OPERATOR',
  10958.                     43 => 'ROLE_SONATA_ADMIN_PAYMENT_MASTER',
  10959.                     44 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_CREATE',
  10960.                     45 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_DELETE',
  10961.                     46 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_EDIT',
  10962.                     47 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_LIST',
  10963.                     48 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_VIEW',
  10964.                     49 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_EXPORT',
  10965.                     50 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_OPERATOR',
  10966.                     51 => 'ROLE_SONATA_ADMIN_NOTIFICATION_EMAIL_TEMPLATE_MASTER',
  10967.                 ],
  10968.                 'ROLE_SUPER_ADMIN' => [
  10969.                     => 'ROLE_USER',
  10970.                     => 'ROLE_ADMIN',
  10971.                     => 'ROLE_ALLOWED_TO_SWITCH',
  10972.                 ],
  10973.             ],
  10974.             'security.access.denied_url' => NULL,
  10975.             'security.authentication.manager.erase_credentials' => true,
  10976.             'security.authentication.session_strategy.strategy' => 'migrate',
  10977.             'security.access.always_authenticate_before_granting' => false,
  10978.             'security.authentication.hide_user_not_found' => true,
  10979.             'security.firewalls' => [
  10980.                 => 'dev',
  10981.                 => 'api',
  10982.                 => 'main',
  10983.             ],
  10984.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10985.             'web_profiler.debug_toolbar.mode' => 2,
  10986.             'monolog.use_microseconds' => true,
  10987.             'monolog.swift_mailer.handlers' => [
  10988.             ],
  10989.             'monolog.handlers_to_channels' => [
  10990.                 'monolog.handler.console' => [
  10991.                     'type' => 'exclusive',
  10992.                     'elements' => [
  10993.                         => 'event',
  10994.                         => 'doctrine',
  10995.                         => 'console',
  10996.                     ],
  10997.                 ],
  10998.                 'monolog.handler.messenger' => [
  10999.                     'type' => 'inclusive',
  11000.                     'elements' => [
  11001.                         => 'messenger_audit',
  11002.                     ],
  11003.                 ],
  11004.                 'monolog.handler.webhook' => [
  11005.                     'type' => 'exclusive',
  11006.                     'elements' => [
  11007.                         => 'event',
  11008.                         => 'doctrine',
  11009.                         => 'console',
  11010.                     ],
  11011.                 ],
  11012.                 'monolog.handler.asana' => [
  11013.                     'type' => 'exclusive',
  11014.                     'elements' => [
  11015.                         => 'event',
  11016.                         => 'doctrine',
  11017.                         => 'console',
  11018.                     ],
  11019.                 ],
  11020.                 'monolog.handler.dropbox' => [
  11021.                     'type' => 'exclusive',
  11022.                     'elements' => [
  11023.                         => 'event',
  11024.                         => 'doctrine',
  11025.                         => 'console',
  11026.                     ],
  11027.                 ],
  11028.                 'monolog.handler.main' => [
  11029.                     'type' => 'exclusive',
  11030.                     'elements' => [
  11031.                         => 'event',
  11032.                     ],
  11033.                 ],
  11034.             ],
  11035.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11036.             'nelmio_cors.map' => [
  11037.                 '^/' => [
  11038.                 ],
  11039.             ],
  11040.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  11041.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  11042.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  11043.             'api_platform.metadata_backward_compatibility_layer' => true,
  11044.             'api_platform.enable_entrypoint' => true,
  11045.             'api_platform.enable_docs' => true,
  11046.             'api_platform.title' => 'UI Tracker API',
  11047.             'api_platform.description' => '',
  11048.             'api_platform.version' => '1.0.0',
  11049.             'api_platform.show_webby' => false,
  11050.             'api_platform.url_generation_strategy' => 1,
  11051.             'api_platform.exception_to_status' => [
  11052.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  11053.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  11054.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  11055.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  11056.             ],
  11057.             'api_platform.formats' => [
  11058.                 'jsonld' => [
  11059.                     => 'application/ld+json',
  11060.                 ],
  11061.                 'json' => [
  11062.                     => 'application/json',
  11063.                 ],
  11064.                 'html' => [
  11065.                     => 'text/html',
  11066.                 ],
  11067.                 'csv' => [
  11068.                     => 'text/csv',
  11069.                 ],
  11070.             ],
  11071.             'api_platform.patch_formats' => [
  11072.                 'json' => [
  11073.                     => 'application/merge-patch+json',
  11074.                 ],
  11075.             ],
  11076.             'api_platform.error_formats' => [
  11077.                 'jsonproblem' => [
  11078.                     => 'application/problem+json',
  11079.                 ],
  11080.                 'jsonld' => [
  11081.                     => 'application/ld+json',
  11082.                 ],
  11083.             ],
  11084.             'api_platform.allow_plain_identifiers' => false,
  11085.             'api_platform.eager_loading.enabled' => true,
  11086.             'api_platform.eager_loading.max_joins' => 30,
  11087.             'api_platform.eager_loading.fetch_partial' => false,
  11088.             'api_platform.eager_loading.force_eager' => true,
  11089.             'api_platform.collection.exists_parameter_name' => 'exists',
  11090.             'api_platform.collection.order' => 'ASC',
  11091.             'api_platform.collection.order_parameter_name' => 'order',
  11092.             'api_platform.collection.order_nulls_comparison' => NULL,
  11093.             'api_platform.collection.pagination.enabled' => true,
  11094.             'api_platform.collection.pagination.partial' => false,
  11095.             'api_platform.collection.pagination.client_enabled' => true,
  11096.             'api_platform.collection.pagination.client_items_per_page' => true,
  11097.             'api_platform.collection.pagination.client_partial' => false,
  11098.             'api_platform.collection.pagination.items_per_page' => 30,
  11099.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  11100.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  11101.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  11102.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  11103.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  11104.             'api_platform.collection.pagination' => [
  11105.                 'enabled' => true,
  11106.                 'client_enabled' => true,
  11107.                 'enabled_parameter_name' => 'pagination',
  11108.                 'partial' => false,
  11109.                 'client_items_per_page' => true,
  11110.                 'client_partial' => false,
  11111.                 'items_per_page' => 30,
  11112.                 'maximum_items_per_page' => NULL,
  11113.                 'page_parameter_name' => 'page',
  11114.                 'items_per_page_parameter_name' => 'itemsPerPage',
  11115.                 'partial_parameter_name' => 'partial',
  11116.             ],
  11117.             'api_platform.http_cache.etag' => true,
  11118.             'api_platform.http_cache.max_age' => NULL,
  11119.             'api_platform.http_cache.shared_max_age' => NULL,
  11120.             'api_platform.http_cache.vary' => [
  11121.                 => 'Accept',
  11122.             ],
  11123.             'api_platform.http_cache.public' => NULL,
  11124.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  11125.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  11126.             'api_platform.asset_package' => NULL,
  11127.             'api_platform.defaults' => [
  11128.                 'attributes' => [
  11129.                     'pagination_client_items_per_page' => true,
  11130.                 ],
  11131.             ],
  11132.             'api_platform.resource_class_directories' => [
  11133.                 => (\dirname(__DIR__4).'/src/Entity'),
  11134.             ],
  11135.             'api_platform.oauth.enabled' => false,
  11136.             'api_platform.oauth.clientId' => '',
  11137.             'api_platform.oauth.clientSecret' => '',
  11138.             'api_platform.oauth.type' => 'oauth2',
  11139.             'api_platform.oauth.flow' => 'application',
  11140.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  11141.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  11142.             'api_platform.oauth.refreshUrl' => '',
  11143.             'api_platform.oauth.scopes' => [
  11144.             ],
  11145.             'api_platform.oauth.pkce' => false,
  11146.             'api_platform.openapi.termsOfService' => NULL,
  11147.             'api_platform.openapi.contact.name' => NULL,
  11148.             'api_platform.openapi.contact.url' => NULL,
  11149.             'api_platform.openapi.contact.email' => NULL,
  11150.             'api_platform.openapi.license.name' => NULL,
  11151.             'api_platform.openapi.license.url' => NULL,
  11152.             'api_platform.swagger.versions' => [
  11153.                 => 3,
  11154.             ],
  11155.             'api_platform.enable_swagger_ui' => true,
  11156.             'api_platform.enable_re_doc' => true,
  11157.             'api_platform.swagger.api_keys' => [
  11158.                 => [
  11159.                     'name' => 'X-AUTH-TOKEN',
  11160.                     'type' => 'header',
  11161.                 ],
  11162.             ],
  11163.             'api_platform.swagger_ui.extra_configuration' => [
  11164.             ],
  11165.             'api_platform.graphql.enabled' => true,
  11166.             'api_platform.graphql.graphiql.enabled' => true,
  11167.             'api_platform.graphql.graphql_playground.enabled' => true,
  11168.             'api_platform.graphql.collection.pagination' => [
  11169.                 'enabled' => true,
  11170.             ],
  11171.             'api_platform.graphql.default_ide' => 'graphiql',
  11172.             'api_platform.graphql.nesting_separator' => '_',
  11173.             'api_platform.validator.serialize_payload_fields' => [
  11174.             ],
  11175.             'api_platform.validator.query_parameter_validation' => true,
  11176.             'api_platform.elasticsearch.enabled' => false,
  11177.             'maker.compatible_check.doctrine.supports_attributes' => true,
  11178.             'data_collector.templates' => [
  11179.                 'data_collector.request' => [
  11180.                     => 'request',
  11181.                     => '@WebProfiler/Collector/request.html.twig',
  11182.                 ],
  11183.                 'api_platform.data_collector.request' => [
  11184.                     => 'api_platform.data_collector.request',
  11185.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  11186.                 ],
  11187.                 'data_collector.time' => [
  11188.                     => 'time',
  11189.                     => '@WebProfiler/Collector/time.html.twig',
  11190.                 ],
  11191.                 'data_collector.memory' => [
  11192.                     => 'memory',
  11193.                     => '@WebProfiler/Collector/memory.html.twig',
  11194.                 ],
  11195.                 'data_collector.validator' => [
  11196.                     => 'validator',
  11197.                     => '@WebProfiler/Collector/validator.html.twig',
  11198.                 ],
  11199.                 'data_collector.ajax' => [
  11200.                     => 'ajax',
  11201.                     => '@WebProfiler/Collector/ajax.html.twig',
  11202.                 ],
  11203.                 'data_collector.form' => [
  11204.                     => 'form',
  11205.                     => '@WebProfiler/Collector/form.html.twig',
  11206.                 ],
  11207.                 'data_collector.exception' => [
  11208.                     => 'exception',
  11209.                     => '@WebProfiler/Collector/exception.html.twig',
  11210.                 ],
  11211.                 'data_collector.logger' => [
  11212.                     => 'logger',
  11213.                     => '@WebProfiler/Collector/logger.html.twig',
  11214.                 ],
  11215.                 'data_collector.events' => [
  11216.                     => 'events',
  11217.                     => '@WebProfiler/Collector/events.html.twig',
  11218.                 ],
  11219.                 'data_collector.router' => [
  11220.                     => 'router',
  11221.                     => '@WebProfiler/Collector/router.html.twig',
  11222.                 ],
  11223.                 'data_collector.cache' => [
  11224.                     => 'cache',
  11225.                     => '@WebProfiler/Collector/cache.html.twig',
  11226.                 ],
  11227.                 'data_collector.translation' => [
  11228.                     => 'translation',
  11229.                     => '@WebProfiler/Collector/translation.html.twig',
  11230.                 ],
  11231.                 'data_collector.security' => [
  11232.                     => 'security',
  11233.                     => '@Security/Collector/security.html.twig',
  11234.                 ],
  11235.                 'data_collector.twig' => [
  11236.                     => 'twig',
  11237.                     => '@WebProfiler/Collector/twig.html.twig',
  11238.                 ],
  11239.                 'data_collector.http_client' => [
  11240.                     => 'http_client',
  11241.                     => '@WebProfiler/Collector/http_client.html.twig',
  11242.                 ],
  11243.                 'data_collector.doctrine' => [
  11244.                     => 'db',
  11245.                     => '@Doctrine/Collector/db.html.twig',
  11246.                 ],
  11247.                 'data_collector.dump' => [
  11248.                     => 'dump',
  11249.                     => '@Debug/Profiler/dump.html.twig',
  11250.                 ],
  11251.                 'data_collector.messenger' => [
  11252.                     => 'messenger',
  11253.                     => '@WebProfiler/Collector/messenger.html.twig',
  11254.                 ],
  11255.                 'mailer.data_collector' => [
  11256.                     => 'mailer',
  11257.                     => '@WebProfiler/Collector/mailer.html.twig',
  11258.                 ],
  11259.                 'notifier.data_collector' => [
  11260.                     => 'notifier',
  11261.                     => '@WebProfiler/Collector/notifier.html.twig',
  11262.                 ],
  11263.                 'data_collector.config' => [
  11264.                     => 'config',
  11265.                     => '@WebProfiler/Collector/config.html.twig',
  11266.                 ],
  11267.             ],
  11268.             'console.command.ids' => [
  11269.             ],
  11270.         ];
  11271.     }
  11272.     protected function throw($message)
  11273.     {
  11274.         throw new RuntimeException($message);
  11275.     }
  11276. }
  11277. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  11278. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  11279. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  11280. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  11281. {
  11282.     /**
  11283.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  11284.      */
  11285.     private $valueHolder1af2a null;
  11286.     /**
  11287.      * @var \Closure|null initializer responsible for generating the wrapped object
  11288.      */
  11289.     private $initializer13c17 null;
  11290.     /**
  11291.      * @var bool[] map of public properties of the parent class
  11292.      */
  11293.     private static $publicPropertiesb857d = [
  11294.         
  11295.     ];
  11296.     public function getConnection()
  11297.     {
  11298.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getConnection', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11299.         return $this->valueHolder1af2a->getConnection();
  11300.     }
  11301.     public function getMetadataFactory()
  11302.     {
  11303.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getMetadataFactory', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11304.         return $this->valueHolder1af2a->getMetadataFactory();
  11305.     }
  11306.     public function getExpressionBuilder()
  11307.     {
  11308.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getExpressionBuilder', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11309.         return $this->valueHolder1af2a->getExpressionBuilder();
  11310.     }
  11311.     public function beginTransaction()
  11312.     {
  11313.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'beginTransaction', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11314.         return $this->valueHolder1af2a->beginTransaction();
  11315.     }
  11316.     public function getCache()
  11317.     {
  11318.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getCache', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11319.         return $this->valueHolder1af2a->getCache();
  11320.     }
  11321.     public function transactional($func)
  11322.     {
  11323.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'transactional', array('func' => $func), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11324.         return $this->valueHolder1af2a->transactional($func);
  11325.     }
  11326.     public function wrapInTransaction(callable $func)
  11327.     {
  11328.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'wrapInTransaction', array('func' => $func), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11329.         return $this->valueHolder1af2a->wrapInTransaction($func);
  11330.     }
  11331.     public function commit()
  11332.     {
  11333.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'commit', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11334.         return $this->valueHolder1af2a->commit();
  11335.     }
  11336.     public function rollback()
  11337.     {
  11338.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'rollback', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11339.         return $this->valueHolder1af2a->rollback();
  11340.     }
  11341.     public function getClassMetadata($className)
  11342.     {
  11343.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getClassMetadata', array('className' => $className), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11344.         return $this->valueHolder1af2a->getClassMetadata($className);
  11345.     }
  11346.     public function createQuery($dql '')
  11347.     {
  11348.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'createQuery', array('dql' => $dql), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11349.         return $this->valueHolder1af2a->createQuery($dql);
  11350.     }
  11351.     public function createNamedQuery($name)
  11352.     {
  11353.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'createNamedQuery', array('name' => $name), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11354.         return $this->valueHolder1af2a->createNamedQuery($name);
  11355.     }
  11356.     public function createNativeQuery($sql\Doctrine\ORM\Query\ResultSetMapping $rsm)
  11357.     {
  11358.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11359.         return $this->valueHolder1af2a->createNativeQuery($sql$rsm);
  11360.     }
  11361.     public function createNamedNativeQuery($name)
  11362.     {
  11363.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'createNamedNativeQuery', array('name' => $name), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11364.         return $this->valueHolder1af2a->createNamedNativeQuery($name);
  11365.     }
  11366.     public function createQueryBuilder()
  11367.     {
  11368.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'createQueryBuilder', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11369.         return $this->valueHolder1af2a->createQueryBuilder();
  11370.     }
  11371.     public function flush($entity null)
  11372.     {
  11373.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'flush', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11374.         return $this->valueHolder1af2a->flush($entity);
  11375.     }
  11376.     public function find($className$id$lockMode null$lockVersion null)
  11377.     {
  11378.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11379.         return $this->valueHolder1af2a->find($className$id$lockMode$lockVersion);
  11380.     }
  11381.     public function getReference($entityName$id)
  11382.     {
  11383.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11384.         return $this->valueHolder1af2a->getReference($entityName$id);
  11385.     }
  11386.     public function getPartialReference($entityName$identifier)
  11387.     {
  11388.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11389.         return $this->valueHolder1af2a->getPartialReference($entityName$identifier);
  11390.     }
  11391.     public function clear($entityName null)
  11392.     {
  11393.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'clear', array('entityName' => $entityName), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11394.         return $this->valueHolder1af2a->clear($entityName);
  11395.     }
  11396.     public function close()
  11397.     {
  11398.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'close', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11399.         return $this->valueHolder1af2a->close();
  11400.     }
  11401.     public function persist($entity)
  11402.     {
  11403.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'persist', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11404.         return $this->valueHolder1af2a->persist($entity);
  11405.     }
  11406.     public function remove($entity)
  11407.     {
  11408.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'remove', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11409.         return $this->valueHolder1af2a->remove($entity);
  11410.     }
  11411.     public function refresh($entity, ?int $lockMode null)
  11412.     {
  11413.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'refresh', array('entity' => $entity'lockMode' => $lockMode), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11414.         return $this->valueHolder1af2a->refresh($entity$lockMode);
  11415.     }
  11416.     public function detach($entity)
  11417.     {
  11418.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'detach', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11419.         return $this->valueHolder1af2a->detach($entity);
  11420.     }
  11421.     public function merge($entity)
  11422.     {
  11423.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'merge', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11424.         return $this->valueHolder1af2a->merge($entity);
  11425.     }
  11426.     public function copy($entity$deep false)
  11427.     {
  11428.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11429.         return $this->valueHolder1af2a->copy($entity$deep);
  11430.     }
  11431.     public function lock($entity$lockMode$lockVersion null)
  11432.     {
  11433.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11434.         return $this->valueHolder1af2a->lock($entity$lockMode$lockVersion);
  11435.     }
  11436.     public function getRepository($entityName)
  11437.     {
  11438.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getRepository', array('entityName' => $entityName), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11439.         return $this->valueHolder1af2a->getRepository($entityName);
  11440.     }
  11441.     public function contains($entity)
  11442.     {
  11443.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'contains', array('entity' => $entity), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11444.         return $this->valueHolder1af2a->contains($entity);
  11445.     }
  11446.     public function getEventManager()
  11447.     {
  11448.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getEventManager', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11449.         return $this->valueHolder1af2a->getEventManager();
  11450.     }
  11451.     public function getConfiguration()
  11452.     {
  11453.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getConfiguration', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11454.         return $this->valueHolder1af2a->getConfiguration();
  11455.     }
  11456.     public function isOpen()
  11457.     {
  11458.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'isOpen', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11459.         return $this->valueHolder1af2a->isOpen();
  11460.     }
  11461.     public function getUnitOfWork()
  11462.     {
  11463.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getUnitOfWork', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11464.         return $this->valueHolder1af2a->getUnitOfWork();
  11465.     }
  11466.     public function getHydrator($hydrationMode)
  11467.     {
  11468.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11469.         return $this->valueHolder1af2a->getHydrator($hydrationMode);
  11470.     }
  11471.     public function newHydrator($hydrationMode)
  11472.     {
  11473.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11474.         return $this->valueHolder1af2a->newHydrator($hydrationMode);
  11475.     }
  11476.     public function getProxyFactory()
  11477.     {
  11478.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getProxyFactory', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11479.         return $this->valueHolder1af2a->getProxyFactory();
  11480.     }
  11481.     public function initializeObject($obj)
  11482.     {
  11483.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'initializeObject', array('obj' => $obj), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11484.         return $this->valueHolder1af2a->initializeObject($obj);
  11485.     }
  11486.     public function isUninitializedObject($obj) : bool
  11487.     {
  11488.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'isUninitializedObject', array('obj' => $obj), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11489.         return $this->valueHolder1af2a->isUninitializedObject($obj);
  11490.     }
  11491.     public function getFilters()
  11492.     {
  11493.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'getFilters', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11494.         return $this->valueHolder1af2a->getFilters();
  11495.     }
  11496.     public function isFiltersStateClean()
  11497.     {
  11498.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'isFiltersStateClean', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11499.         return $this->valueHolder1af2a->isFiltersStateClean();
  11500.     }
  11501.     public function hasFilters()
  11502.     {
  11503.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'hasFilters', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11504.         return $this->valueHolder1af2a->hasFilters();
  11505.     }
  11506.     /**
  11507.      * Constructor for lazy initialization
  11508.      *
  11509.      * @param \Closure|null $initializer
  11510.      */
  11511.     public static function staticProxyConstructor($initializer)
  11512.     {
  11513.         static $reflection;
  11514.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  11515.         $instance   $reflection->newInstanceWithoutConstructor();
  11516.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11517.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11518.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  11519.         $instance->initializer13c17 $initializer;
  11520.         return $instance;
  11521.     }
  11522.     public function __construct(\Doctrine\DBAL\Connection $conn\Doctrine\ORM\Configuration $config, ?\Doctrine\Common\EventManager $eventManager null)
  11523.     {
  11524.         static $reflection;
  11525.         if (! $this->valueHolder1af2a) {
  11526.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11527.             $this->valueHolder1af2a $reflection->newInstanceWithoutConstructor();
  11528.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11529.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11530.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  11531.         }
  11532.         $this->valueHolder1af2a->__construct($conn$config$eventManager);
  11533.     }
  11534.     public function & __get($name)
  11535.     {
  11536.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__get', ['name' => $name], $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11537.         if (isset(self::$publicPropertiesb857d[$name])) {
  11538.             return $this->valueHolder1af2a->$name;
  11539.         }
  11540.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11541.         if (! $realInstanceReflection->hasProperty($name)) {
  11542.             $targetObject $this->valueHolder1af2a;
  11543.             $backtrace debug_backtrace(false1);
  11544.             trigger_error(
  11545.                 sprintf(
  11546.                     'Undefined property: %s::$%s in %s on line %s',
  11547.                     $realInstanceReflection->getName(),
  11548.                     $name,
  11549.                     $backtrace[0]['file'],
  11550.                     $backtrace[0]['line']
  11551.                 ),
  11552.                 \E_USER_NOTICE
  11553.             );
  11554.             return $targetObject->$name;
  11555.         }
  11556.         $targetObject $this->valueHolder1af2a;
  11557.         $accessor = function & () use ($targetObject$name) {
  11558.             return $targetObject->$name;
  11559.         };
  11560.         $backtrace debug_backtrace(true2);
  11561.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11562.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11563.         $returnValue = & $accessor();
  11564.         return $returnValue;
  11565.     }
  11566.     public function __set($name$value)
  11567.     {
  11568.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__set', array('name' => $name'value' => $value), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11569.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11570.         if (! $realInstanceReflection->hasProperty($name)) {
  11571.             $targetObject $this->valueHolder1af2a;
  11572.             $targetObject->$name $value;
  11573.             return $targetObject->$name;
  11574.         }
  11575.         $targetObject $this->valueHolder1af2a;
  11576.         $accessor = function & () use ($targetObject$name$value) {
  11577.             $targetObject->$name $value;
  11578.             return $targetObject->$name;
  11579.         };
  11580.         $backtrace debug_backtrace(true2);
  11581.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11582.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11583.         $returnValue = & $accessor();
  11584.         return $returnValue;
  11585.     }
  11586.     public function __isset($name)
  11587.     {
  11588.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__isset', array('name' => $name), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11589.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11590.         if (! $realInstanceReflection->hasProperty($name)) {
  11591.             $targetObject $this->valueHolder1af2a;
  11592.             return isset($targetObject->$name);
  11593.         }
  11594.         $targetObject $this->valueHolder1af2a;
  11595.         $accessor = function () use ($targetObject$name) {
  11596.             return isset($targetObject->$name);
  11597.         };
  11598.         $backtrace debug_backtrace(true2);
  11599.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11600.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11601.         $returnValue $accessor();
  11602.         return $returnValue;
  11603.     }
  11604.     public function __unset($name)
  11605.     {
  11606.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__unset', array('name' => $name), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11607.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11608.         if (! $realInstanceReflection->hasProperty($name)) {
  11609.             $targetObject $this->valueHolder1af2a;
  11610.             unset($targetObject->$name);
  11611.             return;
  11612.         }
  11613.         $targetObject $this->valueHolder1af2a;
  11614.         $accessor = function () use ($targetObject$name) {
  11615.             unset($targetObject->$name);
  11616.             return;
  11617.         };
  11618.         $backtrace debug_backtrace(true2);
  11619.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11620.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11621.         $accessor();
  11622.     }
  11623.     public function __clone()
  11624.     {
  11625.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__clone', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11626.         $this->valueHolder1af2a = clone $this->valueHolder1af2a;
  11627.     }
  11628.     public function __sleep()
  11629.     {
  11630.         $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'__sleep', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11631.         return array('valueHolder1af2a');
  11632.     }
  11633.     public function __wakeup()
  11634.     {
  11635.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11636.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11637.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  11638.     }
  11639.     public function setProxyInitializer(\Closure $initializer null) : void
  11640.     {
  11641.         $this->initializer13c17 $initializer;
  11642.     }
  11643.     public function getProxyInitializer() : ?\Closure
  11644.     {
  11645.         return $this->initializer13c17;
  11646.     }
  11647.     public function initializeProxy() : bool
  11648.     {
  11649.         return $this->initializer13c17 && ($this->initializer13c17->__invoke($valueHolder1af2a$this'initializeProxy', array(), $this->initializer13c17) || 1) && $this->valueHolder1af2a $valueHolder1af2a;
  11650.     }
  11651.     public function isProxyInitialized() : bool
  11652.     {
  11653.         return null !== $this->valueHolder1af2a;
  11654.     }
  11655.     public function getWrappedValueHolderValue()
  11656.     {
  11657.         return $this->valueHolder1af2a;
  11658.     }
  11659. }
  11660. if (!\class_exists('EntityManager_9a5be93'false)) {
  11661.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  11662. }